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/2) #1509741910 TYPO3Fluid\Fluid\Core\ViewHelper\Exception

File /_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz does not exist.

in /var/www/clients/client1/web122/web/vendor/typo3/cms-fluid/Classes/ViewHelpers/Uri/ImageViewHelper.php line 169
            // thrown if a file has been replaced with a folder
            throw new Exception($e->getMessage(), 1509741908, $e);
        } catch (\InvalidArgumentException $e) {
            // thrown if file storage does not exist
            throw new Exception($e->getMessage(), 1509741910, $e);
        }
    }

    protected static function getImageService(): ImageService
at TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper::renderStatic(array('src' => 'EXT:template/Resources/Public/Images/logo.svgz', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 230
'maxHeight' => NULL,
'absolute' => false,
];

$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper::renderStatic($arguments21, $renderChildrenClosure22, $renderingContext)]);

$output20 .= '" class="img-fluid high-ct-hidden" alt="';

$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('siteConfig.websiteTitle')]);
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->{closure}()
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 293
    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/clients/client1/web122/web/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 186
        try {
            $cObj = GeneralUtility::makeInstance(ContentObjectRenderer::class);
            $cObj->setRequest($request);
            $linkFactory = GeneralUtility::makeInstance(LinkFactory::class);
            $linkResult = $linkFactory->create((string)$this->renderChildren(), $typolinkConfiguration, $cObj);

            // Removing TypoLink target here to ensure same behaviour with extbase uri builder in this context.
            $linkResultAttributes = $linkResult->getAttributes();
            unset($linkResultAttributes['target']);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->renderFrontendLinkWithCoreContext(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 119
        }
        if ($request instanceof ServerRequestInterface) {
            if (ApplicationType::fromRequest($request)->isFrontend()) {
                // Use the regular typolink functionality.
                return $this->renderFrontendLinkWithCoreContext($request);
            }
            $uri = $this->renderBackendLinkWithCoreContext($request);
            if ($uri !== '') {
                $this->tag->addAttribute('href', $uri);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper), 'render'))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    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/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $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('TYPO3\\CMS\\Fluid\\ViewHelpers\\Link\\PageViewHelper', array('additionalAttributes' => array('itemprop' => 'url'), 'data' => null, 'aria' => null, 'class' => 'd-block', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => '1', 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 507
     */
    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' => array('itemprop' => 'url'), 'data' => null, 'aria' => null, 'class' => 'd-block', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => '1', 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 334
'addQueryString' => false,
'argumentsToBeExcludedFromQueryString' => NULL,
];

$output16 .= TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper::renderStatic($arguments17, $renderChildrenClosure18, $renderingContext);

$output16 .= '
                </div>
            ';
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->{closure}()
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__then'])) {
                return $arguments['__then']();
            }
            return '';
        }
        if (!empty($arguments['__elseIf'])) {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__then' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 343
return $output16;
},
];

$output12 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments13, static fn() => '', $renderingContext)
;

$output12 .= '
            <div class="d-flex flex-lg-grow-1 flex-nowrap justify-content-end';
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->section_2dfa66079d9b7229409430972fd5f1567d78a3b6(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Standard', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 166
            $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 or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Standard', 'partial' => null, 'delegate' => null, 'arguments' => array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 76
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '

        </div>
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->section_808d7dca8a74d84af27a2d6602c3d786de45fe1e(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 324
        }
        $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('Navigation', 'Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 164
            $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 or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Default', 'partial' => 'Navigation', 'delegate' => null, 'arguments' => array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_PageHeader_eb1a3406aebe7afd4fdb30da7c027e1a7d1b8ab8.php line 108
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '

        </div>
at partial_PageHeader_eb1a3406aebe7afd4fdb30da7c027e1a7d1b8ab8->section_808d7dca8a74d84af27a2d6602c3d786de45fe1e(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 324
        }
        $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('PageHeader', 'Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 164
            $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 or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Default', 'partial' => 'PageHeader', 'delegate' => null, 'arguments' => array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/layout_Page_html_e333953c56be7c98c601dc0123121e5e4a935323.php line 164
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '

    ';
at layout_Page_html_e333953c56be7c98c601dc0123121e5e4a935323->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } 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/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 330
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 87

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))), '5')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('popper' => 'EXT:template/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:template/Resources/Public/JavaScript/bootstrap/bootstrap.min.js', 'smartmenus_jquery' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.min.js', 'smartmenus_bootstrap' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.min.js', 'mmenu' => 'EXT:template/Resources/Public/JavaScript/mmenu/mmenu.js', 'mmenu.' => array('excludeFromConcatenation' => '1'), 'matchheight' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery.matchHeight.min.js', 'scrolltotop' => 'EXT:template/Resources/Public/JavaScript/jquery/scrolltotop.min.js', 'inter-element-anchors' => 'EXT:template/Resources/Public/JavaScript/improvements/inter-element-anchors.min.js', 'prevent-link' => 'EXT:template/Resources/Public/JavaScript/improvements/prevent-link.min.js', 'main' => 'EXT:template/Resources/Public/JavaScript/main.js'), 'includeJSFooterlibs.' => array('jquery' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery-3.6.1.min.js', 'jquery.' => array('forceOnTop' => '1')), 'includeCSS.' => array('main' => 'EXT:template/Resources/Public/SCSS/base-layout.scss', 'main.' => array('inlineOutput' => 'true', 'sourceMap' => 'false', 'outputfile' => 'typo3temp/assets/css/template/main.css', 'variables.' => array('primary' => '', 'body-color' => '', 'footer-bg' => '', 'mobile-menu-bg' => '', 'font-family-sans-serif' => '', 'font-family-base' => '', 'headings-font-family' => '')), 'rte' => 'EXT:template/Resources/Public/SCSS/rte.scss', 'rte.' => array('outputfile' => 'typo3temp/assets/css/template/rte.css', 'unlink' => '1'), 'fonts' => 'EXT:template/Resources/Public/SCSS/fonts.scss', 'fonts.' => array('outputfile' => 'typo3temp/assets/css/template/fonts.css', 'excludeFromConcatenation' => '1'), 'smartmenus' => 'EXT:template/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'mmenu' => 'EXT:template/Resources/Public/CSS/mmenu/mmenu.css', 'mmenu.' => array('inline' => '1'), 'opensans' => 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap'), 'includeJS.' => array('mail' => 'EXT:template/Resources/Public/JavaScript/mail.js'), 'typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'COA', '11.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '1.' => array('value' => ''), 'TEXT', '2.' => array('stdWrap.' => array('noTrimWrap' => '| layout-||', 'cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'TEXT', '3.' => array('stdWrap.' => array('noTrimWrap' => '| ||')), 'TEXT', '4.' => array('value' => 'full', 'stdWrap.' => array('noTrimWrap' => '| layout-||'))), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|')), 'shortcutIcon' => 'EXT:template/Resources/Public/Images/favicon.png', 'headerData.' => array('IMG_RESOURCE', '870.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'meta.' => array('description.' => array('data' => 'page:description'), 'author.' => array('data' => 'page:author'), 'viewport.' => array('value' => 'width=device-width minimum-scale=1.0 maximum-scale=1.0 user-scalable=no'), 'navtitle.' => array('data' => 'page:nav_title//page:title'), 'sitename.' => array('data' => 'site:websiteTitle'), 'theme-color' => '#005262'), '1365499.' => array('templateRootPaths.' => array('EXT:template/Resources/Private/Extensions/Cookieman/Templates/'))), '')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('popper' => 'EXT:template/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:template/Resources/Public/JavaScript/bootstrap/bootstrap.min.js', 'smartmenus_jquery' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.min.js', 'smartmenus_bootstrap' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.min.js', 'mmenu' => 'EXT:template/Resources/Public/JavaScript/mmenu/mmenu.js', 'mmenu.' => array('excludeFromConcatenation' => '1'), 'matchheight' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery.matchHeight.min.js', 'scrolltotop' => 'EXT:template/Resources/Public/JavaScript/jquery/scrolltotop.min.js', 'inter-element-anchors' => 'EXT:template/Resources/Public/JavaScript/improvements/inter-element-anchors.min.js', 'prevent-link' => 'EXT:template/Resources/Public/JavaScript/improvements/prevent-link.min.js', 'main' => 'EXT:template/Resources/Public/JavaScript/main.js'), 'includeJSFooterlibs.' => array('jquery' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery-3.6.1.min.js', 'jquery.' => array('forceOnTop' => '1')), 'includeCSS.' => array('main' => 'EXT:template/Resources/Public/SCSS/base-layout.scss', 'main.' => array('inlineOutput' => 'true', 'sourceMap' => 'false', 'outputfile' => 'typo3temp/assets/css/template/main.css', 'variables.' => array('primary' => '', 'body-color' => '', 'footer-bg' => '', 'mobile-menu-bg' => '', 'font-family-sans-serif' => '', 'font-family-base' => '', 'headings-font-family' => '')), 'rte' => 'EXT:template/Resources/Public/SCSS/rte.scss', 'rte.' => array('outputfile' => 'typo3temp/assets/css/template/rte.css', 'unlink' => '1'), 'fonts' => 'EXT:template/Resources/Public/SCSS/fonts.scss', 'fonts.' => array('outputfile' => 'typo3temp/assets/css/template/fonts.css', 'excludeFromConcatenation' => '1'), 'smartmenus' => 'EXT:template/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'mmenu' => 'EXT:template/Resources/Public/CSS/mmenu/mmenu.css', 'mmenu.' => array('inline' => '1'), 'opensans' => 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap'), 'includeJS.' => array('mail' => 'EXT:template/Resources/Public/JavaScript/mail.js'), 'typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'COA', '11.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '1.' => array('value' => ''), 'TEXT', '2.' => array('stdWrap.' => array('noTrimWrap' => '| layout-||', 'cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'TEXT', '3.' => array('stdWrap.' => array('noTrimWrap' => '| ||')), 'TEXT', '4.' => array('value' => 'full', 'stdWrap.' => array('noTrimWrap' => '| layout-||'))), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|')), 'shortcutIcon' => 'EXT:template/Resources/Public/Images/favicon.png', 'headerData.' => array('IMG_RESOURCE', '870.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'meta.' => array('description.' => array('data' => 'page:description'), 'author.' => array('data' => 'page:author'), 'viewport.' => array('value' => 'width=device-width minimum-scale=1.0 maximum-scale=1.0 user-scalable=no'), 'navtitle.' => array('data' => 'page:nav_title//page:title'), 'sitename.' => array('data' => 'site:websiteTitle'), 'theme-color' => '#005262'), '1365499.' => array('templateRootPaths.' => array('EXT:template/Resources/Private/Extensions/Cookieman/Templates/'))))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 224
     * in the content that is processed later-on.
     */
    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/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 195
    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/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 135
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

            $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/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 51
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', $this->requestId->nonce);
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/HtmlMinifier.php line 19

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {

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

        if ((int)$GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] === 1) {
            return $response;
        }
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\HtmlMinifier->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 58

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 112
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 113
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 87
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/AjaxMenu.php line 68
            exit();
            return new HtmlResponse($response);
        }

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


    private function renderMenu(int $parentId) {
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\AjaxMenu->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 63

                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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/SiteBaseRedirectResolver.php line 31
            if (is_array($routeConfig)) {
                return $handler->handle($request);
            }
        }
        return parent::process($request, $handler);
    }


    /**
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 46
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 50
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/CookieCheckMiddleware.php line 44
            // Remove staticfilecache cookie when no backend or frontend user is logged in
            $this->cookieService->unsetCookie();
        }

        return $handler->handle($request);
    }
}
at SFC\Staticfilecache\Middleware\CookieCheckMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 27
    {
        $feUser = $request->getAttribute('frontend.user');
        assert($feUser instanceof FrontendUserAuthentication);

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

        $weShouldHaveCookie = $this->weShouldHaveCookie($feUser, $request);
        $lifetime = (int)($GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime'] ?? 0);

at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 53
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/flux/Classes/Integration/MiddleWare/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Flux\Integration\MiddleWare\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // 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);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 128
        }

        $request = $request->withAttribute('originalRequest', $originalRequest);

        return $this->application->handle($request);
    }

    /**
     * Resolve the URL (currently only page and external URL are supported)
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->sendSubRequest(object(TYPO3\CMS\Core\Http\ServerRequest), 16, object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn(): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->TYPO3\CMS\Core\Error\PageErrorHandler\{closure}()
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 106
    {
        $parkedTsfe = $GLOBALS['TSFE'] ?? null;
        $GLOBALS['TSFE'] = null;

        $result = $fetcher();

        $GLOBALS['TSFE'] = $parkedTsfe;

        return $result;
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->stashEnvironment(object(Closure))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn(): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Controller/ErrorController.php line 85
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler !== null) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 65
                foreach ($site->getLanguages() as $language) {
                    return new RedirectResponse($language->getBase(), 307);
                }
            }
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/SiteBaseRedirectResolver.php line 31
            if (is_array($routeConfig)) {
                return $handler->handle($request);
            }
        }
        return parent::process($request, $handler);
    }


    /**
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 46
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 50
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/CookieCheckMiddleware.php line 44
            // Remove staticfilecache cookie when no backend or frontend user is logged in
            $this->cookieService->unsetCookie();
        }

        return $handler->handle($request);
    }
}
at SFC\Staticfilecache\Middleware\CookieCheckMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 27
    {
        $feUser = $request->getAttribute('frontend.user');
        assert($feUser instanceof FrontendUserAuthentication);

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

        $weShouldHaveCookie = $this->weShouldHaveCookie($feUser, $request);
        $lifetime = (int)($GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime'] ?? 0);

at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 53
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/flux/Classes/Integration/MiddleWare/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Flux\Integration\MiddleWare\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // 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);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/clients/client1/web122/web/public/index.php line 20
// Set up the application for the frontend
call_user_func(static 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/clients/client1/web122/web/public/index.php line 21
call_user_func(static 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();
});

(2/2) #1314516809 InvalidArgumentException

File /_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz does not exist.

in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/Driver/LocalDriver.php line 264
        $absoluteFilePath = $this->getAbsolutePath($fileIdentifier);
        // don't use $this->fileExists() because we need the absolute path to the file anyways, so we can directly
        // use PHP's filesystem method.
        if (!file_exists($absoluteFilePath) || !is_file($absoluteFilePath)) {
            throw new \InvalidArgumentException('File ' . $fileIdentifier . ' does not exist.', 1314516809);
        }

        $dirPath = PathUtility::dirname($fileIdentifier);
        $dirPath = $this->canonicalizeAndCheckFolderIdentifier($dirPath);
at TYPO3\CMS\Core\Resource\Driver\LocalDriver->getFileInfoByIdentifier('/_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz', array())
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/ResourceStorage.php line 1475
     * @internal
     */
    public function getFileInfoByIdentifier($identifier, array $propertiesToExtract = [])
    {
        return $this->driver->getFileInfoByIdentifier($identifier, $propertiesToExtract);
    }

    /**
     * Unsets the file and folder name filters, thus making this storage return unfiltered filelists.
at TYPO3\CMS\Core\Resource\ResourceStorage->getFileInfoByIdentifier('/_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/Index/Indexer.php line 308
     * @throws \TYPO3\CMS\Core\Resource\Exception\InvalidHashException
     */
    protected function gatherFileInformationArray($identifier): array
    {
        $fileInfo = $this->storage->getFileInfoByIdentifier($identifier);
        $fileInfo = $this->transformFromDriverFileInfoArrayToFileObjectFormat($fileInfo);
        $fileInfo['type'] = $this->getFileType($fileInfo['mime_type']);
        $fileInfo['sha1'] = $this->storage->hashFileByIdentifier($identifier, 'sha1');
        $fileInfo['missing'] = 0;
at TYPO3\CMS\Core\Resource\Index\Indexer->gatherFileInformationArray('/_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/Index/Indexer.php line 77
                1401732565
            );
        }

        $fileProperties = $this->gatherFileInformationArray($identifier);
        $fileIndexRepository = $this->getFileIndexRepository();

        $record = $fileIndexRepository->addRaw($fileProperties);
        $fileObject = $this->getResourceFactory()->getFileObject($record['uid'], $record);
at TYPO3\CMS\Core\Resource\Index\Indexer->createIndexEntry('/_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/ResourceStorage.php line 1443
    {
        if (!$this->isWithinProcessingFolder($fileIdentifier)) {
            $fileData = $this->getFileIndexRepository()->findOneByStorageAndIdentifier($this, $fileIdentifier);
            if ($fileData === false) {
                return $this->getIndexer()->createIndexEntry($fileIdentifier);
            }
            return $this->getResourceFactoryInstance()->getFileObject($fileData['uid'], $fileData);
        }
        return $this->getProcessedFileRepository()->findByStorageAndIdentifier($this, $fileIdentifier);
at TYPO3\CMS\Core\Resource\ResourceStorage->getFileByIdentifier('/_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/ResourceFactory.php line 241
            $storageUid = 0;
            $fileIdentifier = $parts[0];
        }
        return $this->storageRepository->getStorageObject($storageUid, [], $fileIdentifier)
            ->getFileByIdentifier($fileIdentifier);
    }

    /**
     * Gets a file object from storage by file identifier
at TYPO3\CMS\Core\Resource\ResourceFactory->getFileObjectFromCombinedIdentifier('/_assets/36f662b335b3835c5834d3c91b013fb8/Images/logo.svgz')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Resource/ResourceFactory.php line 316
                        throw new ResourceDoesNotExistException(sprintf('Tried to access a private resource file "%s" from fallback compatibility storage. This storage only handles public files.', $input), 1633777536);
                    }
                }

                return $this->getFileObjectFromCombinedIdentifier($relativePath);
            }
            return null;
        }
        // this is a backwards-compatible way to access "0-storage" files or folders
at TYPO3\CMS\Core\Resource\ResourceFactory->retrieveFileOrFolderObject('EXT:template/Resources/Public/Images/logo.svgz')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-extbase/Classes/Service/ImageService.php line 169
            $data = $linkService->resolveByStringRepresentation($src);
            $image = $data['file'];
        } else {
            // We have a combined identifier or legacy (storage 0) path
            $image = $this->resourceFactory->retrieveFileOrFolderObject($src);
        }

        // Check the resolved image as this could also be a FolderInterface
        return $image instanceof FileInterface ? $image : null;
at TYPO3\CMS\Extbase\Service\ImageService->getImageFromSourceString('EXT:template/Resources/Public/Images/logo.svgz', false)
in /var/www/clients/client1/web122/web/vendor/typo3/cms-extbase/Classes/Service/ImageService.php line 127
            );
        }

        // Since image is not given, try to resolve an image from the source string
        $resolvedImage = $this->getImageFromSourceString($src, $treatIdAsReference);

        if ($resolvedImage instanceof File || $resolvedImage instanceof FileReference) {
            return $resolvedImage;
        }
at TYPO3\CMS\Extbase\Service\ImageService->getImage('EXT:template/Resources/Public/Images/logo.svgz', null, false)
in /var/www/clients/client1/web122/web/vendor/typo3/cms-fluid/Classes/ViewHelpers/Uri/ImageViewHelper.php line 132
        }

        try {
            $imageService = self::getImageService();
            $image = $imageService->getImage($src, $image, $treatIdAsReference);

            if ($cropString === null && $image->hasProperty('crop') && $image->getProperty('crop')) {
                $cropString = $image->getProperty('crop');
            }
at TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper::renderStatic(array('src' => 'EXT:template/Resources/Public/Images/logo.svgz', 'treatIdAsReference' => false, 'image' => null, 'crop' => null, 'cropVariant' => 'default', 'fileExtension' => null, 'width' => null, 'height' => null, 'minWidth' => null, 'minHeight' => null, 'maxWidth' => null, 'maxHeight' => null, 'absolute' => false), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 230
'maxHeight' => NULL,
'absolute' => false,
];

$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper::renderStatic($arguments21, $renderChildrenClosure22, $renderingContext)]);

$output20 .= '" class="img-fluid high-ct-hidden" alt="';

$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('siteConfig.websiteTitle')]);
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->{closure}()
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 293
    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/clients/client1/web122/web/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 186
        try {
            $cObj = GeneralUtility::makeInstance(ContentObjectRenderer::class);
            $cObj->setRequest($request);
            $linkFactory = GeneralUtility::makeInstance(LinkFactory::class);
            $linkResult = $linkFactory->create((string)$this->renderChildren(), $typolinkConfiguration, $cObj);

            // Removing TypoLink target here to ensure same behaviour with extbase uri builder in this context.
            $linkResultAttributes = $linkResult->getAttributes();
            unset($linkResultAttributes['target']);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->renderFrontendLinkWithCoreContext(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-fluid/Classes/ViewHelpers/Link/PageViewHelper.php line 119
        }
        if ($request instanceof ServerRequestInterface) {
            if (ApplicationType::fromRequest($request)->isFrontend()) {
                // Use the regular typolink functionality.
                return $this->renderFrontendLinkWithCoreContext($request);
            }
            $uri = $this->renderBackendLinkWithCoreContext($request);
            if ($uri !== '') {
                $this->tag->addAttribute('href', $uri);
at TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper->render()
at call_user_func(array(object(TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper), 'render'))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 256
     */
    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/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 244
    {
        $this->validateArguments();
        $this->initialize();

        return $this->callRenderMethod();
    }

    /**
     * Call the render() method and handle errors.
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->initializeArgumentsAndRender()
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php line 79
            }
            $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('TYPO3\\CMS\\Fluid\\ViewHelpers\\Link\\PageViewHelper', array('additionalAttributes' => array('itemprop' => 'url'), 'data' => null, 'aria' => null, 'class' => 'd-block', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => '1', 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext), object(Closure))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 507
     */
    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' => array('itemprop' => 'url'), 'data' => null, 'aria' => null, 'class' => 'd-block', 'dir' => null, 'id' => null, 'lang' => null, 'style' => null, 'title' => null, 'accesskey' => null, 'tabindex' => null, 'onclick' => null, 'target' => null, 'rel' => null, 'pageUid' => '1', 'pageType' => null, 'noCache' => null, 'language' => null, 'section' => null, 'linkAccessRestrictedPages' => null, 'additionalParams' => null, 'absolute' => null, 'addQueryString' => false, 'argumentsToBeExcludedFromQueryString' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 334
'addQueryString' => false,
'argumentsToBeExcludedFromQueryString' => NULL,
];

$output16 .= TYPO3\CMS\Fluid\ViewHelpers\Link\PageViewHelper::renderStatic($arguments17, $renderChildrenClosure18, $renderingContext);

$output16 .= '
                </div>
            ';
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->{closure}()
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__then'])) {
                return $arguments['__then']();
            }
            return '';
        }
        if (!empty($arguments['__elseIf'])) {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__then' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 343
return $output16;
},
];

$output12 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments13, static fn() => '', $renderingContext)
;

$output12 .= '
            <div class="d-flex flex-lg-grow-1 flex-nowrap justify-content-end';
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->section_2dfa66079d9b7229409430972fd5f1567d78a3b6(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Standard', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 166
            $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 or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Standard', 'partial' => null, 'delegate' => null, 'arguments' => array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f.php line 76
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '

        </div>
at partial_Navigation_fb1c7c7267a12e5d2ff73b017d36f9d4f942a68f->section_808d7dca8a74d84af27a2d6602c3d786de45fe1e(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 324
        }
        $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('Navigation', 'Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 164
            $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 or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Default', 'partial' => 'Navigation', 'delegate' => null, 'arguments' => array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/partial_PageHeader_eb1a3406aebe7afd4fdb30da7c027e1a7d1b8ab8.php line 108
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '

        </div>
at partial_PageHeader_eb1a3406aebe7afd4fdb30da7c027e1a7d1b8ab8->section_808d7dca8a74d84af27a2d6602c3d786de45fe1e(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 324
        }
        $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('PageHeader', 'Default', array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), false)
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 164
            $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 or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Default', 'partial' => 'PageHeader', 'delegate' => null, 'arguments' => array('settings' => array('policyPid' => '106', 'icons' => array('uploads' => array('prefix' => 't3b-icon-file-')), 'design' => array('layout' => 'full'), 'navigation' => array('homePageUID' => '1', 'aria' => array('enabled' => '0', 'contrast' => array('enabled' => '0'), 'easy-language' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help' => array('pageId' => '0')), 'breadcrumb' => array('position' => '1'), 'language' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero' => array('xl' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction' => array('enabled' => '0', 'email' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom' => array(array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items' => array('facebook' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon')))), 'data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0), 'current' => null, 'siteConfig' => array('base' => '/', 'errorHandling' => array(array('errorCode' => 500, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=234'), array('errorCode' => 403, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=235'), array('errorCode' => 404, 'errorHandler' => 'Page', 'errorContentSource' => 't3://page?uid=16')), 'flux_content_types' => '', 'flux_page_templates' => '', 'languages' => array(array('title' => 'Deutsch', 'enabled' => true, 'languageId' => 0, 'base' => '/de/', 'typo3Language' => 'de', 'locale' => 'de_DE.utf8', 'iso-639-1' => 'de', 'navigationTitle' => 'Deutsch', 'hreflang' => 'de', 'direction' => 'ltr', 'flag' => 'de'), array('title' => 'Englisch', 'enabled' => true, 'languageId' => 1, 'base' => '/en/', 'typo3Language' => 'default', 'locale' => 'en_US.utf8', 'iso-639-1' => 'en', 'navigationTitle' => 'English', 'hreflang' => 'en', 'direction' => 'ltr', 'fallbackType' => 'strict', 'fallbacks' => '', 'flag' => 'en-us-gb')), 'rootPageId' => 1, 'routeEnhancers' => array('Calendarize' => array('type' => 'Extbase', 'limitToPages' => array(128, 130), 'extension' => 'Calendarize', 'plugin' => 'Calendar', 'routes' => array(array('routePath' => '/{calendarize_event_label}/{index}', '_controller' => 'Calendar::detail'), array('routePath' => '/{calendarize_year_label}/{year}', '_controller' => 'Calendar::year'), array('routePath' => '/{calendarize_quarter_label}/{quarter}', '_controller' => 'Calendar::quarter'), array('routePath' => '/{calendarize_month_label}/{year}/{month}', '_controller' => 'Calendar::month'), array('routePath' => '/{calendarize_week_label}/{year}/{week}', '_controller' => 'Calendar::week'), array('routePath' => '/{calendarize_day_label}/{year}/{month}/{day}', '_controller' => 'Calendar::day'), array('routePath' => '/{calendarize_result_page_label}/{currentPage}', '_controller' => 'Calendar::result'), array('routePath' => '/{calendarize_page_label}/{currentPage}', '_controller' => 'Calendar::list')), 'defaultController' => 'Calendar::list', 'aspects' => array('index' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_calendarize_domain_model_index', 'routeFieldName' => 'slug'), 'year' => array('type' => 'StaticRangeMapper', 'start' => '2015', 'end' => '2040'), 'quarter' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '4'), 'month' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '12'), 'week' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '53'), 'day' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '31'), 'currentPage' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '1000'), 'calendarize_event_label' => array('type' => 'LocaleModifier', 'default' => 'event', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'termin'))), 'calendarize_year_label' => array('type' => 'LocaleModifier', 'default' => 'year', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'jahr'))), 'calendarize_quarter_label' => array('type' => 'LocaleModifier', 'default' => 'quarter', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'quartal'))), 'calendarize_month_label' => array('type' => 'LocaleModifier', 'default' => 'month', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'monat'))), 'calendarize_week_label' => array('type' => 'LocaleModifier', 'default' => 'week', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'woche'))), 'calendarize_day_label' => array('type' => 'LocaleModifier', 'default' => 'day', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'tag'))), 'calendarize_page_label' => array('type' => 'LocaleModifier', 'default' => 'page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'seite'))), 'calendarize_result_page_label' => array('type' => 'LocaleModifier', 'default' => 'result-page', 'localeMap' => array(array('locale' => 'de_.*', 'value' => 'ergebnis-seite'))))), 'NewsPluginDetail' => array('type' => 'Extbase', 'limitToPages' => array(123, 146), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{news_title}', '_controller' => 'News::detail', '_arguments' => array('news_title' => 'news'))), 'defaultController' => 'News::detail', 'aspects' => array('news_title' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_news_domain_model_news', 'routeFieldName' => 'path_segment', 'routeValuePrefix' => ''))), 'DpnGlossaryDetail' => array('type' => 'Extbase', 'limitToPages' => array(100), 'extension' => 'dpn_glossary', 'plugin' => 'Glossary', 'routes' => array(array('routePath' => '/{slug_segment}', '_controller' => 'Term::show', '_arguments' => array('slug_segment' => 'term'))), 'defaultController' => 'Term::show', 'aspects' => array('slug_segment' => array('type' => 'PersistedAliasMapper', 'tableName' => 'tx_dpnglossary_domain_model_term', 'routeFieldName' => 'url_segment', 'routeValuePrefix' => ''))), 'NewsPluginList' => array('type' => 'Extbase', 'limitToPages' => array(39), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{page}', '_controller' => 'News::list', '_arguments' => array('page' => 'currentPage'))), 'defaultController' => 'News::list', 'defaults' => array('page' => 1), 'requirements' => array('page' => '\\d+'), 'aspects' => array('page' => array('type' => 'StaticRangeMapper', 'start' => '1', 'end' => '100'))), 'NewsArchive' => array('type' => 'Extbase', 'limitToPages' => array(13), 'extension' => 'News', 'plugin' => 'Pi1', 'routes' => array(array('routePath' => '/{year}/{month}', '_controller' => 'News::archive')), 'defaultController' => 'News::list', 'defaults' => array('month' => ''), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogArchiveDate' => array('type' => 'Extbase', 'limitToPages' => array(242), 'extension' => 'Blog', 'plugin' => 'Archive', 'routes' => array(array('routePath' => '/{year}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{format}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}', '_controller' => 'Post::listPostsByDate'), array('routePath' => '/{year}/{month}/{format}', '_controller' => 'Post::listPostsByDate')), 'requirements' => array('month' => '[a-zA-Z0-9].*', 'year' => '[0-9]{1,4}'), 'aspects' => array('month' => array('type' => 'StaticValueMapper', 'map' => array('january' => 1, 'february' => 2, 'march' => 3, 'april' => 4, 'may' => 5, 'june' => 6, 'july' => 7, 'august' => 8, 'september' => 9, 'october' => 10, 'november' => 11, 'december' => 12), 'localeMap' => array(array('locale' => 'de_.*', 'map' => array('januar' => 1, 'februar' => 2, 'maerz' => 3, 'april' => 4, 'mai' => 5, 'juni' => 6, 'juli' => 7, 'august' => 8, 'september' => 9, 'oktober' => 10, 'november' => 11, 'dezember' => 12)))))), 'BlogPosts' => array('type' => 'Extbase', 'limitToPages' => array(162), 'extension' => 'Blog', 'plugin' => 'Posts', 'routes' => array(array('routePath' => '/neuste/', '_controller' => 'Post::listRecentPosts')), 'requirements' => array('format' => 'rss')), 'IndexedSearch' => array('type' => 'Extbase', 'limitToPages' => array(11), 'extension' => 'IndexedSearch', 'defaultController' => 'Search::search', 'plugin' => 'Pi2', 'routes' => array(array('routePath' => '/search', '_controller' => 'Search::search'))), 'ForgotPassword' => array('type' => 'Plugin', 'limitToPages' => array(41), 'routePath' => '/forgot-password/{user}/{hash}', 'namespace' => 'tx_felogin_pi1', 'defaults' => array('forgot' => '1'), 'requirements' => array('forgot' => '[0-9]{1..3}', 'hash' => '^[a-zA-Z0-9]{32}$')), 'Suffix' => array('type' => 'PageType', 'index' => '', 'map' => array('.json' => 10, 'rss.feed' => 200, 'sitemap.xml' => 1533906435, 'ajax' => 989862))), 'routes' => array(array('route' => 'robots.txt', 'type' => 'staticText', 'content' => 'User-agent: * Disallow: /typo3/ Disallow: /typo3_src/ Allow: /typo3/sysext/frontend/Resources/Public/* '), array('route' => '/sitemap.de.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435'), array('route' => '/sitemap.en.xml', 'type' => 'uri', 'source' => 't3://page?uid=240&type=1533906435&_language=1')), 'txCsseoXdefault' => 0, 'websiteTitle' => 'T3Bootstrap 12 Demo', 'contentSecurityPolicies' => array(), 'settings' => array(), 'sys_language_uid' => 0), 'hero' => array('useJumbotron' => true, 'useContainer' => false, 'slideLevels' => -1, 'useBigImage' => true, 'size' => 'big', 'useDarkImage' => false, 'media' => array(object(TYPO3\CMS\Core\Resource\FileReference)), 'images' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'site' => object(TYPO3\CMS\Core\Site\Entity\Site), 'languagemenu' => array(array('languageId' => 1, 'locale' => 'en_US.utf8', 'title' => 'Englisch', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en', 'direction' => 'ltr', 'flag' => 'en-us-gb', 'link' => '/en/404', 'active' => 0, 'current' => 0, 'available' => 1)), 'mainMenu' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 24, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368070, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/3-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 25, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368062, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/seitenlayouts/2-spalten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/2-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 26, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591368158, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465442, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/1-spalte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/1-spalte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 177, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1589811542, 'sorting' => 1088, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1514415949, 'hidden' => 0, 'title' => 'OnePager', 'doktype' => 1, 'TSconfig' => 'TCAdefaults.tt_content.sectionIndex = 0', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__Onepager', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/seitenlayouts/one-pager', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'OnePager', 'link' => '/de/seitenlayouts/one-pager', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 290, 'pid' => 5, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366644, 'hidden' => 0, 'title' => 'Boxed Layouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Boxed Layouts', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 287, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591359563, 'hidden' => 0, 'title' => 'Einspaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/einspaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Einspaltig', 'link' => '/de/seitenlayouts/boxed-layouts/einspaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 288, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 25, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591366580, 'hidden' => 0, 'title' => 'Zweispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/zweispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zweispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/zweispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 292, 'pid' => 290, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 24, 'tstamp' => 1631105541, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591389946, 'hidden' => 0, 'title' => 'Dreispaltig', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__3Columns', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 2, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/seitenlayouts/boxed-layouts/dreispaltig', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dreispaltig', 'link' => '/de/seitenlayouts/boxed-layouts/dreispaltig', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 53, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1616345478, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1387894612, 'hidden' => 0, 'title' => 'Typografie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Typografie, Template, Bootstrap', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Beschreibung zur Typografie im TYPO3 Bootstrap Template', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Abstract zur Typografie im TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"header_size":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"nav_hide_subtree":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/typografie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Typografie', 'link' => '/de/elemente/typografie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 280, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 320, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1587261532, 'hidden' => 0, 'title' => 'Bild-/Text-Elemente', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/bild-/text-elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bild-/Text-Elemente', 'link' => '/de/elemente/bild-/text-elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 61, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542282830, 'sorting' => 832, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1395792919, 'hidden' => 0, 'title' => 'Komponenten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/komponenten', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Komponenten', 'link' => '/de/elemente/komponenten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 180, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330284, 'sorting' => 1648, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1516434405, 'hidden' => 0, 'title' => 'Alerts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/alerts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Alerts', 'link' => '/de/elemente/alerts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 21, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610330342, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1375461908, 'hidden' => 0, 'title' => 'Responsive Images', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 1, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/responsive-images', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Responsive Images', 'link' => '/de/elemente/responsive-images', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 183, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1525216622, 'sorting' => 1712, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1525216613, 'hidden' => 0, 'title' => 'Bildeffekte', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/bildeffekte', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bildeffekte', 'link' => '/de/elemente/bildeffekte', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 278, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1968, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1583769567, 'hidden' => 0, 'title' => 'Icon Blocks', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/icon-blocks', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Icon Blocks', 'link' => '/de/elemente/icon-blocks', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 145, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1472352357, 'sorting' => 2272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1472350795, 'hidden' => 0, 'title' => 'Galerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/galerie', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Galerie', 'link' => '/de/elemente/galerie', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 27, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1460465888, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465463, 'hidden' => 0, 'title' => 'Grids', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/grids', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Grids', 'link' => '/de/elemente/grids', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 308, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1642180732, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 1, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1642173997, 'hidden' => 0, 'title' => 'Animationen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => 'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/elemente/animationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Animationen', 'link' => '/de/elemente/animationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 269, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082699, 'hidden' => 0, 'title' => 'Call To Action Leiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/call-to-action-leiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Call To Action Leiste', 'link' => '/de/elemente/call-to-action-leiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 270, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082720, 'hidden' => 0, 'title' => 'Breadcrumb', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Breadcrumb', 'link' => '/de/elemente/breadcrumb', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 271, 'pid' => 270, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581082752, 'hidden' => 0, 'title' => 'Direkt unter Hauptnavigation', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/breadcrumb/direkt-unter-hauptnavigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Direkt unter Hauptnavigation', 'link' => '/de/elemente/breadcrumb/direkt-unter-hauptnavigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 265, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580691812, 'hidden' => 0, 'title' => 'Cards', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/cards', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cards', 'link' => '/de/elemente/cards', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 294, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4416, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1591706258, 'hidden' => 0, 'title' => 'Compare slider', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/compare-slider', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Compare slider', 'link' => '/de/elemente/compare-slider', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 268, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 4736, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581033282, 'hidden' => 0, 'title' => 'Counter', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/counter', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Counter', 'link' => '/de/elemente/counter', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 277, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 5056, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1582060233, 'hidden' => 0, 'title' => 'Zeitleiste', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/zeitleiste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zeitleiste', 'link' => '/de/elemente/zeitleiste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 32, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641427646, 'sorting' => 5376, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377477379, 'hidden' => 0, 'title' => 'Tabellen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/elemente/tabellen', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => 'Verschiedene Bootstrap Tabellen-Stile in TYPO3', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabellen', 'link' => '/de/elemente/tabellen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 138, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1461370102, 'sorting' => 5504, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461370102, 'hidden' => 0, 'title' => 'Dateiliste', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/dateiliste', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Dateiliste', 'link' => '/de/elemente/dateiliste', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 51, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538283, 'sorting' => 5632, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1386627187, 'hidden' => 0, 'title' => 'Video / Audio', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/video-audio', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Video / Audio', 'link' => '/de/elemente/video-audio', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 72, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610538397, 'sorting' => 6272, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406934606, 'hidden' => 0, 'title' => 'Footer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/footer', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Footer', 'link' => '/de/elemente/footer', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 273, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 6656, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266666, 'hidden' => 0, 'title' => 'Header', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Header', 'link' => '/de/elemente/header', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 274, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266691, 'hidden' => 0, 'title' => 'Mitgehend', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/mitgehend', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Mitgehend', 'link' => '/de/elemente/header/mitgehend', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 275, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581266973, 'hidden' => 0, 'title' => 'Anderer Stil', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/header/anderer-stil', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Anderer Stil', 'link' => '/de/elemente/header/anderer-stil', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 95, 'pid' => 273, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1609944766, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1427382390, 'hidden' => 0, 'title' => 'Hero-Bereich', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Konfigurierbares Hero-Bild', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/elemente/hero-bild', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hero-Bereich', 'link' => '/de/elemente/hero-bild', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1))), array('data' => array('uid' => 74, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 7168, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1407318898, 'hidden' => 0, 'title' => 'Navigationen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigationen', 'link' => '/de/elemente/navigationen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 264, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1580680805, 'hidden' => 0, 'title' => 'Sektionsindex', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/navigationen/sektionsindex', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sektionsindex', 'link' => '/de/elemente/navigationen/sektionsindex', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 64, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1429399681, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1398893253, 'hidden' => 0, 'title' => 'Eine Unterseite', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/navigationen/eine-unterseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Eine Unterseite', 'link' => '/de/elemente/navigationen/eine-unterseite', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 101, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602371129, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1432951562, 'hidden' => 0, 'title' => 'MegaMenu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/megamenu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'MegaMenu', 'link' => '/de/elemente/megamenu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 300, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602371057, 'hidden' => 0, 'title' => 'Overlay Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/elemente/overlay-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Overlay Menü', 'link' => '/de/elemente/overlay-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 115, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1602370953, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449185771, 'hidden' => 0, 'title' => 'Sidebar Menu', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sidebar-menu', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sidebar Menu', 'link' => '/de/elemente/sidebar-menu', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 306, 'pid' => 74, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1615803193, 'hidden' => 0, 'title' => 'Erweitertes Abstract-Menü', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/elemente/erweitertes-abstract-menue', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Erweitertes Abstract-Menü', 'link' => '/de/elemente/erweitertes-abstract-menue', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 112, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453842818, 'sorting' => 8576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448757763, 'hidden' => 0, 'title' => 'Lightbox', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/lightbox', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Lightbox', 'link' => '/de/elemente/lightbox', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 116, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449188507, 'sorting' => 10496, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449188490, 'hidden' => 0, 'title' => 'Abstände', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/abstaende', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Abstände', 'link' => '/de/elemente/abstaende', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 135, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458562252, 'sorting' => 10752, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458562190, 'hidden' => 0, 'title' => 'Sitemaps (Spezial Menüs)', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/sitemaps-spezial-menues', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Sitemaps (Spezial Menüs)', 'link' => '/de/elemente/sitemaps-spezial-menues', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 136, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1458631565, 'sorting' => 11008, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1458631553, 'hidden' => 0, 'title' => 'PDF Vorschau', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/pdf-vorschau', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'PDF Vorschau', 'link' => '/de/elemente/pdf-vorschau', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 143, 'pid' => 23, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1467574331, 'sorting' => 11264, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1467574318, 'hidden' => 0, 'title' => 'Tabs', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente/tabs', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Tabs', 'link' => '/de/elemente/tabs', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 157, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1615803615, 'sorting' => 640, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1485824570, 'hidden' => 0, 'title' => 'Form', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_size":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"heromedia_fullscreen":null,"preview_image":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/extensions/form', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => 1, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Form', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 39, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1510699857, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'News', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => '/de/extensions/news', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 146, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1474758724, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1474758653, 'hidden' => 0, 'title' => 'Archiv', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/news/archiv', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Archiv', 'link' => '/de/extensions/news/archiv', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 272, 'pid' => 39, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1581093125, 'hidden' => 0, 'title' => 'Layouts', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/extensions/news/layouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Layouts', 'link' => '/de/extensions/news/layouts', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 41, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448144863, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377657288, 'hidden' => 0, 'title' => 'felogin', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/felogin', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'felogin', 'link' => '/de/extensions/felogin', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 58, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448321240, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1391733247, 'hidden' => 0, 'title' => 'ws_scss', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions/ws-scss', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'ws_scss', 'link' => '/de/extensions/ws-scss', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 137, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1591829396, 'sorting' => 4288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1461366739, 'hidden' => 0, 'title' => 'go_maps_ext', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/extensions/go-maps-ext', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'go_maps_ext', 'link' => '/de/extensions/go-maps-ext', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 262, 'pid' => 7, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641916625, 'sorting' => 4576, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1579565871, 'hidden' => 0, 'title' => 'Cookieman', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => 'Cookie-Freigabe mittels Opt-In', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => 'Cookie-Freigabe mittels Opt-In', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","header_size":"","heroimage":"","heroimage_big":"","heromedia_fullscreen":"","header_darken":"","jumbotron":"","heroContainer":"","heroslide":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","preview_image":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","nav_hide_subtree":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/extensions/cookieman', 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => '', 'og_image' => 0, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Cookieman', 'link' => '/de/extensions/cookieman', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 296, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1596756237, 'hidden' => 0, 'title' => 'Software', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"sitemap_changefreq":null,"sitemap_priority":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fed_page_controller_action":null,"tx_fed_page_controller_action_sub":null}', 'slug' => '/ueber-das-template/software', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Software', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 297, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1641487505, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369875, 'hidden' => 0, 'title' => 'Barrierefreiheit', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":""}', 'slug' => '/barrierefreiheit', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 1, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Barrierefreiheit', 'link' => '/de/barrierefreiheit', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 298, 'pid' => 297, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602369960, 'hidden' => 0, 'title' => 'Hoher Kontrast', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/barrierefreiheit/standard-titel', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Hoher Kontrast', 'link' => '/de/barrierefreiheit/standard-titel', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 110, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1587691824, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726951, 'hidden' => 0, 'title' => 'Das Besondere', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/ueber-das-template/das-besondere', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Das Besondere', 'link' => '/de/ueber-das-template/das-besondere', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 111, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1448756995, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448756857, 'hidden' => 0, 'title' => 'Site package extension', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684626035, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/site-package-extension', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site package extension', 'link' => '/de/ueber-das-template/site-package-extension', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 114, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1449184701, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1449184640, 'hidden' => 0, 'title' => 'Bootstrap anpassen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1684625732, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/bootstrap-anpassen', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Bootstrap anpassen', 'link' => '/de/ueber-das-template/bootstrap-anpassen', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 119, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1453058859, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1453058859, 'hidden' => 0, 'title' => 'Navigation', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/navigation', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Navigation', 'link' => '/de/ueber-das-template/navigation', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 139, 'pid' => 109, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1463435927, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1463435483, 'hidden' => 0, 'title' => 'Rich Snippets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template/rich-snippets', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Rich Snippets', 'link' => '/de/ueber-das-template/rich-snippets', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'subMenu' => array(), 'metaMenu' => array(array('data' => array('uid' => 70, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1650823505, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404902711, 'hidden' => 0, 'title' => 'News', 'doktype' => 3, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://blog.t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '_blank', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","slug":"","nav_title":"","subtitle":"","url":"","target":"","abstract":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","is_siteroot":"","no_search":"","php_tree_stop":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/user-navigation/news', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'News', 'link' => 'https://blog.t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 36, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377653126, 'hidden' => 0, 'title' => 'Site map', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 10, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/site-map-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Site map', 'link' => '/de/site-map', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 57, 'pid' => 34, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1469927155, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1390484469, 'hidden' => 0, 'title' => 'Login', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 35, 'shortcut_mode' => 0, 'fe_group' => '-1', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/login-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Login', 'link' => '/de/login', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'mobileMenu' => array(), 'currentMobileMenuLevel' => array(array('data' => array('uid' => 5, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1475581746, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Seitenlayouts', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1397035287, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/seitenlayouts', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Seitenlayouts', 'link' => '/de/seitenlayouts/3-spalten', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 23, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1452604924, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1377465372, 'hidden' => 0, 'title' => 'Template-Elemente', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Elemente', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/elemente', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Elemente', 'link' => '/de/elemente', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 7, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1409483964, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374604021, 'hidden' => 0, 'title' => 'Extensions', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1380666338, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/extensions', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Extensions', 'link' => '/de/extensions/form', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 109, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1457126397, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448726903, 'hidden' => 0, 'title' => 'Über das Template', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => '', 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/ueber-das-template', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Über das Template', 'link' => '/de/ueber-das-template/software', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 285, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1631105541, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1590155143, 'hidden' => 0, 'title' => 'Zur Hauptseite', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://t3bootstrap.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => null, 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => null, 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/zur-hauptseite', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => 'summary', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Zur Hauptseite', 'link' => 'https://t3bootstrap.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'breadcrumb' => array(array('data' => array('uid' => 1, 'pid' => 68, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1585996491, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374595899, 'hidden' => 0, 'title' => 'T3Bootstrap', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 1, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 1, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1542794338, 'abstract' => 'Home of the TYPO3 Bootstrap Template', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Home', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__2Columns', 'backend_layout_next_level' => 'pagets__2Columns', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 1, 'heroimage_big' => 1, 'header_darken' => 1, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"alias":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Home', 'link' => '/de/home', 'target' => '_self', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1), array('data' => array('uid' => 16, 'pid' => 1, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1577641904, 'sorting' => 6144, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1374622605, 'hidden' => 0, 'title' => 'Seite wurde nicht gefunden', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 1, 'SYS_LASTCHANGED' => 1682350525, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => 'pagets__1Column', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => 0, 'heroimage_big' => 1, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"tx_slug_locked":null,"nav_title":null,"subtitle":null,"seo_title":null,"tx_csseo_title_only":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"tx_csseo_keyword":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"tx_csseo_tw_creator":null,"tx_csseo_tw_site":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"header_big":null,"header_darken":null,"jumbotron":null,"heroContainer":null,"heroslide":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"heroimage":null,"heroimage_big":null,"video":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/404', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'big', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, '_MP_PARAM' => '', 'isSpacer' => false), 'title' => 'Seite wurde nicht gefunden', 'link' => '/de/404', 'target' => '_self', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0)), 'footerMenu' => array(array('data' => array('uid' => 159, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1492132668, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1492132573, 'hidden' => 0, 'title' => 'Kontakt', 'doktype' => 3, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => 'https://www.wapplersystems.de', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/kontakt', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Kontakt', 'link' => 'https://www.wapplersystems.de', 'target' => '_blank', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 43, 'pid' => 42, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1380652265, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 1, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1379200819, 'hidden' => 0, 'title' => 'Impressum', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 12, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'cache_tags' => '', 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_fed_page_flexform' => '', 'tx_fed_page_controller_action' => '', 'tx_fed_page_controller_action_sub' => '', 'categories' => 0, 'tx_fed_page_flexform_sub' => '', 'tsconfig_includes' => null, 'heroimage' => null, 'heroimage_big' => null, 'header_darken' => 0, 'icon' => '', 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/impressum-1', 'l10n_parent' => 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, 'canonical_link' => '', 'jumbotron' => 1, 'heroContainer' => 0, 'heroslide' => -1, 'twitter_card' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'prevent_link' => 0, 'header_size' => 'small', 'heromedia_fullscreen' => null, 'preview_image' => null, 'nav_hide_subtree' => 0, 'tx_staticfilecache_cache' => 1, 'tx_staticfilecache_cache_force' => 0, 'tx_staticfilecache_cache_offline' => 0, 'tx_staticfilecache_cache_priority' => 0, 'isSpacer' => false), 'title' => 'Impressum', 'link' => '/de/impressum', 'target' => '_self', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/var/cache/code/fluid_template/layout_Page_html_e333953c56be7c98c601dc0123121e5e4a935323.php line 164
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '

    ';
at layout_Page_html_e333953c56be7c98c601dc0123121e5e4a935323->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/clients/client1/web122/web/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } 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/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 330
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 87

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))), '5')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('popper' => 'EXT:template/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:template/Resources/Public/JavaScript/bootstrap/bootstrap.min.js', 'smartmenus_jquery' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.min.js', 'smartmenus_bootstrap' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.min.js', 'mmenu' => 'EXT:template/Resources/Public/JavaScript/mmenu/mmenu.js', 'mmenu.' => array('excludeFromConcatenation' => '1'), 'matchheight' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery.matchHeight.min.js', 'scrolltotop' => 'EXT:template/Resources/Public/JavaScript/jquery/scrolltotop.min.js', 'inter-element-anchors' => 'EXT:template/Resources/Public/JavaScript/improvements/inter-element-anchors.min.js', 'prevent-link' => 'EXT:template/Resources/Public/JavaScript/improvements/prevent-link.min.js', 'main' => 'EXT:template/Resources/Public/JavaScript/main.js'), 'includeJSFooterlibs.' => array('jquery' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery-3.6.1.min.js', 'jquery.' => array('forceOnTop' => '1')), 'includeCSS.' => array('main' => 'EXT:template/Resources/Public/SCSS/base-layout.scss', 'main.' => array('inlineOutput' => 'true', 'sourceMap' => 'false', 'outputfile' => 'typo3temp/assets/css/template/main.css', 'variables.' => array('primary' => '', 'body-color' => '', 'footer-bg' => '', 'mobile-menu-bg' => '', 'font-family-sans-serif' => '', 'font-family-base' => '', 'headings-font-family' => '')), 'rte' => 'EXT:template/Resources/Public/SCSS/rte.scss', 'rte.' => array('outputfile' => 'typo3temp/assets/css/template/rte.css', 'unlink' => '1'), 'fonts' => 'EXT:template/Resources/Public/SCSS/fonts.scss', 'fonts.' => array('outputfile' => 'typo3temp/assets/css/template/fonts.css', 'excludeFromConcatenation' => '1'), 'smartmenus' => 'EXT:template/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'mmenu' => 'EXT:template/Resources/Public/CSS/mmenu/mmenu.css', 'mmenu.' => array('inline' => '1'), 'opensans' => 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap'), 'includeJS.' => array('mail' => 'EXT:template/Resources/Public/JavaScript/mail.js'), 'typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'COA', '11.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '1.' => array('value' => ''), 'TEXT', '2.' => array('stdWrap.' => array('noTrimWrap' => '| layout-||', 'cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'TEXT', '3.' => array('stdWrap.' => array('noTrimWrap' => '| ||')), 'TEXT', '4.' => array('value' => 'full', 'stdWrap.' => array('noTrimWrap' => '| layout-||'))), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|')), 'shortcutIcon' => 'EXT:template/Resources/Public/Images/favicon.png', 'headerData.' => array('IMG_RESOURCE', '870.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'meta.' => array('description.' => array('data' => 'page:description'), 'author.' => array('data' => 'page:author'), 'viewport.' => array('value' => 'width=device-width minimum-scale=1.0 maximum-scale=1.0 user-scalable=no'), 'navtitle.' => array('data' => 'page:nav_title//page:title'), 'sitename.' => array('data' => 'site:websiteTitle'), 'theme-color' => '#005262'), '1365499.' => array('templateRootPaths.' => array('EXT:template/Resources/Private/Extensions/Cookieman/Templates/'))), '')
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('popper' => 'EXT:template/Resources/Public/JavaScript/bootstrap/popper.min.js', 'bootstrap' => 'EXT:template/Resources/Public/JavaScript/bootstrap/bootstrap.min.js', 'smartmenus_jquery' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.min.js', 'smartmenus_bootstrap' => 'EXT:template/Resources/Public/JavaScript/smartmenus/jquery.smartmenus.bootstrap.min.js', 'mmenu' => 'EXT:template/Resources/Public/JavaScript/mmenu/mmenu.js', 'mmenu.' => array('excludeFromConcatenation' => '1'), 'matchheight' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery.matchHeight.min.js', 'scrolltotop' => 'EXT:template/Resources/Public/JavaScript/jquery/scrolltotop.min.js', 'inter-element-anchors' => 'EXT:template/Resources/Public/JavaScript/improvements/inter-element-anchors.min.js', 'prevent-link' => 'EXT:template/Resources/Public/JavaScript/improvements/prevent-link.min.js', 'main' => 'EXT:template/Resources/Public/JavaScript/main.js'), 'includeJSFooterlibs.' => array('jquery' => 'EXT:template/Resources/Public/JavaScript/jquery/jquery-3.6.1.min.js', 'jquery.' => array('forceOnTop' => '1')), 'includeCSS.' => array('main' => 'EXT:template/Resources/Public/SCSS/base-layout.scss', 'main.' => array('inlineOutput' => 'true', 'sourceMap' => 'false', 'outputfile' => 'typo3temp/assets/css/template/main.css', 'variables.' => array('primary' => '', 'body-color' => '', 'footer-bg' => '', 'mobile-menu-bg' => '', 'font-family-sans-serif' => '', 'font-family-base' => '', 'headings-font-family' => '')), 'rte' => 'EXT:template/Resources/Public/SCSS/rte.scss', 'rte.' => array('outputfile' => 'typo3temp/assets/css/template/rte.css', 'unlink' => '1'), 'fonts' => 'EXT:template/Resources/Public/SCSS/fonts.scss', 'fonts.' => array('outputfile' => 'typo3temp/assets/css/template/fonts.css', 'excludeFromConcatenation' => '1'), 'smartmenus' => 'EXT:template/Resources/Public/CSS/smartmenus/jquery.smartmenus.bootstrap.css', 'mmenu' => 'EXT:template/Resources/Public/CSS/mmenu/mmenu.css', 'mmenu.' => array('inline' => '1'), 'opensans' => 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap'), 'includeJS.' => array('mail' => 'EXT:template/Resources/Public/JavaScript/mail.js'), 'typeNum' => '0', 'FLUIDTEMPLATE', '5.' => array('dataProcessing.' => array('WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\SiteConfigProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\PageHeroProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'WapplerSystems\\WsT3bootstrap\\Frontend\\DataProcessing\\LanguageMenuProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2001.' => array('entryLevel' => '0', 'levels' => '3', 'expandAll' => '1', 'includeSpacer' => '0', 'as' => 'mainMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2002.' => array('entryLevel' => '1', 'expandAll' => '1', 'includeSpacer' => '0', 'levels' => '3', 'as' => 'subMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2003.' => array('expandAll' => '1', 'includeSpacer' => '{$navigation.meta.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '34'), 'as' => 'metaMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2004.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'rootline', 'special.' => array('range' => '1|-0'), 'as' => 'mobileMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2005.' => array('includeSpacer' => '{$navigation.mobile.includeSpacer}', 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pid')), 'as' => 'currentMobileMenuLevel', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2006.' => array('special' => 'rootline', 'special.' => array('range' => '0|-0'), 'includeSpacer' => '0', 'as' => 'breadcrumb', 'titleField' => 'nav_title // title', 'includeNotInMenu' => '{$navigation.breadcrumb.includeNotInMenu}'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '2007.' => array('expandAll' => '0', 'includeSpacer' => '{$navigation.footer.includeSpacer}', 'special' => 'directory', 'special.' => array('value' => '42'), 'as' => 'footerMenu', 'titleField' => 'nav_title // title', 'excludeUidList' => '', 'includeNotInMenu' => '0')), 'templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'layoutRootPaths.' => array('EXT:template/Resources/Private/Layouts/', 'EXT:template/Resources/Private/Layouts/'), 'templateRootPaths.' => array('EXT:template/Resources/Private/Templates/Page/', 'EXT:template/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:template/Resources/Private/Partials/', 'EXT:template/Resources/Private/Partials/'), 'settings.' => array('policyPid' => '106', 'icons.' => array('uploads.' => array('prefix' => 't3b-icon-file-')), 'design.' => array('layout' => 'full'), 'navigation.' => array('homePageUID' => '1', 'aria.' => array('enabled' => '0', 'contrast.' => array('enabled' => '0'), 'easy-language.' => array('linkType' => 'none', 'languageId' => '0', 'pageId' => '0'), 'help.' => array('pageId' => '0')), 'breadcrumb.' => array('position' => '1'), 'language.' => array('enabled' => '1', 'hideCurrent' => '1', 'layout' => 'Dropdown', 'itemLayout' => 'Label'), 'main.' => array('megaMenuPid' => '', 'overlayMenuPid' => '', 'menuType' => 'smartmenus'), 'mobile.' => array('entryLevel' => '1', 'showAccessProtectedPages' => '0', 'includeNotInMenu' => '0', 'excludeUidList' => '')), 'header.' => array('navigationWrapperClass' => 'bg-transparent-white', 'logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'searchbox' => '1'), 'footer.' => array('logo' => 'EXT:template/Resources/Public/Images/logo.svgz', 'logoHighContrast' => '', 'contentPageId' => '69', 'copyright' => ''), 'hero.' => array('xl.' => array('width' => '2200', 'mediaquery' => '(min-width: 1200px)', 'cropVariant' => 'full'), 'lg.' => array('width' => '1199.98', 'mediaquery' => '(max-width: 1199.98px)', 'cropVariant' => 'lg'), 'md.' => array('width' => '991.98', 'mediaquery' => '(max-width: 991.98px)', 'cropVariant' => 'md'), 'sm.' => array('width' => '767.98', 'mediaquery' => '(max-width: 767.98px)', 'cropVariant' => 'sm'), 'xs.' => array('width' => '575.98', 'mediaquery' => '(max-width: 575.98px)', 'cropVariant' => 'xs')), 'search.' => array('searchPagePID' => '', 'searchTerm' => '{search_term_string}'), 'callToAction.' => array('enabled' => '0', 'email.' => array('pageId' => '', 'iconClass' => 't3b-icon-envelope', 'order' => '1', 'modal' => '1', 'label' => 'E-Mail'), 'custom.' => array('1.' => array('pageId' => '', 'label' => 'Demo', 'order' => '2', 'iconClass' => 't3b-icon-desktop'), '2.' => array('pageId' => '', 'label' => '', 'order' => '2', 'iconClass' => '{$callToAction.custom.2.class}')), 'items.' => array('facebook.' => array('link' => '', 'title' => 'Facebook', 'iconClass' => 't3b-icon-facebook-f', 'btnClass' => 'btn-facebook', 'order' => '2', 'label' => 'Facebook'), 'youtube.' => array('link' => '', 'title' => 'Youtube', 'iconClass' => 't3b-icon-youtube', 'btnClass' => 'btn-youtube', 'order' => '3', 'label' => 'Youtube'), 'instagram.' => array('link' => '', 'title' => 'Instagram', 'iconClass' => 't3b-icon-instagram', 'btnClass' => 'btn-instagram', 'order' => '4', 'label' => 'Instagram'), 'pinterest.' => array('link' => '', 'title' => 'Pinterest', 'iconClass' => 't3b-icon-pinterest', 'btnClass' => 'btn-pinterest', 'order' => '5', 'label' => 'Pinterest'), 'xing.' => array('link' => '', 'title' => 'Xing', 'iconClass' => 't3b-icon-xing', 'btnClass' => 'btn-xing', 'order' => '6', 'label' => 'Xing'), 'linkedin.' => array('link' => '', 'title' => 'LinkedIn', 'iconClass' => 't3b-icon-linkedin', 'btnClass' => 'btn-linkedin', 'order' => '7', 'label' => 'LinkedIn'), 'git.' => array('link' => '', 'title' => 'Github', 'iconClass' => 't3b-icon-github-alt', 'btnClass' => 'btn-git', 'order' => '8', 'label' => 'Github'), 'mastodon.' => array('link' => '', 'title' => 'Mastodon', 'iconClass' => 't3b-icon-mastodon', 'btnClass' => 'btn-mastodon', 'order' => '9', 'label' => 'Mastodon'))))), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '5.' => array('value' => '<body'), 'COA', '11.' => array('stdWrap.' => array('noTrimWrap' => '| class="|" |'), 'TEXT', '1.' => array('value' => ''), 'TEXT', '2.' => array('stdWrap.' => array('noTrimWrap' => '| layout-||', 'cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => '__', 'returnKey' => '1')), 'ifEmpty' => '1Column')), 'TEXT', '3.' => array('stdWrap.' => array('noTrimWrap' => '| ||')), 'TEXT', '4.' => array('value' => 'full', 'stdWrap.' => array('noTrimWrap' => '| layout-||'))), 'TEXT', '20.' => array('value' => '{TSFE:id}', 'insertData' => '1', 'noTrimWrap' => '| id="page_|">|')), 'shortcutIcon' => 'EXT:template/Resources/Public/Images/favicon.png', 'headerData.' => array('IMG_RESOURCE', '870.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-57-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" />', 'required' => '1')), 'IMG_RESOURCE', '871.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-72-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="72x72" />', 'required' => '1')), 'IMG_RESOURCE', '872.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-114-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="114x114" />', 'required' => '1')), 'IMG_RESOURCE', '873.' => array('file' => 'EXT:template/Resources/Public/Images/apple-touch-icon-144-precomposed.png', 'stdWrap.' => array('wrap' => '<link href="|" rel="apple-touch-icon apple-touch-icon-precomposed" sizes="144x144" />', 'required' => '1'))), 'meta.' => array('description.' => array('data' => 'page:description'), 'author.' => array('data' => 'page:author'), 'viewport.' => array('value' => 'width=device-width minimum-scale=1.0 maximum-scale=1.0 user-scalable=no'), 'navtitle.' => array('data' => 'page:nav_title//page:title'), 'sitename.' => array('data' => 'site:websiteTitle'), 'theme-color' => '#005262'), '1365499.' => array('templateRootPaths.' => array('EXT:template/Resources/Private/Extensions/Cookieman/Templates/'))))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 224
     * in the content that is processed later-on.
     */
    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/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 195
    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/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 135
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

            $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/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 51
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', $this->requestId->nonce);
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/HtmlMinifier.php line 19

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {

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

        if ((int)$GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] === 1) {
            return $response;
        }
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\HtmlMinifier->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 58

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 112
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 113
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 87
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/AjaxMenu.php line 68
            exit();
            return new HtmlResponse($response);
        }

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


    private function renderMenu(int $parentId) {
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\AjaxMenu->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 63

                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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/SiteBaseRedirectResolver.php line 31
            if (is_array($routeConfig)) {
                return $handler->handle($request);
            }
        }
        return parent::process($request, $handler);
    }


    /**
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 46
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 50
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/CookieCheckMiddleware.php line 44
            // Remove staticfilecache cookie when no backend or frontend user is logged in
            $this->cookieService->unsetCookie();
        }

        return $handler->handle($request);
    }
}
at SFC\Staticfilecache\Middleware\CookieCheckMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 27
    {
        $feUser = $request->getAttribute('frontend.user');
        assert($feUser instanceof FrontendUserAuthentication);

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

        $weShouldHaveCookie = $this->weShouldHaveCookie($feUser, $request);
        $lifetime = (int)($GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime'] ?? 0);

at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 53
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/flux/Classes/Integration/MiddleWare/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Flux\Integration\MiddleWare\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // 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);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 128
        }

        $request = $request->withAttribute('originalRequest', $originalRequest);

        return $this->application->handle($request);
    }

    /**
     * Resolve the URL (currently only page and external URL are supported)
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->sendSubRequest(object(TYPO3\CMS\Core\Http\ServerRequest), 16, object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn(): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->TYPO3\CMS\Core\Error\PageErrorHandler\{closure}()
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 106
    {
        $parkedTsfe = $GLOBALS['TSFE'] ?? null;
        $GLOBALS['TSFE'] = null;

        $result = $fetcher();

        $GLOBALS['TSFE'] = $parkedTsfe;

        return $result;
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->stashEnvironment(object(Closure))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php line 84
                );
            }
            // Create a sub-request and do not take any special query parameters into account
            $subRequest = $request->withQueryParams([])->withUri(new Uri($resolvedUrl))->withMethod('GET');
            $subResponse = $this->stashEnvironment(fn(): ResponseInterface => $this->sendSubRequest($subRequest, $urlParams['pageuid'], $request));

            if ($subResponse->getStatusCode() >= 300) {
                throw new \RuntimeException(sprintf('Error handler could not fetch error page "%s", status code: %s', $resolvedUrl, $subResponse->getStatusCode()), 1544172839);
            }
at TYPO3\CMS\Core\Error\PageErrorHandler\PageContentErrorHandler->handlePageError(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Controller/ErrorController.php line 85
    public function pageNotFoundAction(ServerRequestInterface $request, string $message, array $reasons = []): ResponseInterface
    {
        $errorHandler = $this->getErrorHandlerFromSite($request, 404);
        if ($errorHandler !== null) {
            return $errorHandler->handlePageError($request, $message, $reasons);
        }
        try {
            return $this->handleDefaultError($request, 404, $message);
        } catch (\RuntimeException $e) {
at TYPO3\CMS\Frontend\Controller\ErrorController->pageNotFoundAction(object(TYPO3\CMS\Core\Http\ServerRequest), 'The requested page does not exist', array('code' => 'page'))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 65
                foreach ($site->getLanguages() as $language) {
                    return new RedirectResponse($language->getBase(), 307);
                }
            }
            return GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction(
                $request,
                'The requested page does not exist',
                ['code' => PageAccessFailureReasons::PAGE_NOT_FOUND]
            );
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/wapplersystems/ws_t3bootstrap/Classes/Frontend/Middleware/SiteBaseRedirectResolver.php line 31
            if (is_array($routeConfig)) {
                return $handler->handle($request);
            }
        }
        return parent::process($request, $handler);
    }


    /**
at WapplerSystems\WsT3bootstrap\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 46
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 50
     * request handler to do so.
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/CookieCheckMiddleware.php line 44
            // Remove staticfilecache cookie when no backend or frontend user is logged in
            $this->cookieService->unsetCookie();
        }

        return $handler->handle($request);
    }
}
at SFC\Staticfilecache\Middleware\CookieCheckMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 27
    {
        $feUser = $request->getAttribute('frontend.user');
        assert($feUser instanceof FrontendUserAuthentication);

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

        $weShouldHaveCookie = $this->weShouldHaveCookie($feUser, $request);
        $lifetime = (int)($GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime'] ?? 0);

at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 53
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/fluidtypo3/flux/Classes/Integration/MiddleWare/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Flux\Integration\MiddleWare\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } 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(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$13d->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // 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);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/clients/client1/web122/web/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/clients/client1/web122/web/public/index.php line 20
// Set up the application for the frontend
call_user_func(static 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/clients/client1/web122/web/public/index.php line 21
call_user_func(static 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();
});