diff --git a/.gitignore b/.gitignore index f65a68f..4846f0b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ nbproject !/public/typo3conf /public/typo3conf/* !/public/typo3conf/LocalConfiguration.php -!/public/typo3conf/AdditionalConfiguration.php \ No newline at end of file +!/public/typo3conf/AdditionalConfiguration.php + +t3bootstrap*.zip \ No newline at end of file diff --git a/README.md b/README.md index 04eea55..84e5625 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ ddev restart ddev exec touch public/FIRST_INSTALL ``` +1. Das T3Bootstrap Template laden + ```bash + curl -o t3bootstrap12.zip https://wappler.systems/fileadmin/t3bootstrap12_242828724/t3bootstrap12_20231114.zip + unzip t3bootstrap12.zip + ``` ## Benutzung ```bash diff --git a/composer.json b/composer.json index 6f3df37..cc47980 100644 --- a/composer.json +++ b/composer.json @@ -1,43 +1,84 @@ { - "name": "typo3/cms-base-distribution", - "description" : "TYPO3 CMS Base Distribution", - "license": "GPL-2.0-or-later", - "type": "project", - "config": { - "allow-plugins": { - "typo3/class-alias-loader": true, - "typo3/cms-composer-installers": true - }, - "platform": { - "php": "8.1.1" - }, - "sort-packages": true - }, - "require": { - "typo3/cms-backend": "^12.4.0", - "typo3/cms-belog": "^12.4.0", - "typo3/cms-beuser": "^12.4.0", - "typo3/cms-core": "^12.4.0", - "typo3/cms-dashboard": "^12.4.0", - "typo3/cms-extbase": "^12.4.0", - "typo3/cms-extensionmanager": "^12.4.0", - "typo3/cms-felogin": "^12.4.0", - "typo3/cms-filelist": "^12.4.0", - "typo3/cms-fluid": "^12.4.0", - "typo3/cms-fluid-styled-content": "^12.4.0", - "typo3/cms-form": "^12.4.0", - "typo3/cms-frontend": "^12.4.0", - "typo3/cms-impexp": "^12.4.0", - "typo3/cms-info": "^12.4.0", - "typo3/cms-install": "^12.4.0", - "typo3/cms-reactions": "^12.4.0", - "typo3/cms-rte-ckeditor": "^12.4.0", - "typo3/cms-seo": "^12.4.0", - "typo3/cms-setup": "^12.4.0", - "typo3/cms-sys-note": "^12.4.0", - "typo3/cms-t3editor": "^12.4.0", - "typo3/cms-tstemplate": "^12.4.0", - "typo3/cms-viewpage": "^12.4.0", - "typo3/cms-webhooks": "^12.4.0" - } + "repositories": [ + { + "type": "composer", + "url": "https://git.wappler.systems/api/packages/T3Bootstrap12/composer" + }, + { + "type": "git", + "url": "https://github.com/svewap/typo3-cms-dashboard-in-toolbar.git" + }, + { + "type": "git", + "url": "https://github.com/svewap/extension-cookieman.git" + } + ], + "name": "t3bootstrap/demo", + "description": "TYPO3 CMS Base Distribution", + "license": "GPL-2.0-or-later", + "config": { + "platform": { + "php": "8.2.0" + }, + "sort-packages": true, + "allow-plugins": { + "typo3/class-alias-loader": true, + "typo3/cms-composer-installers": true + } + }, + "require": { + "clickstorm/go-maps-ext": "^6", + "dmind/cookieman": "dev-12-svewap", + "georgringer/news": "^11", + "georgringer/numbered-pagination": "^1.0", + "helhum/typo3-console": "^8.0", + "plan2net/webp": "^5.0", + "r3h6/form-translator": "^2.0", + "t3bootstrap/template": "^12", + "typo3/cms-adminpanel": "^12", + "typo3/cms-backend": "^12", + "typo3/cms-belog": "^12", + "typo3/cms-beuser": "^12", + "typo3/cms-core": "^12", + "typo3/cms-dashboard": "^12", + "typo3/cms-extbase": "^12", + "typo3/cms-extensionmanager": "^12", + "typo3/cms-felogin": "^12", + "typo3/cms-filelist": "^12", + "typo3/cms-fluid": "^12", + "typo3/cms-fluid-styled-content": "^12", + "typo3/cms-form": "^12", + "typo3/cms-frontend": "^12", + "typo3/cms-impexp": "^12", + "typo3/cms-indexed-search": "^12", + "typo3/cms-info": "^12", + "typo3/cms-install": "^12", + "typo3/cms-linkvalidator": "^12.4", + "typo3/cms-lowlevel": "^12", + "typo3/cms-reactions": "^12", + "typo3/cms-recordlist": "^12", + "typo3/cms-recycler": "^12", + "typo3/cms-redirects": "^12", + "typo3/cms-reports": "^12", + "typo3/cms-rte-ckeditor": "^12", + "typo3/cms-scheduler": "^12", + "typo3/cms-seo": "^12", + "typo3/cms-setup": "^12", + "typo3/cms-sys-note": "^12", + "typo3/cms-t3editor": "^12", + "typo3/cms-tstemplate": "^12", + "typo3/cms-viewpage": "^12", + "typo3/cms-webhooks": "^12.4", + "wapplersystems/save_and_close": "^12.0", + "wapplersystems/ws_t3bootstrap": "^12", + "wapplersystems/ws-slider": "^12" + }, + "scripts": { + "typo3-cms-scripts": [ + "@php vendor/bin/typo3 install:fixfolderstructure" + ], + "post-autoload-dump": [ + "@typo3-cms-scripts" + ] + } } diff --git a/config/sites/default/config.yaml b/config/sites/default/config.yaml new file mode 100755 index 0000000..3140fc9 --- /dev/null +++ b/config/sites/default/config.yaml @@ -0,0 +1,380 @@ +base: '/' +errorHandling: + - + errorCode: 500 + errorHandler: Page + errorContentSource: 't3://page?uid=234' + - + errorCode: 403 + errorHandler: Page + errorContentSource: 't3://page?uid=235' + - + errorCode: 404 + errorHandler: Page + errorContentSource: 't3://page?uid=16' +flux_content_types: '' +flux_page_templates: '' +languages: + - + 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 + - + 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: + Calendarize: + type: Extbase + limitToPages: + - 128 + - 130 + extension: Calendarize + plugin: Calendar + routes: + - + routePath: '/{calendarize_event_label}/{index}' + _controller: 'Calendar::detail' + - + routePath: '/{calendarize_year_label}/{year}' + _controller: 'Calendar::year' + - + routePath: '/{calendarize_quarter_label}/{quarter}' + _controller: 'Calendar::quarter' + - + routePath: '/{calendarize_month_label}/{year}/{month}' + _controller: 'Calendar::month' + - + routePath: '/{calendarize_week_label}/{year}/{week}' + _controller: 'Calendar::week' + - + routePath: '/{calendarize_day_label}/{year}/{month}/{day}' + _controller: 'Calendar::day' + - + routePath: '/{calendarize_result_page_label}/{currentPage}' + _controller: 'Calendar::result' + - + routePath: '/{calendarize_page_label}/{currentPage}' + _controller: 'Calendar::list' + defaultController: 'Calendar::list' + aspects: + index: + type: PersistedAliasMapper + tableName: tx_calendarize_domain_model_index + routeFieldName: slug + year: + type: StaticRangeMapper + start: '2015' + end: '2040' + quarter: + type: StaticRangeMapper + start: '1' + end: '4' + month: + type: StaticRangeMapper + start: '1' + end: '12' + week: + type: StaticRangeMapper + start: '1' + end: '53' + day: + type: StaticRangeMapper + start: '1' + end: '31' + currentPage: + type: StaticRangeMapper + start: '1' + end: '1000' + calendarize_event_label: + type: LocaleModifier + default: event + localeMap: + - + locale: 'de_.*' + value: termin + calendarize_year_label: + type: LocaleModifier + default: year + localeMap: + - + locale: 'de_.*' + value: jahr + calendarize_quarter_label: + type: LocaleModifier + default: quarter + localeMap: + - + locale: 'de_.*' + value: quartal + calendarize_month_label: + type: LocaleModifier + default: month + localeMap: + - + locale: 'de_.*' + value: monat + calendarize_week_label: + type: LocaleModifier + default: week + localeMap: + - + locale: 'de_.*' + value: woche + calendarize_day_label: + type: LocaleModifier + default: day + localeMap: + - + locale: 'de_.*' + value: tag + calendarize_page_label: + type: LocaleModifier + default: page + localeMap: + - + locale: 'de_.*' + value: seite + calendarize_result_page_label: + type: LocaleModifier + default: result-page + localeMap: + - + locale: 'de_.*' + value: ergebnis-seite + NewsPluginDetail: + type: Extbase + limitToPages: + - 123 + - 146 + extension: News + plugin: Pi1 + routes: + - + routePath: '/{news_title}' + _controller: 'News::detail' + _arguments: + news_title: news + defaultController: 'News::detail' + aspects: + news_title: + type: PersistedAliasMapper + tableName: tx_news_domain_model_news + routeFieldName: path_segment + routeValuePrefix: '' + DpnGlossaryDetail: + type: Extbase + limitToPages: + - 100 + extension: dpn_glossary + plugin: Glossary + routes: + - + routePath: '/{slug_segment}' + _controller: 'Term::show' + _arguments: + slug_segment: term + defaultController: 'Term::show' + aspects: + slug_segment: + type: PersistedAliasMapper + tableName: tx_dpnglossary_domain_model_term + routeFieldName: url_segment + routeValuePrefix: '' + NewsPluginList: + type: Extbase + limitToPages: + - 39 + extension: News + plugin: Pi1 + routes: + - + routePath: '/{page}' + _controller: 'News::list' + _arguments: + page: currentPage + defaultController: 'News::list' + defaults: + page: 1 + requirements: + page: \d+ + aspects: + page: + type: StaticRangeMapper + start: '1' + end: '100' + NewsArchive: + type: Extbase + limitToPages: + - 13 + extension: News + plugin: Pi1 + routes: + - + routePath: '/{year}/{month}' + _controller: 'News::archive' + defaultController: 'News::list' + defaults: + month: '' + aspects: + month: + type: StaticValueMapper + map: + 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: + - + locale: 'de_.*' + map: + 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: + type: Extbase + limitToPages: + - 242 + extension: Blog + plugin: Archive + routes: + - + routePath: '/{year}' + _controller: 'Post::listPostsByDate' + - + routePath: '/{year}/{format}' + _controller: 'Post::listPostsByDate' + - + routePath: '/{year}/{month}' + _controller: 'Post::listPostsByDate' + - + routePath: '/{year}/{month}/{format}' + _controller: 'Post::listPostsByDate' + requirements: + month: '[a-zA-Z0-9].*' + year: '[0-9]{1,4}' + aspects: + month: + type: StaticValueMapper + map: + 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: + - + locale: 'de_.*' + map: + 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: + type: Extbase + limitToPages: + - 162 + extension: Blog + plugin: Posts + routes: + - + routePath: /neuste/ + _controller: 'Post::listRecentPosts' + requirements: + format: rss + IndexedSearch: + type: Extbase + limitToPages: + - 11 + extension: IndexedSearch + defaultController: 'Search::search' + plugin: Pi2 + routes: + - + routePath: /search + _controller: 'Search::search' + ForgotPassword: + type: Plugin + limitToPages: + - 41 + routePath: '/forgot-password/{user}/{hash}' + namespace: tx_felogin_pi1 + defaults: + forgot: '1' + requirements: + forgot: '[0-9]{1..3}' + hash: '^[a-zA-Z0-9]{32}$' + Suffix: + type: PageType + index: '' + map: + .json: 10 + rss.feed: 200 + sitemap.xml: 1533906435 + ajax: 989862 +routes: + - + route: robots.txt + type: staticText + content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" + - + route: /sitemap.de.xml + type: uri + source: 't3://page?uid=240&type=1533906435' + - + route: /sitemap.en.xml + type: uri + source: 't3://page?uid=240&type=1533906435&_language=1' +txCsseoXdefault: 0 +websiteTitle: 'T3Bootstrap 12 Demo' diff --git a/config/system/settings.php b/config/system/settings.php index 380c01a..14ca67e 100644 --- a/config/system/settings.php +++ b/config/system/settings.php @@ -1,18 +1,92 @@ [ - 'debug' => false, - 'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$QUdFS0s3NWtac1NJei9xOQ$bmqOuVTywXrqgZfYmjFKbQx1P70gMwYzJ9FNrkkhMQE', + 'debug' => true, + 'disable_exec_function' => 0, + 'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$VGl5N29SYUNuNzV0UURvbQ$MMF6zCLY+SpWT6pOC1UiZnShmWegZmmA7+m5ZP3plXo', 'passwordHashing' => [ 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash', 'options' => [], ], + 'sessionTimeout' => 36000, + 'versionNumberInFilename' => '0', ], 'DB' => [ 'Connections' => [ 'Default' => [ - 'charset' => 'utf8', + 'charset' => 'utf8mb4', + 'dbname' => '', 'driver' => 'mysqli', + 'host' => '127.0.0.1', + 'password' => '', + 'tableoptions' => [ + 'charset' => 'utf8mb4', + 'collate' => 'utf8mb4_general_ci', + ], + 'unix_socket' => '', + 'user' => '', + ], + ], + 'extTablesDefinitionScript' => 'extTables.php', + ], + 'EXT' => [], + 'EXTCONF' => [ + 'helhum-typo3-console' => [ + 'initialUpgradeDone' => '9.5', + ], + 'lang' => [ + 'availableLanguages' => [ + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + 'de', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', ], ], ], @@ -33,23 +107,28 @@ return [ ], 'FE' => [ 'cacheHash' => [ - 'enforceValidation' => true, + 'cachedParametersWhiteList' => [], ], - 'debug' => false, - 'disableNoCacheParameter' => true, + 'compressionLevel' => 0, + 'debug' => true, + 'lifetime' => 86400, 'passwordHashing' => [ 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash', 'options' => [], ], + 'permalogin' => '1', ], 'GFX' => [ - 'processor' => 'GraphicsMagick', + 'gdlib_png' => 1, + 'jpg_quality' => '86', + 'processor' => 'ImageMagick', 'processor_allowTemporaryMasksAsPng' => false, - 'processor_colorspace' => 'RGB', - 'processor_effects' => false, + 'processor_colorspace' => 'sRGB', + 'processor_effects' => true, 'processor_enabled' => true, 'processor_path' => '/usr/bin/', ], + 'INSTALL' => [], 'LOG' => [ 'TYPO3' => [ 'CMS' => [ @@ -57,7 +136,7 @@ return [ 'writerConfiguration' => [ 'notice' => [ 'TYPO3\CMS\Core\Log\Writer\FileWriter' => [ - 'disabled' => true, + 'disabled' => false, ], ], ], @@ -67,16 +146,45 @@ return [ ], 'MAIL' => [ 'transport' => 'sendmail', - 'transport_sendmail_command' => '/usr/local/bin/mailpit sendmail -t --smtp-addr 127.0.0.1:1025', + 'transport_sendmail_command' => '/usr/sbin/sendmail -t -i ', 'transport_smtp_encrypt' => '', 'transport_smtp_password' => '', 'transport_smtp_server' => '', 'transport_smtp_username' => '', ], 'SYS' => [ - 'UTF8filesystem' => true, + 'UTF8filesystem' => '1', + 'availablePasswordHashAlgorithms' => [ + 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash', + 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\BcryptPasswordHash', + 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Pbkdf2PasswordHash', + 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\PhpassPasswordHash', + 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\BlowfishPasswordHash', + 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Md5PasswordHash', + ], + 'belogErrorReporting' => '14327', 'caching' => [ 'cacheConfigurations' => [ + 'autoloader' => [ + 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\SimpleFileBackend', + 'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\PhpFrontend', + 'groups' => [ + 'system', + ], + 'options' => [ + 'defaultLifetime' => 0, + ], + ], + 'extbase_object' => [ + 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', + 'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend', + 'groups' => [ + 'system', + ], + 'options' => [ + 'defaultLifetime' => 0, + ], + ], 'hash' => [ 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', ], @@ -100,15 +208,26 @@ return [ ], ], ], - 'devIPmask' => '', - 'displayErrors' => 0, - 'encryptionKey' => '6cf855298173a4613f8faad46a1fbbfa4679213d7e8bd4b3769deb8380a620cb2f9db26a8b9f2e7d9fd96e753973a094', - 'exceptionalErrors' => 4096, + 'devIPmask' => '*', + 'displayErrors' => 1, + 'encryptionKey' => '238478ref8fdfcdousvsf76232324rcecniuw6wsrwt122177348228997c65d5555dfcfdfvcvnbwbdbbwediweuwisaidt6tfe', + 'errorHandlerErrors' => '30466', + 'exceptionalErrors' => 12290, 'features' => [ - 'security.backend.enforceContentSecurityPolicy' => true, + 'felogin.extbase' => true, + 'fluidBasedPageModule' => true, + 'rearrangedRedirectMiddlewares' => true, + 'redirects.hitCount' => false, + 'security.frontend.keepSessionDataOnLogout' => false, 'security.usePasswordPolicyForFrontendUsers' => true, + 'subrequestPageErrors' => true, + 'unifiedPageTranslationHandling' => true, ], - 'sitename' => 'PROJEKT', + 'fileCreateMask' => '0644', + 'folderCreateMask' => '0755', + 'phpTimeZone' => 'Europe/Berlin', + 'sitename' => 'T3Bootstrap 12 Demo', + 'systemLocale' => 'de_DE', 'systemMaintainers' => [ 1, ], diff --git a/dump.sql b/dump.sql new file mode 100644 index 0000000..eebe088 --- /dev/null +++ b/dump.sql @@ -0,0 +1,3622 @@ +-- MySQL dump 10.19 Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: 127.0.0.1 Database: stage12 +-- ------------------------------------------------------ +-- Server version 10.3.38-MariaDB-0ubuntu0.20.04.1 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `backend_layout` +-- + +DROP TABLE IF EXISTS `backend_layout`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `backend_layout` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `title` varchar(255) NOT NULL DEFAULT '', + `description` text DEFAULT NULL, + `config` text NOT NULL, + `icon` text DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `backend_layout` +-- + +LOCK TABLES `backend_layout` WRITE; +/*!40000 ALTER TABLE `backend_layout` DISABLE KEYS */; +/*!40000 ALTER TABLE `backend_layout` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `be_dashboards` +-- + +DROP TABLE IF EXISTS `be_dashboards`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `be_dashboards` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `crdate` int(10) unsigned NOT NULL DEFAULT 0, + `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(10) unsigned NOT NULL DEFAULT 0, + `endtime` int(10) unsigned NOT NULL DEFAULT 0, + `identifier` varchar(120) NOT NULL DEFAULT '', + `title` varchar(120) NOT NULL DEFAULT '', + `widgets` text DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`,`hidden`), + KEY `identifier` (`identifier`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `be_dashboards` +-- + +LOCK TABLES `be_dashboards` WRITE; +/*!40000 ALTER TABLE `be_dashboards` DISABLE KEYS */; +INSERT INTO `be_dashboards` VALUES (1,0,1587979908,1587979908,1,0,0,0,0,'b64116bfc8bf5d42442335068d583abf165c76de','Mein Dashboard','{\"4aa154b3865f5ca5a77473a133a4f60a85d33be0\":{\"identifier\":\"t3information\"},\"73b64c3413e4f2331418a167751f2126cf0f7db6\":{\"identifier\":\"t3news\"},\"fa169640a0332f30128f1358833f1d9e68576a4c\":{\"identifier\":\"docGettingStarted\"}}'),(2,0,1588164003,1588164003,2,0,0,0,0,'a84045fcd1e51be1bce976b6b4f94f4bcd05ba98','Mein Dashboard','{\"522b26145c3d9935bd6f5361697784cfd2d4e01f\":{\"identifier\":\"t3information\"},\"af71d3524e43f898b80019cdbb594b182e85873d\":{\"identifier\":\"t3news\"},\"22be82b14fb9f313722f469e18c08333f79c0111\":{\"identifier\":\"docGettingStarted\"}}'),(3,0,1588164550,1588164550,6,0,0,0,0,'587f6e9b0e40c895a2a0093039bbc0794d9d0c4c','My dashboard','{\"72fd3a18b5cfadf544baeeb90a1f5e9bcb3ebb93\":{\"identifier\":\"t3information\"},\"4d201e4a580893fa857b8967150ae7efe7a5bef1\":{\"identifier\":\"t3news\"},\"c76109fad24bd5f5ab2621b2a8a85abc2f300ec9\":{\"identifier\":\"docGettingStarted\"}}'); +/*!40000 ALTER TABLE `be_dashboards` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `be_groups` +-- + +DROP TABLE IF EXISTS `be_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `be_groups` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `title` varchar(50) NOT NULL DEFAULT '', + `non_exclude_fields` text DEFAULT NULL, + `explicit_allowdeny` text DEFAULT NULL, + `allowed_languages` varchar(255) NOT NULL DEFAULT '', + `custom_options` text DEFAULT NULL, + `db_mountpoints` text DEFAULT NULL, + `pagetypes_select` text DEFAULT NULL, + `tables_select` text DEFAULT NULL, + `tables_modify` text DEFAULT NULL, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `groupMods` text DEFAULT NULL, + `file_mountpoints` text DEFAULT NULL, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `TSconfig` text DEFAULT NULL, + `subgroup` text DEFAULT NULL, + `workspace_perms` smallint(6) NOT NULL DEFAULT 1, + `file_permissions` text DEFAULT NULL, + `category_perms` longtext DEFAULT NULL, + `availableWidgets` text DEFAULT NULL, + `mfa_providers` text DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `be_groups` +-- + +LOCK TABLES `be_groups` WRITE; +/*!40000 ALTER TABLE `be_groups` DISABLE KEYS */; +INSERT INTO `be_groups` VALUES (1,0,1693383338,'Redakteur','tx_news_domain_model_news:endtime,tx_news_domain_model_news:alternative_title,tx_news_domain_model_news:archive,tx_news_domain_model_news:description,tx_news_domain_model_news:author_email,tx_news_domain_model_news:content_elements,tx_news_domain_model_news:categories,tx_news_domain_model_news:fal_media,tx_news_domain_model_news:author,tx_news_domain_model_news:sitemap_priority,tx_news_domain_model_news:tags,tx_news_domain_model_news:sys_language_uid,tx_news_domain_model_news:keywords,tx_news_domain_model_news:teaser,tx_news_domain_model_news:istopnews,tx_news_domain_model_news:hidden,tx_news_domain_model_news:related_links,tx_news_domain_model_news:starttime,tx_news_domain_model_news:fal_related_files,tx_news_domain_model_news:fe_group,tx_news_domain_model_news:related,tx_news_domain_model_news:related_from,tx_news_domain_model_news:sitemap_changefreq,backend_layout:hidden,backend_layout:icon,tx_wst3bootstrap_card_element:space_after_class,tx_wst3bootstrap_card_element:space_before_class,tx_wst3bootstrap_card_element:header_position,tx_wst3bootstrap_card_element:editlock,tx_wst3bootstrap_card_element:rowDescription,tx_wst3bootstrap_card_element:uploads_description,tx_wst3bootstrap_card_element:uploads_type,tx_wst3bootstrap_card_element:filelink_sorting,tx_wst3bootstrap_card_element:file_collections,tx_wst3bootstrap_card_element:date,tx_wst3bootstrap_card_element:layout,tx_wst3bootstrap_card_element:tt_content,tx_wst3bootstrap_card_element:image_zoom,tx_wst3bootstrap_card_element:header_link,tx_wst3bootstrap_card_element:hidden,tx_wst3bootstrap_card_element:filelink_sorting_direction,tx_wst3bootstrap_card_element:sys_language_uid,tx_wst3bootstrap_card_element:starttime,tx_wst3bootstrap_card_element:endtime,tx_wst3bootstrap_card_element:header_layout,tx_wst3bootstrap_card_element:subheader,tx_wst3bootstrap_card_element:filelink_size,tx_wst3bootstrap_card_element:fe_group,sys_file_metadata:caption,sys_file_metadata:latitude,sys_file_metadata:duration,sys_file_metadata:download_name,sys_file_metadata:unit,sys_file_metadata:creator,sys_file_metadata:creator_tool,sys_file_metadata:content_creation_date,sys_file_metadata:color_space,sys_file_metadata:publisher,sys_file_metadata:categories,sys_file_metadata:location_country,sys_file_metadata:content_modification_date,sys_file_metadata:longitude,sys_file_metadata:note,sys_file_metadata:poster,sys_file_metadata:source,sys_file_metadata:ranking,sys_file_metadata:location_region,sys_file_metadata:keywords,sys_file_metadata:pages,sys_file_metadata:visible,sys_file_metadata:language,sys_file_metadata:location_city,sys_file_metadata:status,sys_file_metadata:title,sys_file_metadata:tracks,sys_file_metadata:copyright,sys_file_metadata:fe_groups,sys_file_reference:alternative,sys_file_reference:autoplay,sys_file_reference:description,sys_file_reference:crop,sys_file_reference:link,sys_file_reference:loop,sys_file_reference:muted,sys_file_reference:show_related_videos,sys_file_reference:title,sys_file_reference:showinpreview,sys_file_collection:sys_language_uid,sys_file_collection:starttime,sys_file_collection:endtime,sys_file_collection:hidden,tx_gomapsext_domain_model_key:sys_language_uid,tx_gomapsext_domain_model_key:starttime,tx_gomapsext_domain_model_key:endtime,tx_gomapsext_domain_model_key:hidden,tx_gomapsext_domain_model_address:image_size,tx_gomapsext_domain_model_address:image_width,tx_gomapsext_domain_model_address:image_height,tx_gomapsext_domain_model_address:opened,tx_gomapsext_domain_model_address:info_window_images,tx_gomapsext_domain_model_address:info_window_content,tx_gomapsext_domain_model_address:categories,tx_gomapsext_domain_model_address:info_window_link,tx_gomapsext_domain_model_address:marker,tx_gomapsext_domain_model_address:close_by_click,tx_gomapsext_domain_model_address:open_by_click,tx_gomapsext_domain_model_address:sys_language_uid,tx_gomapsext_domain_model_address:starttime,tx_gomapsext_domain_model_address:endtime,tx_gomapsext_domain_model_address:hidden,tx_gomapsext_domain_model_map:geolocation,tx_gomapsext_domain_model_map:addresses,tx_gomapsext_domain_model_map:show_route,tx_gomapsext_domain_model_map:latitude,tx_gomapsext_domain_model_map:marker_cluster_size,tx_gomapsext_domain_model_map:styled_map_code,tx_gomapsext_domain_model_map:double_click_zoom,tx_gomapsext_domain_model_map:unit_system,tx_gomapsext_domain_model_map:kml_preserve_viewport,tx_gomapsext_domain_model_map:default_type,tx_gomapsext_domain_model_map:kml_local,tx_gomapsext_domain_model_map:longitude,tx_gomapsext_domain_model_map:marker_cluster,tx_gomapsext_domain_model_map:marker_cluster_style,tx_gomapsext_domain_model_map:marker_search,tx_gomapsext_domain_model_map:marker_cluster_zoom,tx_gomapsext_domain_model_map:map_types,tx_gomapsext_domain_model_map:styled_map_name,tx_gomapsext_domain_model_map:travel_mode,tx_gomapsext_domain_model_map:calc_route,tx_gomapsext_domain_model_map:scroll_zoom,tx_gomapsext_domain_model_map:sys_language_uid,tx_gomapsext_domain_model_map:starttime,tx_gomapsext_domain_model_map:endtime,tx_gomapsext_domain_model_map:kml_url,tx_gomapsext_domain_model_map:hidden,tx_gomapsext_domain_model_map:draggable,tx_gomapsext_domain_model_map:preview_image,tx_gomapsext_domain_model_map:show_addresses,tx_gomapsext_domain_model_map:map_type_control,tx_gomapsext_domain_model_map:show_categories,tx_gomapsext_domain_model_map:scale_control,tx_gomapsext_domain_model_map:streetview_control,tx_gomapsext_domain_model_map:fullscreen_control,tx_gomapsext_domain_model_map:zoom_control,tx_gomapsext_domain_model_map:zoom,tx_gomapsext_domain_model_map:zoom_max,tx_gomapsext_domain_model_map:zoom_min,sys_category:seo_title,sys_category:hidden,sys_category:gme_image_size,sys_category:images,sys_category:gme_image_width,sys_category:gme_image_height,sys_category:single_pid,sys_category:gme_marker,sys_category:seo_description,sys_category:shortcut,sys_category:seo_text,sys_category:sys_language_uid,sys_category:starttime,sys_category:endtime,sys_category:slug,sys_category:seo_headline,tx_news_domain_model_link:description,tx_news_domain_model_link:sys_language_uid,tx_news_domain_model_link:hidden,tx_news_domain_model_tag:seo_text,tx_news_domain_model_tag:seo_title,tx_news_domain_model_tag:seo_description,tx_news_domain_model_tag:sys_language_uid,tx_news_domain_model_tag:slug,tx_news_domain_model_tag:hidden,tx_news_domain_model_tag:seo_headline,pages:newUntil,pages:author,pages:backend_layout_next_level,pages:backend_layout,pages:heroContainer,pages:rowDescription,pages:description,pages:og_description,pages:og_image,pages:cache_timeout,pages:cache_tags,pages:media,pages:no_follow,pages:author_email,pages:jumbotron,pages:mount_pid_ol,pages:module,pages:heroimage,pages:layout,pages:heromedia_fullscreen,pages:header_darken,pages:header_size,pages:prevent_link,pages:no_search,pages:no_index,pages:content_from_pid,pages:extendToSubpages,pages:is_siteroot,pages:canonical_link,pages:twitter_card,pages:categories,pages:lastUpdated,pages:l18n_cfg,pages:heroimage_big,pages:nav_title,pages:sitemap_priority,pages:nav_hide,pages:hidden,pages:nav_hide_subtree,pages:shortcut_mode,pages:starttime,pages:keywords,pages:endtime,pages:heroslide,pages:og_title,pages:seo_title,pages:twitter_description,pages:twitter_image,pages:twitter_title,pages:doktype,pages:subtitle,pages:php_tree_stop,pages:preview_image,pages:target,pages:fe_group,pages:abstract,pages:sitemap_changefreq,tt_content:pi_flexform;felogin_login;sDEF;settings.pages,tt_content:aos_identifiermark,tt_content:footer_position,tt_content:footer_link,tt_content:space_after_class,tt_content:space_before_class,tt_content:aos_offset,tt_content:aos_effect,tt_content:grid_layout,tt_content:pages,tt_content:header_position,tt_content:rowDescription,tt_content:uploads_description,tt_content:fixed_image,tt_content:image_overlay,tt_content:image_classes,tt_content:grid_layout_responsive_bg,tt_content:imagewidth,tt_content:uploads_type,tt_content:filelink_sorting,tt_content:file_collections,tt_content:date,tt_content:aos_duration,tt_content:effects,tt_content:aos_once,tt_content:element_classes,tt_content:table_delimiter,tt_content:form_layout,tt_content:layout,tt_content:background_media,tt_content:bg_color_class,tt_content:html_tag,tt_content:imageheight,tt_content:icon,tt_content:icon_color,tt_content:icon_size,tt_content:icon_position,tt_content:icon_style,tt_content:sectionIndex,tt_content:padding_top_class,tt_content:padding_bottom_class,tt_content:categories,tt_content:image_zoom,tt_content:full_width,tt_content:levels,tt_content:imagecols_lg,tt_content:linkToTop,tt_content:header_link,tt_content:imagecols_md,tt_content:table_header_position,tt_content:imageorient,tt_content:frame_class,tt_content:imageborder,tt_content:recursive,tt_content:hidden,tt_content:imagecols_sm,tt_content:imagecols,tt_content:sys_language_uid,tt_content:starttime,tt_content:endtime,tt_content:table_tfoot,tt_content:table_class,tt_content:table_caption,tt_content:table_enclosure,tt_content:header_layout,tt_content:footer_layout,tt_content:bullets_type,tt_content:subheader,tt_content:aos_easing,tt_content:aos_delay,tt_content:imagecols_xl,tt_content:imagecols_xs,tt_content:filelink_size,tt_content:fe_group,fe_users:address,fe_users:disable,fe_users:felogin_redirectPid,fe_users:image,fe_users:tx_extbase_type,fe_users:email,fe_users:fax,fe_users:company,fe_users:country,fe_users:lastlogin,fe_users:middle_name,fe_users:last_name,fe_users:name,fe_users:felogin_forgotHash,fe_users:zip,fe_users:city,fe_users:starttime,fe_users:endtime,fe_users:telephone,fe_users:title,fe_users:TSconfig,fe_users:first_name,fe_users:www,fe_groups:hidden,fe_groups:felogin_redirectPid,fe_groups:tx_extbase_type,fe_groups:TSconfig,fe_groups:subgroup,sys_redirect:disabled,sys_redirect:hitcount,sys_redirect:description,sys_redirect:createdon,sys_redirect:protected,sys_redirect:respect_query_parameters,sys_redirect:keep_query_parameters,sys_redirect:target_statuscode,sys_redirect:is_regexp,sys_redirect:lasthiton,sys_redirect:force_https,sys_redirect:starttime,sys_redirect:endtime,sys_redirect:disable_hitcount,tx_wst3bootstrap_counterbar_item:tt_content,tx_wst3bootstrap_counterbar_item:starttime,tx_wst3bootstrap_counterbar_item:endtime,tx_wst3bootstrap_counterbar_item:l10n_parent,tx_wst3bootstrap_counterbar_item:icon,tx_wst3bootstrap_counterbar_item:header,tx_wst3bootstrap_counterbar_item:count_number,tx_wst3bootstrap_counterbar_item:hidden,tx_wst3bootstrap_counterbar_item:sys_language_uid','tt_content:CType:header,tt_content:CType:text,tt_content:CType:textpic,tt_content:CType:image,tt_content:CType:textmedia,tt_content:CType:compare_slider,tt_content:CType:card,tt_content:CType:bullets,tt_content:CType:table,tt_content:CType:uploads,tt_content:CType:menu_abstract,tt_content:CType:menu_categorized_content,tt_content:CType:menu_categorized_pages,tt_content:CType:menu_pages,tt_content:CType:menu_subpages,tt_content:CType:menu_recently_updated,tt_content:CType:menu_related_pages,tt_content:CType:menu_section,tt_content:CType:menu_section_pages,tt_content:CType:menu_sitemap,tt_content:CType:menu_sitemap_pages,tt_content:CType:shortcut,tt_content:CType:list,tt_content:CType:div,tt_content:CType:html,tt_content:CType:form_formframework,tt_content:CType:felogin_login,tt_content:CType:videos_playlist,tt_content:CType:counter_bar,tt_content:CType:news_pi1,tt_content:CType:news_newsliststicky,tt_content:CType:news_newsdetail,tt_content:CType:news_newsdatemenu,tt_content:CType:news_newssearchform,tt_content:CType:news_newssearchresult,tt_content:CType:news_newsselectedlist,tt_content:CType:news_categorylist,tt_content:CType:news_taglist,tt_content:CType:wst3bootstrap_accordion,tt_content:CType:wst3bootstrap_alert,tt_content:CType:wst3bootstrap_buttongroup,tt_content:CType:wst3bootstrap_buttonlink,tt_content:CType:wst3bootstrap_card,tt_content:CType:wst3bootstrap_cards,tt_content:CType:wst3bootstrap_carousel,tt_content:CType:wst3bootstrap_container,tt_content:CType:wst3bootstrap_example,tt_content:CType:wst3bootstrap_fluidrow,tt_content:CType:wst3bootstrap_media,tt_content:CType:wst3bootstrap_megamenu,tt_content:CType:wst3bootstrap_panel,tt_content:CType:wst3bootstrap_tabs,tt_content:CType:wst3bootstrap_thumbnail,tt_content:CType:wst3bootstrap_well,tt_content:list_type:indexedsearch_pi2,tt_content:list_type:gomapsext_show','',NULL,'3,1','1,6,4,7,3,254,255,199','pages,sys_category,sys_file,sys_file_collection,sys_file_metadata,sys_file_reference,sys_file_storage,backend_layout,fe_groups,fe_users,tt_content,tx_impexp_presets,sys_redirect,index_config,sys_note,tx_wst3bootstrap_card_element,tx_wst3bootstrap_counterbar_item,tx_gomapsext_domain_model_address,tx_gomapsext_domain_model_key,tx_gomapsext_domain_model_map,tx_news_domain_model_link,tx_news_domain_model_news,tx_news_domain_model_tag','pages,sys_category,sys_file,sys_file_collection,sys_file_metadata,sys_file_reference,sys_file_storage,backend_layout,fe_groups,fe_users,tt_content,tx_impexp_presets,sys_redirect,index_config,sys_note,tx_wst3bootstrap_card_element,tx_wst3bootstrap_counterbar_item,tx_gomapsext_domain_model_address,tx_gomapsext_domain_model_key,tx_gomapsext_domain_model_map,tx_news_domain_model_link,tx_news_domain_model_news,tx_news_domain_model_tag',1379539639,'dashboard,web_layout,page_preview,web_list,web_FormFormbuilder,web_IndexedSearchIsearch,recycler,web_info,web_info_overview,web_info_translations,media_management,site_redirects,user_setup,system_BelogLog,about','1,2,3,4',0,'',0,'admPanel.enable.all = 1','',1,'readFolder,writeFolder,addFolder,renameFolder,moveFolder,copyFolder,deleteFolder,recursivedeleteFolder,readFile,writeFile,addFile,renameFile,replaceFile,moveFile,copyFile,deleteFile','0','t3news,sysLogErrors,docGettingStarted,docTypoScriptReference,docTSconfig,t3information,typeOfUsers,t3securityAdvisories,failedLogins,seo-pagesWithoutMetaDescription',NULL); +/*!40000 ALTER TABLE `be_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `be_users` +-- + +DROP TABLE IF EXISTS `be_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `be_users` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `username` varchar(50) NOT NULL DEFAULT '', + `password` varchar(255) NOT NULL DEFAULT '', + `admin` smallint(5) unsigned NOT NULL DEFAULT 0, + `usergroup` text DEFAULT NULL, + `disable` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `lang` varchar(10) NOT NULL DEFAULT 'default', + `email` varchar(255) NOT NULL DEFAULT '', + `db_mountpoints` text DEFAULT NULL, + `options` smallint(5) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `realName` varchar(80) NOT NULL DEFAULT '', + `userMods` text DEFAULT NULL, + `allowed_languages` varchar(255) NOT NULL DEFAULT '', + `uc` mediumblob DEFAULT NULL, + `file_mountpoints` text DEFAULT NULL, + `workspace_perms` smallint(6) NOT NULL DEFAULT 1, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `TSconfig` text DEFAULT NULL, + `lastlogin` int(11) NOT NULL DEFAULT 0, + `workspace_id` int(11) NOT NULL DEFAULT 0, + `file_permissions` text DEFAULT NULL, + `category_perms` longtext DEFAULT NULL, + `description` text DEFAULT NULL, + `avatar` int(11) unsigned NOT NULL DEFAULT 0, + `password_reset_token` varchar(100) NOT NULL DEFAULT '', + `mfa` mediumblob DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `username` (`username`), + KEY `parent` (`pid`,`deleted`,`disable`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `be_users` +-- + +LOCK TABLES `be_users` WRITE; +/*!40000 ALTER TABLE `be_users` DISABLE KEYS */; +INSERT INTO `be_users` VALUES (1,0,1663257196,'admin','$argon2i$v=19$m=16,t=2,p=1$dVl4cmNWR25IR2F4ZXZFZg$eZhInCpc5KhUN8i3Lm1YWg',1,'',0,0,0,'de','','',0,1374595899,'','','','a:35:{s:14:\"interfaceSetup\";s:7:\"backend\";s:10:\"moduleData\";a:21:{s:10:\"web_layout\";a:3:{s:8:\"function\";s:1:\"1\";s:8:\"language\";i:0;s:10:\"showHidden\";b:1;}s:57:\"TYPO3\\CMS\\Backend\\Utility\\BackendUtility::getUpdateSignal\";a:0:{}s:8:\"web_list\";a:1:{s:15:\"bigControlPanel\";s:1:\"1\";}s:10:\"FormEngine\";a:2:{i:0;a:2:{s:32:\"32144c57584f622bea6d9c3be992e984\";a:5:{i:0;s:24:\"TYPO3 Bootstrap Template\";i:1;a:5:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:26;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:36:\"&edit%5Bsys_template%5D%5B26%5D=edit\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";i:26;s:3:\"pid\";i:1;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}i:4;s:91:\"/typo3/module/web/list?token=90d9e58c2c08e12c55b8374cb7503a34b000ff44&id=1&table=&pointer=1\";}s:32:\"86205c5935270b8ee413592ec1b62292\";a:5:{i:0;s:21:\"Default Root Template\";i:1;a:5:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:35:\"&edit%5Bsys_template%5D%5B1%5D=edit\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";i:1;s:3:\"pid\";i:68;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}i:4;s:92:\"/typo3/module/web/list?token=90d9e58c2c08e12c55b8374cb7503a34b000ff44&id=68&table=&pointer=1\";}}i:1;s:32:\"c7d834e5ca08515fee7bb77678628cd3\";}s:16:\"opendocs::recent\";a:8:{s:32:\"c7d834e5ca08515fee7bb77678628cd3\";a:5:{i:0;s:0:\"\";i:1;a:5:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:930;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:35:\"&edit%5Btt_content%5D%5B930%5D=edit\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";i:930;s:3:\"pid\";i:128;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}i:4;s:101:\"/typo3/module/web/layout?token=47292236d432b29598bb5f1d50d9f600aeecc176&id=128#element-tt_content-930\";}s:32:\"b4022cfd8dc682a7f2592b6d11249433\";a:5:{i:0;s:9:\"Redakteur\";i:1;a:5:{s:4:\"edit\";a:1:{s:9:\"be_groups\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:32:\"&edit%5Bbe_groups%5D%5B1%5D=edit\";i:3;a:5:{s:5:\"table\";s:9:\"be_groups\";s:3:\"uid\";i:1;s:3:\"pid\";i:0;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}i:4;s:75:\"/typo3/wizard/edit?token=821087865f0a84581847b006ee5e2ff2d9c18f1f&doClose=1\";}s:32:\"86205c5935270b8ee413592ec1b62292\";a:5:{i:0;s:21:\"Default Root Template\";i:1;a:5:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:35:\"&edit%5Bsys_template%5D%5B1%5D=edit\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";i:1;s:3:\"pid\";i:68;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}i:4;s:92:\"/typo3/module/web/list?token=252f39a1b2ca416331f14999c60a240050ca94b2&id=68&table=&pointer=1\";}s:32:\"9af60b8b0a247c8e1cbe552008aaedb7\";a:4:{i:0;s:84:\"Folgende Software-Teile werden im Template eingesetzt:\r\n Bootstrap 5.2.0 mmenu 9.1\";i:1;a:5:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1712;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:36:\"&edit%5Btt_content%5D%5B1712%5D=edit\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";i:1712;s:3:\"pid\";i:296;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}s:32:\"f0472a2ad4b7971904d19469eabd9082\";a:4:{i:0;s:4:\"+ext\";i:1;a:5:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:48;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:36:\"&edit%5Bsys_template%5D%5B48%5D=edit\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";i:48;s:3:\"pid\";i:101;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}s:32:\"328dcd66055211fcd2132e5dc550e878\";a:4:{i:0;s:336:\"Das Template basiert hauptsächlich aus der demotemplate Extension und einigen Hilfs-Extensions. Sie können natürlich die demotemplate Extension lassen wie sie ist, es wird jedoch empfohlen diese in einen Projektnamen umzubenennen. Dies kann am einfachsten mit einem Editor tun, der&nbsp;Suchen und Ersetzen in Dateien beherrscht.\";i:1;a:5:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:742;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:35:\"&edit%5Btt_content%5D%5B742%5D=edit\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";i:742;s:3:\"pid\";i:111;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}s:32:\"bd63458ab708ab095b5b2d6c7ecb4db6\";a:4:{i:0;s:850:\"Im&nbsp;/vendor/t3bootstrap/template/Resources/Private/SCSS Verzeichnis finden Sie alle CSS Dateien im SASS Format. Im bootstrap Unterverzeichnis finden Sie das original Bootstrap CSS Framework. Dieses wird bei jedem Compiliervorgang verwendet. Im SCSS Verzeichnis liegen die SASS Dateien, die das Bootstrap Framework überschreiben bzw. erweitern, um besser mit TYPO3 zusammen zu arbeiten oder das Design zu verbessern.\r\nUm die Standard Bootstrap-Variablen aus der /vendor/t3bootstrap/template/Resources/Private/SCSS/bootstrap/_variables.scss Original-Datei zu überladen, müssen Sie lediglich diese in die /vendor/t3bootstrap/template/Resources/Private/SCSS/_variables.scss eintragen.\r\nSobald Sie eine Änderungen an den Dateien vorgenommen haben und am Backend angemeldet das Frontend aufrufen, werden die SASS-Dateien automatisch kompiliert.\";i:1;a:5:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:759;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:35:\"&edit%5Btt_content%5D%5B759%5D=edit\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";i:759;s:3:\"pid\";i:114;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}s:32:\"f7c26ebf6a4b68c6bd2a82b93a6843c5\";a:4:{i:0;s:9:\"Front Row\";i:1;a:5:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1131;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:36:\"&edit%5Btt_content%5D%5B1131%5D=edit\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";i:1131;s:3:\"pid\";i:240;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}}s:16:\"browse_links.php\";a:1:{s:12:\"expandFolder\";s:10:\"1:/videos/\";}s:9:\"file_list\";a:2:{s:13:\"displayThumbs\";s:1:\"1\";s:15:\"bigControlPanel\";s:1:\"1\";}s:6:\"web_ts\";a:9:{s:8:\"function\";s:88:\"TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateConstantEditorModuleFunctionController\";s:19:\"constant_editor_cat\";s:28:\"demotemplate-expert-settings\";s:15:\"ts_browser_type\";s:5:\"setup\";s:16:\"ts_browser_const\";s:1:\"0\";s:19:\"ts_browser_fixedLgd\";s:1:\"1\";s:23:\"ts_browser_showComments\";s:1:\"1\";s:25:\"tsbrowser_depthKeys_setup\";a:43:{s:18:\"lib.contentElement\";i:1;s:35:\"tt_content.demotemplate_demoelement\";i:1;s:29:\"tt_content.form_formframework\";i:1;s:20:\"tt_content.ws_slider\";i:1;s:29:\"tt_content.ws_slider.settings\";i:1;s:36:\"tt_content.ws_slider.settings.slider\";i:1;s:44:\"tt_content.ws_slider.settings.slider.default\";i:1;s:45:\"tt_content.ws_slider.settings.slider.renderer\";i:1;s:27:\"plugin.tx_wsslider.settings\";i:1;s:36:\"plugin.tx_wsslider.settings.renderer\";i:1;s:20:\"page.includeJSFooter\";i:1;s:47:\"plugin.tx_wsslider.settings.renderer.tinyslider\";i:1;s:32:\"plugin.tx_wst3bootstrap.settings\";i:1;s:44:\"plugin.tx_wst3bootstrap.settings.gridLayouts\";i:1;s:36:\"plugin.tx_demotemplate.settings.aria\";i:1;s:19:\"plugin.tx_form.view\";i:1;s:36:\"plugin.tx_form.view.partialRootPaths\";i:1;s:35:\"lib.contentElement.partialRootPaths\";i:1;s:9:\"page.meta\";i:1;s:6:\"plugin\";i:1;s:24:\"plugin.tx_powermail.view\";i:1;s:40:\"plugin.tx_powermail.view.layoutRootPaths\";i:1;s:41:\"plugin.tx_powermail.view.partialRootPaths\";i:1;s:42:\"plugin.tx_powermail.view.templateRootPaths\";i:1;s:28:\"plugin.tx_powermail.settings\";i:1;s:34:\"plugin.tx_powermail.settings.setup\";i:1;s:41:\"plugin.tx_powermail.settings.setup.styles\";i:1;s:51:\"plugin.tx_powermail.settings.setup.styles.framework\";i:1;s:27:\"plugin.tx_demotemplate.view\";i:1;s:44:\"plugin.tx_demotemplate.view.partialRootPaths\";i:1;s:45:\"plugin.tx_demotemplate.view.templateRootPaths\";i:1;s:18:\"plugin.tx_wsslider\";i:1;s:47:\"plugin.tx_wsslider.settings.renderer.flexslider\";i:1;s:10:\"tt_content\";i:1;s:24:\"tt_content.menu_abstract\";i:1;s:39:\"tt_content.menu_abstract.dataProcessing\";i:1;s:42:\"tt_content.menu_abstract.dataProcessing.10\";i:1;s:57:\"tt_content.menu_abstract.dataProcessing.10.dataProcessing\";i:1;s:50:\"tt_content.menu_abstract.dataProcessing.10.special\";i:1;s:56:\"tt_content.menu_abstract.dataProcessing.10.special.value\";i:1;s:60:\"tt_content.menu_abstract.dataProcessing.10.dataProcessing.10\";i:1;s:71:\"tt_content.menu_abstract.dataProcessing.10.dataProcessing.10.references\";i:1;s:6:\"config\";i:1;}s:25:\"tsbrowser_depthKeys_const\";a:2:{s:6:\"plugin\";i:1;s:22:\"plugin.tx_demotemplate\";i:1;}s:6:\"action\";s:29:\"web_typoscript_constanteditor\";}s:47:\"TYPO3\\CMS\\Belog\\Controller\\BackendLogController\";s:337:\"O:39:\"TYPO3\\CMS\\Belog\\Domain\\Model\\Constraint\":11:{s:14:\"\0*\0userOrGroup\";s:1:\"0\";s:9:\"\0*\0number\";i:20;s:15:\"\0*\0workspaceUid\";i:-99;s:10:\"\0*\0channel\";s:3:\"php\";s:8:\"\0*\0level\";s:5:\"debug\";s:17:\"\0*\0startTimestamp\";i:0;s:15:\"\0*\0endTimestamp\";i:0;s:18:\"\0*\0manualDateStart\";N;s:17:\"\0*\0manualDateStop\";N;s:9:\"\0*\0pageId\";i:0;s:8:\"\0*\0depth\";i:0;}\";s:9:\"clipboard\";a:5:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:13:\"tt_content|53\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:13:\"system_config\";a:5:{s:4:\"tree\";s:3:\"tca\";s:11:\"regexSearch\";b:0;s:13:\"node_confVars\";a:23:{s:27:\"SYS.formEngine.nodeRegistry\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1524490067\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1552726986\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1508619828\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1506942138\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1460321142\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1433089350\";i:1;s:38:\"SYS.formEngine.nodeRegistry.1583516651\";i:1;s:12:\"SYS.features\";i:1;s:14:\"SYS.formEngine\";i:1;s:28:\"SYS.formEngine.formDataGroup\";i:1;s:46:\"SYS.formEngine.formDataGroup.tcaDatabaseRecord\";i:1;s:101:\"SYS.formEngine.formDataGroup.tcaDatabaseRecord.TYPO3\\CMS\\Backend\\Form\\FormDataProvider\\TcaSelectItems\";i:1;s:109:\"SYS.formEngine.formDataGroup.tcaDatabaseRecord.TYPO3\\CMS\\Backend\\Form\\FormDataProvider\\TcaSelectItems.depends\";i:1;s:54:\"SYS.formEngine.formDataGroup.tcaInputPlaceholderRecord\";i:1;s:109:\"SYS.formEngine.formDataGroup.tcaInputPlaceholderRecord.TYPO3\\CMS\\Backend\\Form\\FormDataProvider\\TcaSelectItems\";i:1;s:117:\"SYS.formEngine.formDataGroup.tcaInputPlaceholderRecord.TYPO3\\CMS\\Backend\\Form\\FormDataProvider\\TcaSelectItems.depends\";i:1;s:15:\"EXTCONF.extbase\";i:1;s:26:\"EXTCONF.extbase.extensions\";i:1;s:36:\"EXTCONF.extbase.extensions.Powermail\";i:1;s:44:\"EXTCONF.extbase.extensions.Powermail.plugins\";i:1;s:50:\"EXTCONF.extbase.extensions.SfFilecollectionGallery\";i:1;s:58:\"EXTCONF.extbase.extensions.SfFilecollectionGallery.plugins\";i:1;}s:8:\"node_tca\";a:22:{s:40:\"tt_content.types.wst3bootstrap_accordion\";i:1;s:32:\"tt_content.columns.assets.config\";i:1;s:50:\"tx_news_domain_model_news.columns.fal_media.config\";i:1;s:67:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca\";i:1;s:75:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca.columns\";i:1;s:80:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca.columns.crop\";i:1;s:87:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca.columns.crop.config\";i:1;s:100:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca.columns.crop.config.cropVariants\";i:1;s:108:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca.columns.crop.config.cropVariants.default\";i:1;s:107:\"tx_news_domain_model_news.columns.fal_media.config.overrideChildTca.columns.crop.config.cropVariants.square\";i:1;s:31:\"tx_news_domain_model_news.types\";i:1;s:33:\"tx_news_domain_model_news.types.0\";i:1;s:37:\"tt_content.columns.space_before_class\";i:1;s:44:\"tt_content.columns.space_before_class.config\";i:1;s:46:\"tx_news_domain_model_news.columns.path_segment\";i:1;s:53:\"tx_news_domain_model_news.columns.path_segment.config\";i:1;s:10:\"tt_content\";i:1;s:27:\"tt_content.columns.bodytext\";i:1;s:34:\"tt_content.columns.bodytext.config\";i:1;s:16:\"tt_content.types\";i:1;s:5:\"pages\";i:1;s:13:\"pages.columns\";i:1;}s:25:\"node_httpMiddlewareStacks\";a:1:{s:8:\"frontend\";i:1;}}s:9:\"tx_beuser\";a:2:{s:15:\"compareUserList\";a:0:{}s:6:\"demand\";a:5:{s:8:\"userName\";s:0:\"\";s:8:\"userType\";i:0;s:6:\"status\";i:0;s:6:\"logins\";i:0;s:16:\"backendUserGroup\";i:0;}}s:18:\"list/displayFields\";a:1:{s:10:\"tt_content\";a:3:{i:0;s:6:\"header\";i:1;s:6:\"hidden\";i:2;s:6:\"colPos\";}}s:28:\"dashboard/current_dashboard/\";s:40:\"b64116bfc8bf5d42442335068d583abf165c76de\";s:20:\"system_txschedulerM1\";a:1:{s:8:\"function\";s:9:\"scheduler\";}s:12:\"system_dbint\";a:3:{s:8:\"function\";s:8:\"refindex\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:8:\"web_info\";a:1:{s:8:\"function\";s:48:\"TYPO3\\CMS\\Belog\\Module\\BackendLogModuleBootstrap\";}s:15:\"system_BelogLog\";a:1:{s:10:\"constraint\";s:337:\"O:39:\"TYPO3\\CMS\\Belog\\Domain\\Model\\Constraint\":11:{s:14:\"\0*\0userOrGroup\";s:1:\"0\";s:9:\"\0*\0number\";i:20;s:15:\"\0*\0workspaceUid\";i:-99;s:10:\"\0*\0channel\";s:3:\"php\";s:8:\"\0*\0level\";s:5:\"debug\";s:17:\"\0*\0startTimestamp\";i:0;s:15:\"\0*\0endTimestamp\";i:0;s:18:\"\0*\0manualDateStart\";N;s:17:\"\0*\0manualDateStop\";N;s:9:\"\0*\0pageId\";i:0;s:8:\"\0*\0depth\";i:0;}\";}s:17:\"typoscript_active\";a:6:{s:18:\"sortAlphabetically\";b:1;s:28:\"displayConstantSubstitutions\";b:1;s:15:\"displayComments\";b:1;s:23:\"selectedTemplatePerPage\";a:1:{i:271;i:70;}s:18:\"constantConditions\";a:0:{}s:15:\"setupConditions\";a:0:{}}s:29:\"web_typoscript_constanteditor\";a:2:{s:23:\"selectedTemplatePerPage\";a:3:{i:271;i:70;i:1;i:26;i:68;i:1;}s:16:\"selectedCategory\";s:24:\"template-expert-settings\";}s:23:\"backend_user_management\";a:1:{s:13:\"defaultAction\";s:5:\"index\";}}s:19:\"thumbnailsByDefault\";i:1;s:14:\"emailMeAtLogin\";i:0;s:11:\"startModule\";s:9:\"dashboard\";s:8:\"titleLen\";s:2:\"50\";s:8:\"edit_RTE\";i:1;s:20:\"edit_docModuleUpload\";i:1;s:15:\"resizeTextareas\";i:1;s:25:\"resizeTextareas_MaxHeight\";s:3:\"500\";s:24:\"resizeTextareas_Flexible\";i:0;s:4:\"lang\";s:0:\"\";s:19:\"firstLoginTimeStamp\";i:1582041928;s:15:\"moduleSessionID\";a:21:{s:10:\"web_layout\";s:40:\"d62f63e5ba55c598cc5a028b00b851dd126871e7\";s:57:\"TYPO3\\CMS\\Backend\\Utility\\BackendUtility::getUpdateSignal\";s:40:\"c90d8297cf9669d588fb6d3a6f382a12543cd9eb\";s:8:\"web_list\";s:32:\"9b9130bec82d1fde9ca94f70939274fa\";s:10:\"FormEngine\";s:40:\"c90d8297cf9669d588fb6d3a6f382a12543cd9eb\";s:16:\"opendocs::recent\";s:40:\"c90d8297cf9669d588fb6d3a6f382a12543cd9eb\";s:16:\"browse_links.php\";s:40:\"88e6f21f20acf0a587e81be0ec9bac0a56a4dfc4\";s:9:\"file_list\";s:32:\"7ae9fd4cedbf2c9b4871ed2a965e1525\";s:6:\"web_ts\";s:40:\"05fef46cf4091076cdd46220c3b7b879dd5f846e\";s:47:\"TYPO3\\CMS\\Belog\\Controller\\BackendLogController\";s:40:\"767757d0b6ee24767167736117f60868da9f07b8\";s:9:\"clipboard\";s:40:\"7f0ac17659b74815e0058d230fe1556d611e079c\";s:9:\"tx_beuser\";s:40:\"4f57aec63950bba9e7d482f2ab8234a29625571c\";s:18:\"list/displayFields\";s:40:\"a286e97bbf1b34754044c84d9dbbebf3de8517aa\";s:28:\"dashboard/current_dashboard/\";s:32:\"91efaa57b59f6b09ec8396413093fb1a\";s:20:\"system_txschedulerM1\";s:32:\"ec88b46a1e3093a4d3d465455f122298\";s:12:\"system_dbint\";s:32:\"ec186abb76547bb98706f571065e001b\";s:8:\"web_info\";s:32:\"3ad0aae3829e810f296e30a8a3e6a019\";s:15:\"system_BelogLog\";s:40:\"32fbd7eedc08f3f030d7fc9c2f321e39482c23c6\";s:13:\"system_config\";s:40:\"c47a8bc056ed6fa348db669ff67f06e915886722\";s:17:\"typoscript_active\";s:40:\"05fef46cf4091076cdd46220c3b7b879dd5f846e\";s:29:\"web_typoscript_constanteditor\";s:40:\"c90d8297cf9669d588fb6d3a6f382a12543cd9eb\";s:23:\"backend_user_management\";s:40:\"fc52bd9c2315c3d85ab9c164b4d5847b377c32fe\";}s:17:\"BackendComponents\";a:1:{s:6:\"States\";a:3:{s:8:\"Pagetree\";a:1:{s:9:\"stateHash\";a:28:{s:4:\"0_68\";s:1:\"1\";s:3:\"0_1\";s:1:\"1\";s:3:\"0_5\";s:1:\"1\";s:4:\"0_23\";s:1:\"1\";s:3:\"0_2\";s:1:\"1\";s:4:\"0_15\";s:1:\"1\";s:3:\"0_7\";s:1:\"1\";s:4:\"0_39\";s:1:\"0\";s:5:\"0_157\";s:1:\"1\";s:3:\"0_3\";s:1:\"1\";s:3:\"0_9\";s:1:\"1\";s:5:\"0_117\";s:1:\"0\";s:5:\"0_162\";s:1:\"1\";s:5:\"0_270\";s:1:\"1\";s:5:\"0_273\";s:1:\"0\";s:5:\"0_109\";s:1:\"1\";s:5:\"0_128\";s:1:\"1\";s:5:\"0_101\";s:1:\"1\";s:4:\"0_95\";s:1:\"1\";s:4:\"0_74\";s:1:\"1\";s:4:\"0_26\";s:1:\"1\";s:5:\"0_290\";s:1:\"1\";s:4:\"0_98\";s:1:\"1\";s:5:\"0_173\";s:1:\"0\";s:5:\"0_297\";s:1:\"1\";s:5:\"0_300\";s:1:\"1\";s:4:\"0_42\";s:1:\"0\";s:4:\"0_34\";s:1:\"1\";}}s:17:\"typo3-module-menu\";a:1:{s:9:\"collapsed\";s:5:\"false\";}s:15:\"FileStorageTree\";a:1:{s:9:\"stateHash\";a:2:{s:11:\"1_173253590\";s:1:\"1\";s:10:\"1_51311405\";s:1:\"1\";}}}}s:10:\"inlineView\";s:3425:\"{\"tt_content\":{\"916\":{\"sys_file_reference\":{\"1\":\"\"}},\"245\":{\"sys_file_reference\":[468,469],\"tx_wsflexslider_domain_model_image\":{\"1\":\"10\"}},\"717\":{\"sys_file_reference\":{\"2\":\"231\"}},\"1678\":{\"sys_file_reference\":{\"5\":\"\"}},\"1679\":{\"sys_file_reference\":[\"\",474]},\"1663\":{\"sys_file_reference\":[\"445\"]},\"1534\":{\"tx_wst3bootstrap_card_element\":[\"75\"]},\"1106\":{\"sys_file_reference\":{\"3\":\"\"}},\"1243\":{\"sys_file_reference\":{\"2\":\"313\"}},\"1659\":{\"sys_file_reference\":[\"433\"]},\"1714\":{\"sys_file_reference\":{\"2\":\"491\",\"3\":\"490\"}},\"1716\":{\"sys_file_reference\":[\"494\",\"495\"]},\"1718\":{\"sys_file_reference\":[\"498\",\"499\"]},\"1720\":{\"sys_file_reference\":[\"502\",\"503\"]},\"1722\":{\"sys_file_reference\":[\"506\",\"507\"]},\"1724\":{\"sys_file_reference\":[\"510\",\"511\"]},\"1726\":{\"sys_file_reference\":{\"3\":\"514\"}},\"1103\":{\"sys_file_reference\":[\"\",547]},\"1729\":{\"sys_file_reference\":{\"2\":\"520\"}},\"1022\":{\"sys_file_reference\":{\"1\":\"\"}},\"194\":{\"sys_file_reference\":[\"7\"]},\"63\":{\"sys_file_reference\":[\"81\"]},\"NEW5f7c764cc1d51677852140\":{\"sys_file_reference\":[523,524]},\"1732\":{\"sys_file_reference\":[\"524\",\"523\"]},\"1733\":{\"sys_file_reference\":[\"525\"]},\"NEW5f7c78bf22752449785563\":{\"sys_file_reference\":[527,528]},\"1734\":{\"sys_file_reference\":[\"527\",\"528\"]},\"1735\":{\"sys_file_reference\":[\"529\"]},\"1737\":{\"sys_file_reference\":[\"533\"]},\"1736\":{\"sys_file_reference\":[\"531\"]},\"1719\":{\"sys_file_reference\":[\"500\"]},\"1743\":{\"sys_file_reference\":[\"545\"]},\"1742\":{\"sys_file_reference\":[\"543\"]},\"1741\":{\"sys_file_reference\":[\"541\"]},\"1740\":{\"sys_file_reference\":[\"539\"]},\"1739\":{\"sys_file_reference\":[\"537\"]},\"1752\":{\"tx_wsslider_domain_model_item\":[25],\"sys_file_reference\":[548,549,550,551,552]},\"1754\":{\"sys_file_reference\":[553]},\"1241\":{\"sys_file_reference\":[\"309\"]},\"NEW61e198ef985ad586895655\":{\"sys_file_reference\":[564]},\"NEW61e19972f3eec273219503\":{\"sys_file_reference\":[565]},\"NEW61e199a2559d9379262057\":{\"sys_file_reference\":[566]},\"NEW61e199f65142b461330599\":{\"sys_file_reference\":[567]},\"NEW61e19f52e1102598980134\":{\"sys_file_reference\":[568]},\"NEW61e19f8f02bc2865052930\":{\"sys_file_reference\":[569]},\"NEW61e1a8e16d9d5401603444\":{\"sys_file_reference\":[570]},\"NEW61e1a919242a5359157399\":{\"sys_file_reference\":[571]},\"1811\":{\"sys_file_reference\":[\"\",582]},\"1478\":{\"tx_wst3bootstrap_counterbar_item\":{\"4\":\"1\"}},\"1825\":{\"sys_file_reference\":{\"1\":\"\"}},\"1003\":{\"sys_file_reference\":[\"237\"]}},\"site\":{\"1\":{\"site_errorhandling\":[\"0\",\"2\"],\"site_language\":{\"2\":\"0\"}}},\"pages\":{\"194\":{\"sys_file_reference\":{\"1\":\"\"}},\"240\":{\"sys_file_reference\":{\"4\":\"327\"}},\"1\":{\"sys_file_reference\":{\"6\":\"224\"}},\"132\":{\"sys_file_reference\":[\"258\",\"259\"]},\"185\":{\"sys_file_reference\":[554]},\"304\":{\"sys_file_reference\":[555]},\"305\":{\"sys_file_reference\":[]},\"157\":{\"sys_file_reference\":{\"1\":\"\"}}},\"tx_calendarize_domain_model_event\":{\"2\":{\"tx_calendarize_domain_model_configuration\":{\"2\":\"2\"}}},\"tx_calendarize_domain_model_configurationgroup\":{\"1\":{\"tx_calendarize_domain_model_configuration\":{\"0\":\"1\",\"3\":\"\"}}},\"tx_dpnglossary_domain_model_term\":{\"NEW5ee17fbf97fc2939069550\":{\"tx_dpnglossary_domain_model_description\":[1]},\"1\":{\"tx_dpnglossary_domain_model_description\":{\"1\":\"\"}}},\"sys_file_collection\":{\"2\":{\"sys_file_reference\":[\"265\"]}},\"tx_news_domain_model_news\":{\"10\":{\"sys_file_reference\":[\"207\"]}},\"tx_powermail_domain_model_form\":{\"1\":{\"tx_powermail_domain_model_page\":[\"1\"],\"tx_powermail_domain_model_field\":{\"2\":\"1\"}}},\"sys_file_metadata\":{\"275\":{\"sys_file_reference\":[\"583\"]}}}\";s:7:\"reports\";a:1:{s:9:\"selection\";a:2:{s:9:\"extension\";s:10:\"tx_reports\";s:6:\"report\";s:6:\"status\";}}s:11:\"browseTrees\";a:2:{s:6:\"folder\";s:64:\"{\"25218\":{\"62822724\":1,\"7163491\":1,\"240911749\":1,\"251189877\":1}}\";s:11:\"browsePages\";s:35:\"[{\"0\":1,\"68\":1,\"1\":1,\"23\":1,\"7\":1}]\";}s:17:\"systeminformation\";s:45:\"{\"system_BelogLog\":{\"lastAccess\":1686775700}}\";s:10:\"modulemenu\";s:13:\"{\"blog\":true}\";s:10:\"AdminPanel\";a:17:{s:11:\"display_top\";b:0;s:12:\"tsdebug_tree\";s:1:\"0\";s:20:\"tsdebug_displayTimes\";s:1:\"0\";s:23:\"tsdebug_displayMessages\";s:1:\"0\";s:10:\"tsdebug_LR\";s:1:\"0\";s:22:\"tsdebug_displayContent\";s:1:\"0\";s:28:\"tsdebug_forceTemplateParsing\";s:1:\"0\";s:26:\"debug_log_groupByComponent\";s:1:\"0\";s:22:\"debug_log_groupByLevel\";s:1:\"0\";s:20:\"debug_log_startLevel\";s:1:\"0\";s:23:\"preview_showHiddenPages\";s:1:\"0\";s:25:\"preview_showHiddenRecords\";s:1:\"0\";s:22:\"preview_showFluidDebug\";s:1:\"0\";s:20:\"preview_clearCacheId\";s:3:\"180\";s:20:\"preview_simulateDate\";s:1:\"0\";s:25:\"preview_simulateUserGroup\";s:1:\"0\";s:13:\"cache_noCache\";s:1:\"1\";}s:21:\"recentSwitchedToUsers\";a:0:{}s:11:\"tx_recycler\";a:3:{s:14:\"depthSelection\";i:999;s:14:\"tableSelection\";s:0:\"\";s:11:\"resultLimit\";i:25;}s:8:\"realName\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"password\";s:0:\"\";s:9:\"password2\";s:0:\"\";s:6:\"avatar\";s:0:\"\";s:25:\"showHiddenFilesAndFolders\";i:0;s:10:\"copyLevels\";s:0:\"\";s:15:\"recursiveDelete\";i:0;s:18:\"resetConfiguration\";s:0:\"\";s:11:\"newsoverlay\";s:1:\"0\";s:12:\"mfaProviders\";s:0:\"\";s:18:\"backendTitleFormat\";s:10:\"titleFirst\";}','',1,0,'',1699966707,0,NULL,'','',0,'',NULL),(2,0,1631105462,'redakteur','$2y$12$OHQcv2pmA4xky1UgCUNva.M8rjDOzIDJ3goAYVB9pTLd0VrRd97/O',0,'1',1,0,0,'de','','',3,1379539621,'Redakteur','','','a:14:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:2:{s:10:\"web_layout\";a:2:{s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:28:\"dashboard/current_dashboard/\";s:40:\"a84045fcd1e51be1bce976b6b4f94f4bcd05ba98\";}s:19:\"thumbnailsByDefault\";i:1;s:14:\"emailMeAtLogin\";i:0;s:8:\"titleLen\";i:50;s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"resizeTextareas\";i:1;s:25:\"resizeTextareas_MaxHeight\";i:500;s:24:\"resizeTextareas_Flexible\";i:0;s:4:\"lang\";s:2:\"de\";s:19:\"firstLoginTimeStamp\";i:1588163039;s:15:\"moduleSessionID\";a:2:{s:10:\"web_layout\";s:32:\"9984eac3cf1fd1d9bc985f0e7c06159f\";s:28:\"dashboard/current_dashboard/\";s:32:\"9984eac3cf1fd1d9bc985f0e7c06159f\";}s:17:\"BackendComponents\";a:1:{s:6:\"States\";a:1:{s:8:\"Pagetree\";a:1:{s:9:\"stateHash\";a:4:{s:3:\"1_1\";s:1:\"1\";s:3:\"3_3\";s:1:\"1\";s:4:\"3_15\";s:1:\"1\";s:3:\"1_5\";s:1:\"1\";}}}}}','',1,0,'',1571063297,0,'readFolder,writeFolder,addFolder,renameFolder,moveFolder,deleteFolder,readFile,writeFile,addFile,renameFile,replaceFile,moveFile,deleteFile','0','',0,'',NULL),(5,0,1552091160,'_cli_','$2y$12$ODQ2uRoNqb5gMQLp2Q/ULOYriVDeLVFqZsr5tAwsZISG8DbhJppAS',1,'',0,0,0,'default','',NULL,0,1552091160,'',NULL,'','a:9:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:0:{}s:14:\"emailMeAtLogin\";i:0;s:8:\"titleLen\";i:50;s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:25:\"resizeTextareas_MaxHeight\";i:500;s:4:\"lang\";s:7:\"default\";s:19:\"firstLoginTimeStamp\";i:1649713651;}',NULL,1,0,NULL,0,0,NULL,NULL,NULL,0,'',NULL); +/*!40000 ALTER TABLE `be_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `content_types` +-- + +DROP TABLE IF EXISTS `content_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `content_types` ( + `uid` int(11) NOT NULL AUTO_INCREMENT, + `pid` int(11) NOT NULL DEFAULT 0, + `tstamp` int(11) NOT NULL DEFAULT 0, + `crdate` int(11) NOT NULL DEFAULT 0, + `cruser_id` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(11) NOT NULL DEFAULT 0, + `editlock` smallint(6) NOT NULL DEFAULT 0, + `deleted` smallint(6) NOT NULL DEFAULT 0, + `hidden` smallint(6) NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `t3ver_oid` int(11) NOT NULL DEFAULT 0, + `t3ver_id` int(11) NOT NULL DEFAULT 0, + `t3ver_wsid` int(11) NOT NULL DEFAULT 0, + `t3ver_label` varchar(30) NOT NULL DEFAULT '', + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` smallint(6) NOT NULL DEFAULT 0, + `t3ver_count` int(11) NOT NULL DEFAULT 0, + `t3ver_tstamp` int(11) NOT NULL DEFAULT 0, + `t3ver_move_id` int(11) NOT NULL DEFAULT 0, + `title` varchar(400) DEFAULT NULL, + `content_type` varchar(128) DEFAULT NULL, + `extension_identity` varchar(128) NOT NULL DEFAULT 'FluidTYPO3.Flux', + `content_configuration` text DEFAULT NULL, + `grid` text DEFAULT NULL, + `template_source` text DEFAULT NULL, + `template_file` varchar(128) DEFAULT NULL, + `icon` varchar(200) DEFAULT NULL, + `validation` varchar(1) DEFAULT NULL, + `template_dump` varchar(1) DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `content_type` (`content_type`), + KEY `extension_identity` (`extension_identity`), + KEY `parent` (`pid`), + KEY `fe_enabled` (`deleted`,`hidden`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `content_types` +-- + +LOCK TABLES `content_types` WRITE; +/*!40000 ALTER TABLE `content_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `content_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `fe_groups` +-- + +DROP TABLE IF EXISTS `fe_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `fe_groups` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `title` varchar(50) NOT NULL DEFAULT '', + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `subgroup` tinytext DEFAULT NULL, + `TSconfig` text DEFAULT NULL, + `tx_extbase_type` varchar(255) NOT NULL DEFAULT '0', + `felogin_redirectPid` tinytext DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `fe_groups` +-- + +LOCK TABLES `fe_groups` WRITE; +/*!40000 ALTER TABLE `fe_groups` DISABLE KEYS */; +INSERT INTO `fe_groups` VALUES (1,14,1399318852,1399318852,'Benutzergruppe A',0,0,'','','','0',''),(2,14,1542286604,1542286604,'Benutzergruppe B',0,0,'','','','Tx_Extbase_Domain_Model_FrontendUserGroup',''); +/*!40000 ALTER TABLE `fe_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `fe_users` +-- + +DROP TABLE IF EXISTS `fe_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `fe_users` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `username` varchar(255) NOT NULL DEFAULT '', + `password` varchar(255) NOT NULL DEFAULT '', + `usergroup` text DEFAULT NULL, + `disable` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `name` varchar(160) NOT NULL DEFAULT '', + `first_name` varchar(50) NOT NULL DEFAULT '', + `middle_name` varchar(50) NOT NULL DEFAULT '', + `last_name` varchar(50) NOT NULL DEFAULT '', + `address` varchar(255) NOT NULL DEFAULT '', + `telephone` varchar(30) NOT NULL DEFAULT '', + `fax` varchar(30) NOT NULL DEFAULT '', + `email` varchar(255) NOT NULL DEFAULT '', + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `uc` blob DEFAULT NULL, + `title` varchar(40) NOT NULL DEFAULT '', + `zip` varchar(10) NOT NULL DEFAULT '', + `city` varchar(50) NOT NULL DEFAULT '', + `country` varchar(40) NOT NULL DEFAULT '', + `www` varchar(80) NOT NULL DEFAULT '', + `company` varchar(80) NOT NULL DEFAULT '', + `image` tinytext DEFAULT NULL, + `TSconfig` text DEFAULT NULL, + `lastlogin` int(11) NOT NULL DEFAULT 0, + `is_online` int(10) unsigned NOT NULL DEFAULT 0, + `tx_extbase_type` varchar(255) NOT NULL DEFAULT '0', + `felogin_redirectPid` tinytext DEFAULT NULL, + `felogin_forgotHash` varchar(80) DEFAULT '', + `description` text DEFAULT NULL, + `mfa` mediumblob DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `is_online` (`is_online`), + KEY `username` (`username`(100)), + KEY `parent` (`pid`,`username`(100)), + KEY `felogin_forgotHash` (`felogin_forgotHash`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `fe_users` +-- + +LOCK TABLES `fe_users` WRITE; +/*!40000 ALTER TABLE `fe_users` DISABLE KEYS */; +INSERT INTO `fe_users` VALUES (1,14,1542286612,'websitebenutzer','$2y$12$aHlMy9PwRer80wxBBdaMmubZpRwYrJIseGT/glyM8kpfZx3ldrNvS','1,2',0,0,0,'','','','','','','','',1399318947,0,NULL,'','','','','','','0','',1542286617,1542288470,'0','','',NULL,NULL); +/*!40000 ALTER TABLE `fe_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `flux_field` +-- + +DROP TABLE IF EXISTS `flux_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `flux_field` ( + `uid` int(11) NOT NULL AUTO_INCREMENT, + `pid` int(11) NOT NULL DEFAULT 0, + `tstamp` int(11) NOT NULL DEFAULT 0, + `crdate` int(11) NOT NULL DEFAULT 0, + `cruser_id` int(11) NOT NULL DEFAULT 0, + `editlock` smallint(6) NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_parent` int(11) NOT NULL DEFAULT 0, + `l10n_diffsource` mediumtext DEFAULT NULL, + `parent_field` int(11) NOT NULL DEFAULT 0, + `sheet` int(11) NOT NULL DEFAULT 0, + `field_name` varchar(255) DEFAULT NULL, + `field_label` mediumtext DEFAULT NULL, + `field_type` varchar(32) DEFAULT NULL, + `field_value` text DEFAULT NULL, + `field_options` text DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`), + KEY `parent_field` (`parent_field`), + KEY `sheet` (`sheet`), + KEY `field_value` (`field_value`(32)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `flux_field` +-- + +LOCK TABLES `flux_field` WRITE; +/*!40000 ALTER TABLE `flux_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `flux_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `flux_sheet` +-- + +DROP TABLE IF EXISTS `flux_sheet`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `flux_sheet` ( + `uid` int(11) NOT NULL AUTO_INCREMENT, + `pid` int(11) NOT NULL DEFAULT 0, + `tstamp` int(11) NOT NULL DEFAULT 0, + `crdate` int(11) NOT NULL DEFAULT 0, + `cruser_id` int(11) NOT NULL DEFAULT 0, + `editlock` smallint(6) NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_parent` int(11) NOT NULL DEFAULT 0, + `l10n_diffsource` mediumtext DEFAULT NULL, + `name` varchar(255) DEFAULT NULL, + `sheet_label` mediumtext DEFAULT NULL, + `source_table` varchar(255) DEFAULT NULL, + `source_field` varchar(255) DEFAULT NULL, + `source_uid` int(11) NOT NULL DEFAULT 0, + `form_fields` int(11) NOT NULL DEFAULT 0, + `json_data` text DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `flux_sheet` +-- + +LOCK TABLES `flux_sheet` WRITE; +/*!40000 ALTER TABLE `flux_sheet` DISABLE KEYS */; +/*!40000 ALTER TABLE `flux_sheet` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `pages` +-- + +DROP TABLE IF EXISTS `pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `pages` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `perms_userid` int(11) unsigned NOT NULL DEFAULT 0, + `perms_groupid` int(11) unsigned NOT NULL DEFAULT 0, + `perms_user` smallint(5) unsigned NOT NULL DEFAULT 0, + `perms_group` smallint(5) unsigned NOT NULL DEFAULT 0, + `perms_everybody` smallint(5) unsigned NOT NULL DEFAULT 0, + `editlock` smallint(5) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `title` varchar(255) NOT NULL DEFAULT '', + `doktype` int(11) unsigned NOT NULL DEFAULT 0, + `TSconfig` text DEFAULT NULL, + `is_siteroot` smallint(6) NOT NULL DEFAULT 0, + `php_tree_stop` smallint(6) NOT NULL DEFAULT 0, + `tx_impexp_origuid` int(11) NOT NULL DEFAULT 0, + `url` varchar(255) NOT NULL DEFAULT '', + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `shortcut` int(10) unsigned NOT NULL DEFAULT 0, + `shortcut_mode` int(10) unsigned NOT NULL DEFAULT 0, + `fe_group` varchar(255) NOT NULL DEFAULT '0', + `subtitle` varchar(255) NOT NULL DEFAULT '', + `layout` int(11) unsigned NOT NULL DEFAULT 0, + `target` varchar(80) NOT NULL DEFAULT '', + `media` int(11) unsigned NOT NULL DEFAULT 0, + `lastUpdated` int(11) NOT NULL DEFAULT 0, + `keywords` text DEFAULT NULL, + `cache_timeout` int(10) unsigned NOT NULL DEFAULT 0, + `cache_tags` varchar(255) NOT NULL DEFAULT '', + `newUntil` int(11) NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `no_search` smallint(5) unsigned NOT NULL DEFAULT 0, + `SYS_LASTCHANGED` int(10) unsigned NOT NULL DEFAULT 0, + `abstract` text DEFAULT NULL, + `module` varchar(255) NOT NULL DEFAULT '', + `extendToSubpages` smallint(5) unsigned NOT NULL DEFAULT 0, + `author` varchar(255) NOT NULL DEFAULT '', + `author_email` varchar(255) NOT NULL DEFAULT '', + `nav_title` varchar(255) NOT NULL DEFAULT '', + `nav_hide` smallint(6) NOT NULL DEFAULT 0, + `content_from_pid` int(10) unsigned NOT NULL DEFAULT 0, + `mount_pid` int(10) unsigned NOT NULL DEFAULT 0, + `mount_pid_ol` smallint(6) NOT NULL DEFAULT 0, + `l18n_cfg` smallint(6) NOT NULL DEFAULT 0, + `backend_layout` varchar(64) NOT NULL DEFAULT '', + `backend_layout_next_level` varchar(64) NOT NULL DEFAULT '', + `tx_fed_page_flexform` text DEFAULT NULL, + `tx_fed_page_controller_action` varchar(255) NOT NULL DEFAULT '', + `tx_fed_page_controller_action_sub` varchar(255) NOT NULL DEFAULT '', + `categories` int(10) unsigned NOT NULL DEFAULT 0, + `tx_fed_page_flexform_sub` text DEFAULT NULL, + `tsconfig_includes` text DEFAULT NULL, + `heroimage` int(11) DEFAULT NULL, + `heroimage_big` int(11) DEFAULT NULL, + `header_darken` smallint(6) NOT NULL DEFAULT 0, + `comments` text DEFAULT NULL, + `tags` text DEFAULT NULL, + `authors` text DEFAULT NULL, + `icon` varchar(20) NOT NULL DEFAULT '', + `crdate_month` int(11) NOT NULL DEFAULT 0, + `crdate_year` int(11) NOT NULL DEFAULT 0, + `rowDescription` text DEFAULT NULL, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_source` int(10) unsigned NOT NULL DEFAULT 0, + `l10n_state` text DEFAULT NULL, + `l10n_diffsource` mediumblob DEFAULT NULL, + `slug` varchar(2048) DEFAULT NULL, + `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, + `seo_title` varchar(255) NOT NULL DEFAULT '', + `no_index` smallint(6) NOT NULL DEFAULT 0, + `no_follow` smallint(6) NOT NULL DEFAULT 0, + `og_title` varchar(255) NOT NULL DEFAULT '', + `og_description` text DEFAULT NULL, + `og_image` int(10) unsigned NOT NULL DEFAULT 0, + `twitter_title` varchar(255) NOT NULL DEFAULT '', + `twitter_description` text DEFAULT NULL, + `twitter_image` int(10) unsigned NOT NULL DEFAULT 0, + `canonical_link` varchar(2048) NOT NULL DEFAULT '', + `publish_date` int(11) NOT NULL DEFAULT 0, + `jumbotron` smallint(6) NOT NULL DEFAULT 1, + `heroContainer` smallint(6) NOT NULL DEFAULT 1, + `heroslide` smallint(6) NOT NULL DEFAULT -1, + `twitter_card` varchar(255) NOT NULL DEFAULT '', + `sitemap_priority` decimal(2,1) NOT NULL DEFAULT 0.5, + `sitemap_changefreq` varchar(10) NOT NULL DEFAULT '', + `featured_image` int(10) unsigned NOT NULL DEFAULT 0, + `prevent_link` smallint(6) NOT NULL DEFAULT 0, + `header_size` varchar(20) NOT NULL DEFAULT 'small', + `heromedia_fullscreen` int(11) DEFAULT NULL, + `preview_image` int(11) DEFAULT NULL, + `nav_hide_subtree` smallint(6) NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `determineSiteRoot` (`is_siteroot`), + KEY `language_identifier` (`l10n_parent`,`sys_language_uid`), + KEY `parent` (`pid`,`deleted`,`hidden`), + KEY `slug` (`slug`(127)), + KEY `translation_source` (`l10n_source`) +) ENGINE=InnoDB AUTO_INCREMENT=311 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `pages` +-- + +LOCK TABLES `pages` WRITE; +/*!40000 ALTER TABLE `pages` DISABLE KEYS */; +INSERT INTO `pages` VALUES (1,68,0,0,0,0,0,1585996491,1024,0,2,1,31,27,0,0,1374595899,0,'T3Bootstrap',4,'',1,0,0,'',0,0,0,1,'','',0,'',0,0,'Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template',0,'',0,NULL,0,1542794338,'Home of the TYPO3 Bootstrap Template','',0,'','','Home',0,0,0,0,0,'pagets__2Columns','pagets__2Columns','','','',0,'',NULL,1,1,1,NULL,NULL,NULL,'',10,2019,NULL,0,0,NULL,'{\"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}','/',0,'',0,0,'',NULL,0,'',NULL,0,'',1572475006,1,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(2,68,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1374602079,0,'Admin storage',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','storage',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/admin-storage',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(3,1,0,0,0,0,0,1608394359,7680,0,2,1,31,27,0,0,1374602111,0,'Datensätze',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','storage',0,'','','',0,0,0,0,0,'-1','-1','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2020,NULL,0,0,NULL,'{\"title\":null}','/general-storage',0,'',0,0,'',NULL,0,'',NULL,0,'',1608394359,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(5,1,0,0,0,0,0,1475581746,1024,0,2,1,31,27,0,0,1374604021,0,'Seitenlayouts',4,NULL,0,0,0,'',0,0,0,1,'','',0,'',0,0,NULL,0,'',0,NULL,0,1397035287,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/seitenlayouts',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(7,1,0,0,0,0,0,1409483964,2048,0,2,1,31,27,0,0,1374604021,0,'Extensions',4,NULL,0,0,0,'',0,0,0,1,'','',0,'',0,0,NULL,0,'',0,NULL,0,1380666338,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(10,1,0,0,0,0,0,1449196280,3840,0,2,1,31,27,0,0,1374604021,0,'Site map',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/site-map',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(11,1,0,0,0,0,0,1610325513,4096,0,2,1,31,27,0,0,1374604021,0,'Suche',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,1,1641305039,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/suche',0,'',0,0,'',NULL,0,'',NULL,0,'',1610325513,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(12,1,0,0,0,0,0,1601563603,4864,0,2,1,31,27,0,0,1374604021,0,'Impressum',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',10,2020,NULL,0,0,NULL,'{\"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}','/impressum',0,'',0,0,'',NULL,0,'',NULL,0,'',1601563604,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(14,3,0,0,0,0,0,1380652176,512,0,2,1,31,27,0,0,1374621801,0,'Benutzer und Gruppen',254,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'fe_users',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/benutzer-und-gruppen',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(15,1,0,0,0,0,0,1588849236,7424,0,2,1,31,27,0,0,1374621801,0,'Inhaltselemente',254,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'-1','-1','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/inhaltselemente',0,'',0,0,'',NULL,0,'',NULL,0,'',1576978813,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(16,1,0,0,0,0,0,1577641904,5632,0,2,1,31,27,0,0,1374622605,0,'Seite wurde nicht gefunden',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,1,1682350525,NULL,'',0,'','','',1,0,0,0,0,'pagets__1Column','','','','',0,'',NULL,0,1,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/404',0,'',0,0,'',NULL,0,'',NULL,0,'',1576977418,1,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(18,2,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1375115640,0,'Templates',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/templates',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(21,23,0,0,0,0,0,1610330342,1664,0,2,1,31,27,0,0,1375461908,0,'Responsive Images',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',1,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/responsive-images',0,'',0,0,'',NULL,0,'',NULL,0,'',1610330342,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(23,1,0,0,0,0,0,1452604924,1152,0,2,1,31,27,0,0,1377465372,0,'Template-Elemente',1,'',0,0,0,'',0,0,0,1,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','Elemente',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(24,5,0,0,0,0,0,1591368070,256,0,2,1,31,27,0,0,1377465442,0,'Dreispaltig',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'pagets__3Columns','','','','',2,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"title\":null}','/seitenlayouts/3-spalten',0,'',0,0,'',NULL,0,'',NULL,0,'',1576978019,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(25,5,0,0,0,0,0,1591368062,512,0,2,1,31,27,0,0,1377465442,0,'Zweispaltig',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"title\":null}','/seitenlayouts/2-spalten',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(26,5,0,0,0,0,0,1591368158,768,0,2,1,31,27,0,0,1377465442,0,'Einspaltig',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'pagets__1Column','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/seitenlayouts/1-spalte',0,'',0,0,'',NULL,0,'',NULL,0,'',1576978181,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(27,23,0,0,0,0,0,1460465888,2560,0,2,1,31,27,0,0,1377465463,0,'Grids',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/grids',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(32,23,0,0,0,0,0,1641427646,5376,0,2,1,31,27,0,0,1377477379,0,'Tabellen',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,'Verschiedene Bootstrap Tabellen-Stile in TYPO3','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"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\":\"\"}','/elemente/tabellen',0,'',0,0,'','Verschiedene Bootstrap Tabellen-Stile in TYPO3',0,'',NULL,0,'',1631105546,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(34,1,0,0,0,0,0,1588849245,6400,0,2,1,31,27,0,0,1377612751,0,'User Navigation',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/user-navigation',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(35,1,0,0,0,0,0,1492120985,4160,0,2,1,31,27,0,0,1377641149,0,'Login',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',1,1682350525,'','',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/login',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(36,34,0,0,0,0,0,1380652265,128,0,2,1,31,27,0,0,1377653126,0,'Site map',4,'',0,0,0,'',0,0,10,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/site-map-1',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(38,7,0,0,0,0,0,1688373592,512,1,2,1,31,27,0,0,1377657288,1,'Powermail Demo Formular',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1642360198,NULL,'',0,'','','Powermail',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/powermail',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(39,7,0,0,0,0,0,1510699857,768,0,2,1,31,27,0,0,1377657288,0,'News',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/news',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(41,7,0,0,0,0,0,1448144863,1280,0,2,1,31,27,0,0,1377657288,0,'felogin',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/felogin',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(42,1,0,0,0,0,0,1588849241,6912,0,2,1,31,27,0,0,1379200797,0,'Footer Navigation',254,'',0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/footer-navigation',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(43,42,0,0,0,0,0,1380652265,256,0,2,1,31,27,0,0,1379200819,0,'Impressum',4,'',0,0,0,'',0,0,12,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/impressum-1',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(46,3,0,0,0,0,0,1588676715,640,0,2,1,31,27,0,0,1379290711,0,'News Storage',254,'TCEMAIN.clearCacheCmd = 39,146,123',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','news',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,'Dieser Ordner muss sich innerhalb der Site befinden',0,0,NULL,'{\"doktype\":null,\"title\":null,\"slug\":null,\"backend_layout\":null,\"backend_layout_next_level\":null,\"module\":null,\"media\":null,\"tsconfig_includes\":null,\"TSconfig\":null,\"hidden\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}','/news-storage',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(51,23,0,0,0,0,0,1610538283,5632,0,2,1,31,27,0,0,1386627187,0,'Video / Audio',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/video-audio',0,'',0,0,'',NULL,0,'',NULL,0,'',1610538283,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(53,23,0,0,0,0,0,1616345478,64,0,2,1,31,27,0,0,1387894612,0,'Typografie',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'Typografie, Template, Bootstrap',0,'',0,'Beschreibung zur Typografie im TYPO3 Bootstrap Template',0,1682350525,'Abstract zur Typografie im TYPO3 Bootstrap Template','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2020,NULL,0,0,NULL,'{\"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}','/elemente/typografie',0,'',0,0,'',NULL,0,'',NULL,0,'',1599217737,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(57,34,0,0,0,0,0,1469927155,384,0,2,1,31,27,0,0,1390484469,0,'Login',4,'',0,0,0,'',0,0,35,0,'-1','',0,'',0,0,NULL,0,'',0,NULL,0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/login-1',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(58,7,0,0,0,0,0,1448321240,1792,0,2,1,31,27,0,0,1391733247,0,'ws_scss',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/ws-scss',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(61,23,0,0,0,0,0,1542282830,832,0,2,1,31,27,0,0,1395792919,0,'Komponenten',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/komponenten',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(64,74,0,0,0,0,0,1429399681,256,0,2,1,31,27,0,0,1398893253,0,'Eine Unterseite',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/navigationen/eine-unterseite',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(68,0,0,0,0,0,0,1684501260,768,0,2,1,31,27,0,0,1402940213,0,'Bootstrap Demo',254,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'-1','-1','','','',0,'','EXT:ws_t3bootstrap/Configuration/TsConfig/Page/ContentElement/Element/Card.tsconfig,EXT:ws_t3bootstrap/Configuration/TsConfig/Page/layouts.tsconfig,EXT:ws_t3bootstrap/Configuration/TsConfig/Page/config.tsconfig,EXT:ws_t3bootstrap/Configuration/TsConfig/Page/ContentElement/Element/CompareSlider.tsconfig,EXT:ws_t3bootstrap/Configuration/TsConfig/Page/ContentElement/Element/Counterbar.tsconfig,EXT:ws_t3bootstrap/Configuration/TsConfig/Page/icons.tsconfig,EXT:ws_t3bootstrap/Configuration/TsConfig/Page/ContentElement/TextMedia/gridLayouts.tsconfig,EXT:template/Configuration/TsConfig/Page/config.tsconfig,EXT:template/Configuration/TsConfig/Page/fontAwesome.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/None.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Bubba.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Dexter.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Honey.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Layla.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Lily.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Chico.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Milo.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Romeo.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Roxy.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Ruby.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Sadie.tsconfig,EXT:template/Configuration/TsConfig/Images/ExtendedDesigns/Sarah.tsconfig,EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig',NULL,NULL,0,NULL,NULL,NULL,'',11,2019,NULL,0,0,NULL,'{\"doktype\":\"\",\"title\":\"\",\"slug\":\"\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"module\":\"\",\"media\":\"\",\"tsconfig_includes\":\"\",\"TSconfig\":\"\",\"hidden\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}','/',0,'',0,0,'',NULL,0,'',NULL,0,'',1573738947,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(69,15,0,0,0,0,0,1479774101,256,0,2,1,31,27,0,0,1402942502,0,'Footer',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/inhaltselemente/footer',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(70,34,0,0,0,0,0,1650823505,64,0,2,1,31,27,0,0,1404902711,0,'News',3,'',0,0,0,'https://blog.t3bootstrap.de',0,0,0,0,'','',0,'_blank',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"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\":\"\"}','/user-navigation/news',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(71,23,0,0,0,0,0,1567529343,6400,0,2,1,31,27,0,0,1406004634,0,'Nur englische Seite',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1429399681,'','',0,'','','',0,0,0,0,1,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/nur-englische-seite',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(72,23,0,0,0,0,0,1610538397,6272,0,2,1,31,27,0,0,1406934606,0,'Footer',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/footer',0,'',0,0,'',NULL,0,'',NULL,0,'',1610538397,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(73,23,0,0,0,0,0,1684528476,6336,1,2,1,31,27,0,0,1407080390,0,'Übersetzungen',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/uebersetzungen',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(74,23,0,0,0,0,0,1429399681,7168,0,2,1,31,27,0,0,1407318898,0,'Navigationen',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/navigationen',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(76,15,0,0,0,0,0,1475582399,512,0,2,1,31,27,0,0,1407811573,0,'Demo-Inhalt',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/inhaltselemente/demo-inhalt',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(95,273,0,0,0,0,0,1609944766,768,0,2,1,31,27,0,0,1427382390,0,'Hero-Bereich',1,'',0,0,0,'',0,0,0,0,'','Konfigurierbares Hero-Bild',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,0,1,1,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild',0,'',0,0,'',NULL,0,'',NULL,0,'',1576974500,1,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(96,95,0,0,0,0,0,1577194945,256,0,2,1,31,27,0,0,1427590933,0,'Slide-Funktion',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild/slide-funktion',0,'',0,0,'',NULL,0,'',NULL,0,'',1577192734,1,0,4,'',0.5,'',0,0,'small',NULL,NULL,0),(98,7,0,0,0,0,0,1684527796,3840,0,2,1,31,27,0,0,1432938034,1,'Glossar',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/glossar',0,'',0,0,'',NULL,0,'',NULL,0,'',1577219640,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(99,98,0,0,0,0,0,1432938264,256,0,2,1,31,27,0,0,1432938181,0,'Glossar Begriffe',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/glossar/glossar-begriffe',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(100,98,0,0,0,0,0,1432951514,128,0,2,1,31,27,0,0,1432938319,0,'Begriff',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1591838824,'','',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/glossar/begriff',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(101,74,0,0,0,0,0,1602371129,512,0,2,1,31,27,0,0,1432951562,0,'MegaMenu',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/megamenu',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(103,23,0,0,0,0,0,1473376337,10240,0,2,1,31,27,0,0,1437689388,0,'Geschützte Seite',1,'',0,0,0,'',0,0,0,0,'-2','',0,'',0,0,'',0,'',0,'',0,1473376337,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/geschuetzte-seite',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(106,1,0,0,0,0,0,1447696346,4992,0,2,1,31,27,0,0,1447696332,0,'Datenschutz',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/datenschutz',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(109,1,0,0,0,0,0,1457126397,2304,0,2,1,31,27,0,0,1448726903,0,'Über das Template',4,'',0,0,0,'',0,0,0,1,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/ueber-das-template',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(110,109,0,0,0,0,0,1587691824,256,0,2,1,31,27,0,0,1448726951,0,'Das Besondere',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"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}','/ueber-das-template/das-besondere',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(111,109,0,0,0,0,0,1448756995,512,0,2,1,31,27,0,0,1448756857,0,'Site package extension',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1684626035,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/ueber-das-template/site-package-extension',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(112,23,0,0,0,0,0,1453842818,8576,0,2,1,31,27,0,0,1448757763,0,'Lightbox',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/lightbox',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(114,109,0,0,0,0,0,1449184701,768,0,2,1,31,27,0,0,1449184640,0,'Bootstrap anpassen',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1684625732,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/ueber-das-template/bootstrap-anpassen',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(115,74,0,0,0,0,0,1602370953,1536,0,2,1,31,27,0,0,1449185771,0,'Sidebar Menu',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/sidebar-menu',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(116,23,0,0,0,0,0,1449188507,10496,0,2,1,31,27,0,0,1449188490,0,'Abstände',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/abstaende',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(117,7,0,0,0,0,0,1684527720,1152,0,2,1,31,27,0,0,1449784819,1,'FileCollection Gallery',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1641305039,'','',0,'','','FileCollection Gallery',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/filecollection-gallery',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(118,117,0,0,0,0,0,1449784925,256,0,2,1,31,27,0,0,1449784916,0,'Gallerien',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/filecollection-gallery/gallerien',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(119,109,0,0,0,0,0,1453058859,1024,0,2,1,31,27,0,0,1453058859,0,'Navigation',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/ueber-das-template/navigation',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(123,39,0,0,0,0,0,1455450801,768,0,2,1,31,27,0,0,1455450801,0,'Artikel',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/news/artikel',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(127,101,0,0,0,0,0,1510012642,256,0,2,1,31,27,0,0,1455929464,0,'MegaMenu Verwaltung',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/megamenu/megamenu-verwaltung',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(128,7,0,0,0,0,0,1699967122,3552,0,2,1,31,27,0,0,1456345935,1,'Calendarize',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1699966998,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/calendarize',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(129,128,0,0,0,0,0,1456346212,256,0,2,1,31,27,0,0,1456346204,0,'Kalendereinträge',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/calendarize/kalendereintraege',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(130,128,0,0,0,0,0,1456351215,128,0,2,1,31,27,0,0,1456351106,0,'Event',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1641305039,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/calendarize/event',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(132,95,0,0,0,0,0,1599490564,512,0,2,1,31,27,0,0,1457057404,0,'Slider',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',0,2,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild/slider',0,'',0,0,'',NULL,0,'',NULL,0,'',1575596848,0,0,-1,'summary',0.5,'',0,0,'big',NULL,NULL,0),(134,64,0,0,0,0,0,1457597997,256,0,2,1,31,27,0,0,1457597991,0,'Eine Unterseite',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/navigationen/eine-unterseite/eine-unterseite',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(135,23,0,0,0,0,0,1458562252,10752,0,2,1,31,27,0,0,1458562190,0,'Sitemaps (Spezial Menüs)',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/sitemaps-spezial-menues',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(136,23,0,0,0,0,0,1458631565,11008,0,2,1,31,27,0,0,1458631553,0,'PDF Vorschau',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/pdf-vorschau',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(137,7,0,0,0,0,0,1591829396,3776,0,2,1,31,27,0,0,1461366739,0,'go_maps_ext',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',6,2020,NULL,0,0,NULL,'{\"hidden\":null}','/extensions/go-maps-ext',0,'',0,0,'',NULL,0,'',NULL,0,'',1591829396,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(138,23,0,0,0,0,0,1461370102,5504,0,2,1,31,27,0,0,1461370102,0,'Dateiliste',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682350525,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/dateiliste',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(139,109,0,0,0,0,0,1463435927,1280,0,2,1,31,27,0,0,1463435483,0,'Rich Snippets',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/ueber-das-template/rich-snippets',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(140,7,0,0,0,0,0,1661813125,4096,1,2,1,31,27,0,0,1463977453,0,'Registrierung',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1641912964,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',7,2020,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/registrierung',0,'',0,0,'',NULL,0,'',NULL,0,'',1595774153,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(141,95,0,0,0,0,0,1609950533,1280,0,2,1,31,27,0,0,1466977292,0,'Kein Hero-Bild',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild/kein-hero-bild',0,'',0,0,'',NULL,0,'',NULL,0,'',1609950018,1,1,0,'summary',0.5,'',0,0,'small',NULL,NULL,0),(143,23,0,0,0,0,0,1467574331,11264,0,2,1,31,27,0,0,1467574318,0,'Tabs',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/tabs',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(144,34,0,0,0,0,0,1469927206,640,0,2,1,31,27,0,0,1469927114,0,'Logout',4,NULL,0,0,0,'',0,0,35,0,'-2','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/logout',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(145,23,0,0,0,0,0,1472352357,2272,0,2,1,31,27,0,0,1472350795,0,'Galerie',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/galerie',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(146,39,0,0,0,0,0,1474758724,128,0,2,1,31,27,0,0,1474758653,0,'Archiv',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/news/archiv',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(147,7,0,0,0,0,0,1501602215,3968,0,2,1,31,27,0,0,1476542449,1,'FAQ',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1497145105,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/faq',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(148,147,0,0,0,0,0,1476542501,256,0,2,1,31,27,0,0,1476542491,0,'FAQs',254,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/faq/faqs',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(153,23,0,0,0,0,0,1483570325,11136,0,2,1,31,27,0,0,1483569986,1,'Verschachtelte Elemente',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/verschachtelte-elemente',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(157,7,0,0,0,0,0,1615803615,640,0,2,1,31,27,0,0,1485824570,0,'Form',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,'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.','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',3,2021,NULL,0,0,NULL,'{\"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}','/extensions/form',0,'',0,0,'',NULL,0,'',NULL,0,'',1615803562,1,0,-1,'summary',0.5,'',0,0,'small',NULL,1,0),(158,23,0,0,0,0,0,1489508577,11520,0,2,1,31,27,0,0,1489508446,1,'Menüs',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1489508577,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/menues',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(159,42,0,0,0,0,0,1492132668,128,0,2,1,31,27,0,0,1492132573,0,'Kontakt',3,NULL,0,0,0,'https://www.wapplersystems.de',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/kontakt',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(162,7,0,0,0,0,0,1684527661,704,0,2,1,31,27,0,0,1497779741,1,'Blog',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1641305039,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',6,2020,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/blog',0,'',0,0,'',NULL,0,'',NULL,0,'',1591832347,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(163,162,0,0,0,0,0,1518862740,256,0,2,1,31,27,0,0,1497779809,0,'Blog Autoren',254,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'blog',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/blog/blog-autoren',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(164,244,0,0,0,0,0,1556058533,256,0,2,1,31,27,0,0,1497780187,0,'Ein Testblogpost',137,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1641305039,'Die Inhaltsangabe\r\nStet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 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.','',0,'Der Autor','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,'1','0','1','',1,2019,NULL,0,0,NULL,'{\"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,\"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,\"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,\"tx_fed_page_flexform\":null,\"tx_fed_page_flexform_sub\":null,\"publish_date\":null,\"archive_date\":null,\"tags\":null,\"authors\":null,\"comments_active\":null,\"comments\":null,\"sharing_enabled\":null}','/extensions/blog/ein-testblogpost',0,'',0,0,'',NULL,0,'',NULL,0,'',1547256420,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(171,39,0,0,0,0,0,1510700946,704,0,2,1,31,27,0,0,1510700529,0,'Suchergebnis',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1510700965,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/news/suchergebnis',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(173,7,0,0,0,0,0,1538602399,4032,0,2,1,31,27,0,0,1514311897,1,'Adressen',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1592087136,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/extensions/adressen',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(174,173,0,0,0,0,0,1514312311,256,0,2,1,31,27,0,0,1514312304,0,'Adressen',254,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/adressen/adressen',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(175,173,0,0,0,0,0,1514312956,512,0,2,1,31,27,0,0,1514312885,0,'Adresse',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1514312956,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/adressen/adresse',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(176,173,0,0,0,0,0,1514409503,128,0,2,1,31,27,0,0,1514403852,0,'Suchergebnisse',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1514412005,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/extensions/adressen/suchergebnisse',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(177,5,0,0,0,0,0,1589811542,1088,0,2,1,31,27,0,0,1514415949,0,'OnePager',1,'TCAdefaults.tt_content.sectionIndex = 0',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'pagets__Onepager','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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}','/seitenlayouts/one-pager',0,'',0,0,'',NULL,0,'',NULL,0,'',1576978388,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(180,23,0,0,0,0,0,1610330284,1648,0,2,1,31,27,0,0,1516434405,0,'Alerts',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/alerts',0,'',0,0,'',NULL,0,'',NULL,0,'',1610330285,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(182,95,0,0,0,0,0,1519324689,1152,0,2,1,31,27,0,0,1519323851,0,'Großes Hero-Bild',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,1,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/hero-bild/grosses-hero-bild',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(183,23,0,0,0,0,0,1525216622,1712,0,2,1,31,27,0,0,1525216613,0,'Bildeffekte',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,NULL,'/elemente/bildeffekte',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(185,95,0,0,0,0,0,1631105541,1536,0,2,1,31,27,0,0,1537663702,0,'Video',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,1,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild/video',0,'',0,0,'',NULL,0,'',NULL,0,'',1609944839,1,0,-1,'summary',0.5,'',0,0,'big',NULL,NULL,0),(187,1,0,0,0,0,0,1631105541,1024,0,2,1,31,27,0,0,1379030945,0,'Page layouts',4,NULL,0,0,0,'',0,0,0,1,'','',0,'',0,0,'',0,'',0,'',0,1397035287,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,5,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"1\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105544\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/pagelayouts',5,'',0,0,'',NULL,0,'',NULL,0,'',1631105549,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(188,1,0,0,0,0,0,1631105541,1152,0,2,1,31,27,0,0,1379030959,0,'Elements',4,'',0,0,0,'',0,0,0,1,'','',0,'',0,0,'',0,'',0,'',0,1641305039,'','',0,'','','Elements',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,23,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"1\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105544\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements',23,'',0,0,'',NULL,0,'',NULL,0,'',1631105550,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(190,5,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1397034399,0,'3 columns',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'pagets__3Columns','','','','',2,'',NULL,NULL,NULL,0,NULL,'0','0','',12,2019,NULL,1,24,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1576978019\",\"tags\":\"\",\"authors\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__3Columns\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/pagelayouts/3-columns',24,'',0,0,'',NULL,0,'',NULL,0,'',1576978019,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(191,1,0,0,0,0,0,1631105541,4160,0,2,1,31,27,0,0,1398371465,0,'Login',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',1,1682351179,'','',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,35,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"1\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/login',35,'',0,0,'',NULL,0,'',NULL,0,'',1631105550,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(192,7,0,0,0,0,0,1631105541,1280,0,2,1,31,27,0,0,1398371699,0,'feuserlogin',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,41,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"0\",\"backend_layout_next_level\":\"0\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions/feuserlogin',41,'',0,0,'',NULL,0,'',NULL,0,'',1631105557,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(193,7,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1398371892,0,'News',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,39,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions/news',39,'',0,0,'',NULL,0,'',NULL,0,'',1631105556,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(194,68,0,0,0,0,0,1631105541,1024,0,2,1,31,27,0,0,1398383047,0,'T3Bootstrap',1,'',1,0,0,'',0,0,0,1,'','',0,'',0,0,NULL,0,'',0,NULL,0,1395710545,'Home of the TYPO3 Bootstrap 3 Template','',0,'','','Home',0,0,0,0,0,'pagets__2Columns','pagets__2Columns','','','',0,'',NULL,1,1,1,NULL,'0','0','',10,2019,NULL,1,1,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"1\",\"heroimage_big\":\"1\",\"header_big\":1,\"header_darken\":1,\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"1\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"1\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__2Columns\",\"backend_layout_next_level\":\"pagets__2Columns\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"doktype\":4,\"title\":\"T3Bootstrap\",\"slug\":\"\\/\",\"nav_title\":\"Home\",\"subtitle\":\"\",\"abstract\":\"Home of the TYPO3 Bootstrap Template\",\"video\":null,\"hidden\":0,\"nav_hide\":\"0\",\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"tx_fed_page_flexform\":\"\\n\\n \\n \\n \\n \\n 4<\\/value>\\n <\\/field>\\n \\n 1200<\\/value>\\n <\\/field>\\n \\n 340<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n -1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"tx_fed_page_flexform_sub\":\"\\n\\n \\n \\n \\n \\n <\\/value>\\n <\\/field>\\n \\n -1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"node_priority\":\"0.00\",\"seo_title\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"canonical_link\":\"\",\"keywords\":\"Bootstrap 4,TYPO3 Demo,TYPO3,Template,responsive design,responsive webdesign,responsive template\",\"description\":null,\"content_from_pid\":\"0\",\"tx_csseo_title_only\":0,\"tx_csseo_keyword\":\"\",\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1572475006\",\"tags\":\"\",\"authors\":\"\",\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"tx_slug_locked\":0,\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"twitter_card\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/',1,'',0,0,'',NULL,0,'',NULL,0,'',1572475006,1,0,-1,'summary',0.5,'',0,0,'big',NULL,NULL,0),(195,42,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1398383255,0,'Imprint',4,'',0,0,0,'',0,0,12,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,43,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"12\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"0\",\"backend_layout_next_level\":\"0\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/imprint',43,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(196,1,0,0,0,0,0,1631105541,4864,0,2,1,31,27,0,0,1398383311,0,'Legal notice',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',10,2020,NULL,1,12,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1601563604\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"doktype\":1,\"title\":\"Impressum\",\"slug\":\"\\/impressum\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"twitter_card\":\"summary\",\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"abstract\":null,\"keywords\":null,\"header_big\":0,\"header_darken\":0,\"jumbotron\":1,\"heroContainer\":1,\"heroslide\":-1,\"video\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/legal-notice',12,'',0,0,'',NULL,0,'',NULL,0,'',1601563604,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(198,1,0,0,0,0,0,1631105541,4096,0,2,1,31,27,0,0,1398385476,0,'Search',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',1,1641305039,'','',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',1,2021,NULL,1,11,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"preview_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"1\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1610325513\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"preview_image\":\"\"}','/search',11,'',0,0,'',NULL,0,'',NULL,0,'',1610325513,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(199,7,0,0,0,0,0,1688373592,512,1,2,1,31,27,0,0,1398386459,0,'Powermail demo form',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1642360183,'','',0,'','','',0,0,0,0,0,'0','0','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,38,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"0\",\"backend_layout_next_level\":\"0\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions/powermail-demo-form',38,'',0,0,'',NULL,0,'',NULL,0,'',1631105556,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(200,3,0,0,0,0,0,1631105541,640,0,2,1,31,27,0,0,1398386733,0,'News Storage',254,'TCEMAIN.clearCacheCmd = 39,146,123',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','news',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,46,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"TCEMAIN.clearCacheCmd = 39,146,123\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"news\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/news-storage',46,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(201,7,0,0,0,0,0,1631105541,1792,0,2,1,31,27,0,0,1398387946,0,'ws_scss',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,58,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions/ws-scss',58,'',0,0,'',NULL,0,'',NULL,0,'',1631105557,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(202,5,0,0,0,0,0,1631105541,512,0,2,1,31,27,0,0,1398388796,0,'Two columns',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,25,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"doktype\":1,\"title\":\"Zweispaltig\",\"slug\":\"\\/seitenlayouts\\/2-spalten\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"description\":null,\"canonical_link\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"twitter_card\":\"\",\"abstract\":null,\"keywords\":null,\"header_big\":0,\"header_darken\":0,\"jumbotron\":1,\"heroContainer\":0,\"heroslide\":-1,\"video\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/pagelayouts/2-columns',25,'',0,0,'',NULL,0,'',NULL,0,'',1631105552,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(203,5,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1398388978,0,'Single column',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'pagets__1Column','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',12,2019,NULL,1,26,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1576978181\",\"tags\":\"\",\"authors\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__1Column\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"doktype\":1,\"title\":\"Einspaltig\",\"slug\":\"\\/seitenlayouts\\/1-spalte\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"description\":null,\"canonical_link\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"twitter_card\":\"summary\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/pagelayouts/1-column',26,'',0,0,'',NULL,0,'',NULL,0,'',1576978181,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(204,23,0,0,0,0,0,1631105541,5632,0,2,1,31,27,0,0,1398434880,0,'Video',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',1,2021,NULL,1,51,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"preview_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1610538283\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"doktype\":1,\"title\":\"Video \\/ Audio\",\"slug\":\"\\/elemente\\/video-audio\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"twitter_card\":\"summary\",\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"abstract\":\"\",\"keywords\":\"\",\"header_size\":\"small\",\"header_darken\":0,\"jumbotron\":1,\"heroContainer\":1,\"heroslide\":-1,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"preview_image\":\"\"}','/elements/video',51,'',0,0,'',NULL,0,'',NULL,0,'',1610538283,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(205,23,0,0,0,0,0,1641427646,5376,0,2,1,31,27,0,0,1398979317,0,'Tables',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,32,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/tables',32,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(208,15,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1402961170,0,'Footer',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,69,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/inhaltselemente/footer',69,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(209,23,0,0,0,0,0,1631105541,6400,0,2,1,31,27,0,0,1406004673,0,'English page',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,1,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,71,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"1\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"nav_hide\":\"0\",\"content_from_pid\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/elements/english-page',71,'',0,0,'',NULL,0,'',NULL,0,'',1631105554,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(211,23,0,0,0,0,0,1631105541,832,0,2,1,31,27,0,0,1406586078,0,'Components',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,61,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/components',61,'',0,0,'',NULL,0,'',NULL,0,'',1631105553,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(212,23,0,0,0,0,0,1631105541,1664,0,2,1,31,27,0,0,1406586121,0,'Responsive images',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',1,2021,NULL,1,21,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"featured_image\":\"parent\",\"preview_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Responsive Images\",\"slug\":\"\\/elemente\\/responsive-images\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":1,\"rowDescription\":null,\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1610330342\",\"tags\":\"\",\"authors\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"featured_image\":\"0\",\"preview_image\":\"\"}','/elements/responsive-images',21,'',0,0,'',NULL,0,'',NULL,0,'',1610330342,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(213,23,0,0,0,0,0,1631105541,64,0,2,1,31,27,0,0,1406886100,0,'Typography',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2020,NULL,1,53,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"archive_date\":\"0\",\"publish_date\":\"1599217737\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/elements/typography',53,'',0,0,'',NULL,0,'',NULL,0,'',1599217737,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(214,23,0,0,0,0,0,1631105541,2560,0,2,1,31,27,0,0,1406890768,0,'Grids',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,27,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/grids',27,'',0,0,'',NULL,0,'',NULL,0,'',1631105554,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(215,1,0,0,0,0,0,1631105541,3840,0,2,1,31,27,0,0,1406893099,0,'Site map',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,10,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105544\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/site-map',10,'',0,0,'',NULL,0,'',NULL,0,'',1631105550,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(216,1,0,0,0,0,0,1631105541,5632,0,2,1,31,27,0,0,1406906682,0,'404 Page not found',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',1,1641305039,'','',0,'','','',1,0,0,0,0,'pagets__1Column','','','','',0,'',NULL,0,1,0,NULL,'0','0','',12,2019,NULL,1,16,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"1\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"0\",\"heroimage_big\":\"1\",\"header_big\":1,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1576977418\",\"tags\":\"\",\"authors\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__1Column\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/404',16,'',0,0,'',NULL,0,'',NULL,0,'',1576977418,1,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(217,1,0,0,0,0,0,1631105541,2048,0,2,1,31,27,0,0,1415347192,0,'Extensions',4,NULL,0,0,0,'',0,0,0,1,'','',0,'',0,0,NULL,0,'',0,NULL,0,1380666338,'','',0,'','','Extensions',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,7,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"1\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105544\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions',7,'',0,0,'',NULL,0,'',NULL,0,'',1631105550,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(218,1,0,0,0,0,0,1631105541,7680,0,2,1,31,27,0,0,1444243550,0,'General Storage',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','storage',0,'','','',0,0,0,0,0,'-1','-1','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',12,2020,NULL,1,3,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"storage\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"-1\",\"backend_layout_next_level\":\"-1\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"nav_hide\":\"0\",\"content_from_pid\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1608394359\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/general-storage',3,'',0,0,'',NULL,0,'',NULL,0,'',1608394359,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(220,39,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1455451227,0,'Article',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,123,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions/news/article',123,'',0,0,'',NULL,0,'',NULL,0,'',1631105560,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(221,1,0,0,0,0,0,1631105541,2304,0,2,1,31,27,0,0,1455451725,0,'About the template',4,'',0,0,0,'',0,0,0,1,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,109,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":4,\"title\":\"\\u00dcber das Template\",\"slug\":\"\\/ueber-das-template\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"abstract\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"1\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1631105544\",\"tags\":\"\",\"authors\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/about-the-template',109,'',0,0,'',NULL,0,'',NULL,0,'',1631105550,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(222,1,0,0,0,0,0,1631105541,4992,0,2,1,31,27,0,0,1455451841,0,'Privacy protection',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,106,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"1\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/privacy-protection',106,'',0,0,'',NULL,0,'',NULL,0,'',1631105551,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(223,273,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1470174085,0,'Hero-Image',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,0,1,1,NULL,'0','0','',12,2019,NULL,1,95,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"header_big\":1,\"header_darken\":1,\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"0\",\"heroimage_big\":\"1\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"nav_hide\":\"0\",\"content_from_pid\":\"0\",\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1576974500\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/hero-image',95,'',0,0,'',NULL,0,'',NULL,0,'',1576974500,1,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(224,7,0,0,0,0,0,1684527720,1152,0,2,1,31,27,0,0,1471625917,0,'FileCollection Gallery',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1641305039,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,117,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/extensions/filecollection-gallery',117,'',0,0,'',NULL,0,'',NULL,0,'',1631105557,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(225,39,0,0,0,0,0,1631105541,128,0,2,1,31,27,0,0,1474758816,0,'Archives',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,0,NULL,0,NULL,'0','0','',9,2021,NULL,1,146,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/extensions/news/archives',146,'',0,0,'',NULL,0,'',NULL,0,'',1631105560,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(226,23,0,0,0,0,0,1631105541,2272,0,2,1,31,27,0,0,1479774980,0,'Gallery',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,0,NULL,0,NULL,'0','0','',9,2021,NULL,1,145,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/gallery',145,'',0,0,'',NULL,0,'',NULL,0,'',1631105553,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(227,74,0,0,0,0,0,1631105541,1536,0,2,1,31,27,0,0,1479775285,0,'Sidebar menu',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',0,NULL,0,NULL,'0','0','',9,2021,NULL,1,115,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/sidebar-menu',115,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(228,23,0,0,0,0,0,1631105541,11136,0,2,1,31,27,0,0,1483570203,0,'Nested Elements',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,0,NULL,0,NULL,'0','0','',9,2021,NULL,1,153,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/nested-elements',153,'',0,0,'',NULL,0,'',NULL,0,'',1631105555,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(229,95,0,0,0,0,0,1631105541,512,0,2,1,31,27,0,0,1513610367,0,'Slider',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1641305039,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',0,2,0,NULL,'0','0','',12,2019,NULL,1,132,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"nav_hide\":\"0\",\"content_from_pid\":\"0\",\"heroimage\":\"0\",\"heroimage_big\":\"2\",\"header_big\":1,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":0,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1575596848\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/elements/hero-image/slider',132,'',0,0,'',NULL,0,'',NULL,0,'',1575596848,0,0,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(230,74,0,0,0,0,0,1631105541,512,0,2,1,31,27,0,0,1520460855,0,'MegaMenu',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1682351179,'','',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,101,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/megamenu',101,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(231,101,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1520461063,0,'MegaMenu Verwaltung',254,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,127,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105549\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/megamenu/megamenu-verwaltung',127,'',0,0,'',NULL,0,'',NULL,0,'',1631105561,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(232,5,0,0,0,0,0,1631105541,1088,0,2,1,31,27,0,0,1530782318,0,'OnePager',1,'TCAdefaults.tt_content.sectionIndex = 0',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'pagets__Onepager','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',12,2019,NULL,1,177,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"OnePager\",\"slug\":\"\\/seitenlayouts\\/one-pager\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"content_from_pid\":\"0\",\"video\":null,\"hidden\":0,\"nav_hide\":\"0\",\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"demotemplate->onePage\",\"tx_fed_page_controller_action_sub\":\"\",\"tx_fed_page_flexform_sub\":\"\\n\\n \\n \\n \\n \\n 0<\\/value>\\n <\\/field>\\n \\n \\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\\n\",\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"TSconfig\":\"TCAdefaults.tt_content.sectionIndex = 0\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__Onepager\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"archive_date\":\"0\",\"publish_date\":\"1576978388\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/pagelayouts/one-pager',177,'',0,0,'',NULL,0,'',NULL,0,'',1576978388,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(233,23,0,0,0,0,0,1631105541,11264,0,2,1,31,27,0,0,1534631376,0,'Tabs',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,143,'{\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"heroimage\":\"\",\"heroimage_big\":\"\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\"}','/elements/tabs',143,'',0,0,'',NULL,0,'',NULL,0,'',1631105556,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(234,1,0,0,0,0,0,1631105541,5888,0,2,1,31,27,0,0,1538863482,0,'Ein Fehler ist aufgetreten',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1538866130,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"doktype\":null,\"title\":null,\"slug\":null,\"nav_title\":null,\"subtitle\":null,\"seo_title\":null,\"no_index\":null,\"no_follow\":null,\"og_title\":null,\"og_description\":null,\"og_image\":null,\"twitter_title\":null,\"twitter_description\":null,\"twitter_image\":null,\"canonical_link\":null,\"abstract\":null,\"keywords\":null,\"description\":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,\"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,\"tx_fed_page_flexform\":null,\"tx_fed_page_flexform_sub\":null,\"node_priority\":null}','/500',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(235,1,0,0,0,0,234,1631105541,6144,0,2,1,31,27,0,0,1538864126,0,'Zugriff verweigert',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1538866148,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,0,0,NULL,'{\"doktype\":null,\"title\":null,\"slug\":null,\"nav_title\":null,\"subtitle\":null,\"seo_title\":null,\"no_index\":null,\"no_follow\":null,\"og_title\":null,\"og_description\":null,\"og_image\":null,\"twitter_title\":null,\"twitter_description\":null,\"twitter_image\":null,\"canonical_link\":null,\"abstract\":null,\"keywords\":null,\"description\":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,\"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,\"tx_fed_page_flexform\":null,\"tx_fed_page_flexform_sub\":null,\"node_priority\":null}','/403',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(236,1,0,0,0,0,0,1631105541,6144,0,2,1,31,27,0,0,1538865670,1,'Access denied',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,235,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Zugriff verweigert\",\"slug\":\"\\/1\\/zugriff-verweigert\",\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"canonical_link\":\"\",\"abstract\":null,\"keywords\":null,\"description\":null,\"content_from_pid\":\"0\",\"video\":null,\"hidden\":0,\"nav_hide\":\"1\",\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"tx_fed_page_flexform\":\"\\n\\n \\n \\n \\n \\n -1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"tx_fed_page_flexform_sub\":\"\\n\\n \\n \\n \\n \\n -1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"node_priority\":\"0.00\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"0\",\"authors\":\"0\",\"featured_image\":\"0\"}','/typo3-bootstrap-template/access-denied',235,'',0,0,'',NULL,0,'',NULL,0,'',1631105551,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(238,7,0,0,0,0,0,1631105541,3776,0,2,1,31,27,0,0,1539208772,0,'go_maps_ext',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',6,2020,NULL,1,137,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"doktype\":1,\"title\":\"go_maps_ext\",\"slug\":\"\\/extensions\\/go-maps-ext\",\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"canonical_link\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"description\":\"\",\"content_from_pid\":\"0\",\"video\":null,\"hidden\":0,\"nav_hide\":\"0\",\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"tx_fed_page_flexform\":\"\\n\\n \\n \\n \\n \\n -1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\\n\",\"tx_fed_page_flexform_sub\":\"\\n\\n \\n \\n \\n \\n -1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\\n\",\"node_priority\":\"0.00\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1591829396\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/extensions/translate-to-english-go-maps-ext',137,'',0,0,'',NULL,0,'',NULL,0,'',1591829396,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(240,1,0,0,0,0,0,1641319976,256,0,2,1,31,27,0,0,1542794704,0,'Ein Starterset für TYPO3 Entwickler',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,'Das T3Bootstrap Template mit Bootstrap 5 bietet einen reichhaltigen Baukasten für die Entwicklung eigener Templates für TYPO3',0,1682350525,NULL,'',0,'','','Startseite',1,0,0,0,0,'pagets__1Column','','','','',0,'',NULL,NULL,1,1,NULL,NULL,NULL,'',12,2019,NULL,0,0,NULL,'{\"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\":\"\"}','/home',0,'',0,0,'',NULL,0,'',NULL,0,'',1576977010,1,1,-1,'summary',0.5,'',0,0,'big',NULL,NULL,0),(241,1,0,0,0,0,0,1641319976,256,0,2,1,31,27,0,0,1542795012,0,'A starter set for TYPO3 developer',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','Home',1,0,0,0,0,'pagets__1Column','','','','',0,'','',NULL,1,1,NULL,'0','0','',12,2019,NULL,1,240,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"nav_hide\":\"parent\",\"content_from_pid\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Ein Starterset f\\u00fcr TYPO3 Entwickler\",\"slug\":\"\\/home\",\"nav_title\":\"Startseite\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"content_from_pid\":\"0\",\"video\":null,\"hidden\":0,\"nav_hide\":\"1\",\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"demotemplate->fullWidth\",\"tx_fed_page_controller_action_sub\":\"\",\"tx_fed_page_flexform\":\"\\n\\n \\n \\n \\n \\n -1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"tx_fed_page_flexform_sub\":\"\\n\\n \\n \\n \\n \\n -1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"node_priority\":\"0.00\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__1Column\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"1\",\"header_big\":1,\"header_darken\":1,\"tx_slug_locked\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":1,\"archive_date\":\"0\",\"publish_date\":\"1576977010\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/home',240,'',0,0,'',NULL,0,'',NULL,0,'',1576977010,1,1,-1,'',0.5,'',0,0,'big',NULL,NULL,0),(242,162,0,0,0,0,0,1631105541,512,0,2,1,31,27,0,0,1547341777,0,'Archiv',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,1641305039,'','',0,'','','',1,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,'',0,0,NULL,'{\"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,\"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,\"tx_fed_page_flexform\":null,\"tx_fed_page_flexform_sub\":null,\"node_priority\":null}','/extensions/blog/archiv',0,'',0,0,'','',0,'','',0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(244,162,0,0,0,0,0,1631105541,64,0,2,1,31,27,0,0,1547344680,0,'Beiträge',254,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'',NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/extensions/blog/beitraege',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(245,109,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1577666461,0,'The special feature',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,110,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Das Besondere\",\"slug\":\"\\/ueber-das-template\\/das-besondere\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/about-the-template/the-special-feature',110,'',0,0,'',NULL,0,'',NULL,0,'',1631105558,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(246,109,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1577667568,0,'Customize bootstrap',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1684625701,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,114,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Bootstrap anpassen\",\"slug\":\"\\/ueber-das-template\\/bootstrap-anpassen\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/about-the-template/customize-bootstrap',114,'',0,0,'',NULL,0,'',NULL,0,'',1631105558,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(247,109,0,0,0,0,0,1631105541,1024,0,2,1,31,27,0,0,1577667905,0,'Navigation',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,119,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Navigation\",\"slug\":\"\\/ueber-das-template\\/navigation\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/about-the-template/navigation',119,'',0,0,'',NULL,0,'',NULL,0,'',1631105558,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(248,109,0,0,0,0,0,1631105541,1280,0,2,1,31,27,0,0,1577668052,0,'Rich Snippets',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,139,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Rich Snippets\",\"slug\":\"\\/ueber-das-template\\/rich-snippets\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/about-the-template/rich-snippets',139,'',0,0,'',NULL,0,'',NULL,0,'',1631105558,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(249,7,0,0,0,0,0,1661813125,4096,1,2,1,31,27,0,0,1577668258,0,'Registration',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1641912964,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',7,2020,NULL,1,140,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Registrierung\",\"slug\":\"\\/extensions\\/registrierung\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1595774153\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/extensions/registration',140,'',0,0,'',NULL,0,'',NULL,0,'',1595774153,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(250,7,0,0,0,0,0,1631105541,640,0,2,1,31,27,0,0,1577668527,0,'Form',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',3,2021,NULL,1,157,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Form\",\"slug\":\"\\/extensions\\/form\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1615803562\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"1\",\"featured_image\":\"0\"}','/extensions/form',157,'',0,0,'',NULL,0,'',NULL,0,'',1615803562,1,0,-1,'',0.5,'',0,0,'small',NULL,1,0),(251,23,0,0,0,0,0,1631105541,11008,0,2,1,31,27,0,0,1577668679,0,'PDF preview',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,136,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"PDF Vorschau\",\"slug\":\"\\/elemente\\/pdf-vorschau\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/pdf-preview',136,'',0,0,'',NULL,0,'',NULL,0,'',1631105555,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(252,23,0,0,0,0,0,1631105541,6272,0,2,1,31,27,0,0,1577669040,0,'Footer',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',1,2021,NULL,1,72,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"featured_image\":\"parent\",\"preview_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Footer\",\"slug\":\"\\/elemente\\/footer\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"twitter_card\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"header_size\":\"small\",\"header_darken\":0,\"jumbotron\":1,\"heroContainer\":0,\"heroslide\":-1,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"heromedia_fullscreen\":\"\",\"featured_image\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1610538397\",\"tags\":\"\",\"authors\":\"\",\"preview_image\":\"\"}','/elements/footer',72,'',0,0,'',NULL,0,'',NULL,0,'',1610538397,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(253,23,0,0,0,0,0,1631105541,5504,0,2,1,31,27,0,0,1577669358,0,'File list',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,138,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Dateiliste\",\"slug\":\"\\/elemente\\/dateiliste\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/file-list',138,'',0,0,'',NULL,0,'',NULL,0,'',1631105554,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(254,34,0,0,0,0,0,1631105541,128,0,2,1,31,27,0,0,1577669758,0,'Site map',4,'',0,0,0,'',0,0,10,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'0','0',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,36,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":4,\"title\":\"Site map\",\"slug\":\"\\/site-map-1\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"abstract\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"0\",\"backend_layout_next_level\":\"0\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"10\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/site-map-1',36,'',0,0,'',NULL,0,'',NULL,0,'',1631105558,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(255,34,0,0,0,0,0,1650823505,64,0,2,1,31,27,0,0,1577669815,0,'News',3,'',0,0,0,'https://blog.t3bootstrap.de',0,0,0,0,'','',0,'_blank',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,70,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":3,\"title\":\"News\",\"slug\":\"\\/user-navigation\\/news\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"abstract\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"_blank\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"https:\\/\\/blog.t3bootstrap.de\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/news',70,'',0,0,'',NULL,0,'',NULL,0,'',1631105547,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(256,34,0,0,0,0,0,1631105541,384,0,2,1,31,27,0,0,1577669856,0,'Login',4,'',0,0,0,'',0,0,35,0,'-1','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,57,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":4,\"title\":\"Login\",\"slug\":\"\\/login-1\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"abstract\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"-1\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"35\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/login-1',57,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(257,34,0,0,0,0,0,1631105541,640,0,2,1,31,27,0,0,1577669873,0,'Logout',4,NULL,0,0,0,'',0,0,35,0,'-2','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,144,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":4,\"title\":\"Logout\",\"slug\":\"\\/logout\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"abstract\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"-2\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"35\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105547\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/logout',144,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(258,23,0,0,0,0,0,1631105541,1712,0,2,1,31,27,0,0,1577670943,0,'Picture effects',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,183,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Bildeffekte\",\"slug\":\"\\/elemente\\/bildeffekte\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105545\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/picture-effects',183,'',0,0,'',NULL,0,'',NULL,0,'',1631105553,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(259,23,0,0,0,0,0,1631105541,7168,0,2,1,31,27,0,0,1577671238,0,'Navigationen',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,74,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Navigationen\",\"slug\":\"\\/elemente\\/navigationen\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105546\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/navigationen',74,'',0,0,'',NULL,0,'',NULL,0,'',1631105554,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(260,74,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1577671334,0,'A subpage',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,64,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Eine Unterseite\",\"slug\":\"\\/elemente\\/navigationen\\/eine-unterseite\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/navigationen/a-subpage',64,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(261,64,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1577671415,0,'A subpage',1,'',0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,134,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Eine Unterseite\",\"slug\":\"\\/elemente\\/navigationen\\/eine-unterseite\\/eine-unterseite\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":\"\",\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105549\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/navigationen/a-subpage/a-subpage',134,'',0,0,'',NULL,0,'',NULL,0,'',1631105561,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(262,7,0,0,0,0,0,1641916625,4064,0,2,1,31,27,0,0,1579565871,0,'Cookieman',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,'Cookie-Freigabe mittels Opt-In',0,1682350525,'Cookie-Freigabe mittels Opt-In','',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2020,NULL,0,0,NULL,'{\"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\":\"\"}','/extensions/cookieman',0,'',0,0,'','',0,'',NULL,0,'',1579565871,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(263,7,0,0,0,0,0,1641916625,4064,0,2,1,31,27,0,0,1579566929,0,'Cookieman',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',1,2020,NULL,1,262,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Cookieman\",\"slug\":\"\\/extensions\\/cookieman\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1579565871\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/extensions/cookieman',262,'',0,0,'',NULL,0,'',NULL,0,'',1579565871,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(264,74,0,0,0,0,0,1631105541,128,0,2,1,31,27,0,0,1580680805,0,'Sektionsindex',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/navigationen/sektionsindex',0,'',0,0,'',NULL,0,'',NULL,0,'',1580680806,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(265,23,0,0,0,0,0,1631105541,3840,0,2,1,31,27,0,0,1580691812,0,'Cards',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/cards',0,'',0,0,'',NULL,0,'',NULL,0,'',1580691813,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(266,23,0,0,0,0,0,1631105541,3840,0,2,1,31,27,0,0,1580697397,0,'Cards',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',2,2020,NULL,1,265,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Cards\",\"slug\":\"\\/elemente\\/cards\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"tx_csseo_title_only\":0,\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"abstract\":null,\"keywords\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"0\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1580691813\",\"tags\":\"\",\"authors\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/elements/cards',265,'',0,0,'',NULL,0,'',NULL,0,'',1580691813,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(268,23,0,0,0,0,0,1631105541,4736,0,2,1,31,27,0,0,1581033282,0,'Counter',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/counter',0,'',0,0,'',NULL,0,'',NULL,0,'',1581033283,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(269,23,0,0,0,0,0,1631105541,3328,0,2,1,31,27,0,0,1581082699,0,'Call To Action Leiste',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"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}','/elemente/call-to-action-leiste',0,'',0,0,'',NULL,0,'',NULL,0,'',1581082699,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(270,23,0,0,0,0,0,1631105541,3584,0,2,1,31,27,0,0,1581082720,0,'Breadcrumb',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/breadcrumb',0,'',0,0,'',NULL,0,'',NULL,0,'',1581082721,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(271,270,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1581082752,0,'Direkt unter Hauptnavigation',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/breadcrumb/direkt-unter-hauptnavigation',0,'',0,0,'',NULL,0,'',NULL,0,'',1581082753,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(272,39,0,0,0,0,0,1631105541,384,0,2,1,31,27,0,0,1581093125,0,'Layouts',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'pagets__1Column','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"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}','/extensions/news/layouts',0,'',0,0,'',NULL,0,'',NULL,0,'',1581093126,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(273,23,0,0,0,0,0,1631105541,6656,0,2,1,31,27,0,0,1581266666,0,'Header',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/header',0,'',0,0,'',NULL,0,'',NULL,0,'',1581266667,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(274,273,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1581266691,0,'Mitgehend',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/header/mitgehend',0,'',0,0,'',NULL,0,'',NULL,0,'',1581266691,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(275,273,0,0,0,0,0,1631105541,512,0,2,1,31,27,0,0,1581266973,0,'Anderer Stil',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/header/anderer-stil',0,'',0,0,'',NULL,0,'',NULL,0,'',1581266974,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(276,157,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1581273273,0,'Kontakt',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',1,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"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}','/extensions/form/kontakt',0,'',0,0,'',NULL,0,'',NULL,0,'',1581273273,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(277,23,0,0,0,0,0,1631105541,5056,0,2,1,31,27,0,0,1582060233,0,'Zeitleiste',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',2,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/zeitleiste',0,'',0,0,'',NULL,0,'',NULL,0,'',1582060234,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(278,23,0,0,0,0,0,1631105541,1968,0,2,1,31,27,0,0,1583769567,0,'Icon Blocks',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',3,2020,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/icon-blocks',0,'',0,0,'',NULL,0,'',NULL,0,'',1583769568,1,0,-1,'',0.5,'',0,0,'small',NULL,NULL,0),(279,7,0,0,0,0,0,1684527754,2304,0,2,1,31,27,0,0,1586278074,1,'ws_slider',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'EXT:ws_slider/Configuration/TsConfig/Page/Renderer/Slick.tsconfig,EXT:ws_slider/Configuration/TsConfig/Page/Renderer/Flexslider.tsconfig,EXT:ws_slider/Configuration/TsConfig/Page/Renderer/Owl.tsconfig,EXT:ws_slider/Configuration/TsConfig/Page/Renderer/TinySlider.tsconfig,EXT:ws_slider/Configuration/TsConfig/Page/Layout/BigNumberDots.tsconfig,EXT:ws_slider/Configuration/TsConfig/Page/Layout/Cards.tsconfig',NULL,NULL,0,NULL,NULL,NULL,'',4,2020,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/ws-slider',0,'',0,0,'',NULL,0,'',NULL,0,'',1586278075,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(280,23,0,0,0,0,0,1631105541,320,0,2,1,31,27,0,0,1587261532,0,'Bild-/Text-Elemente',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',4,2020,NULL,0,0,NULL,'{\"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}','/elemente/bild-/text-elemente',0,'',0,0,'',NULL,0,'',NULL,0,'',1587261532,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(282,1,0,0,0,0,0,1631105541,4416,0,2,1,31,27,0,0,1589136682,0,'Hilfe',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1641305039,NULL,'',0,'','','',1,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"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}','/hilfe',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(283,1,0,0,0,0,0,1631105541,4640,0,2,1,31,27,0,0,1589136941,0,'Leichte Sprache',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1641305039,NULL,'',0,'','','',1,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"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}','/leichte-sprache',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(285,1,0,0,0,0,0,1631105541,2560,0,2,1,31,27,0,0,1590155143,0,'Zur Hauptseite',3,NULL,0,0,0,'https://t3bootstrap.de',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/zur-hauptseite',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105544,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(286,1,0,0,0,0,0,1631105541,2560,0,2,1,31,27,0,0,1590155287,0,'To main page',3,NULL,0,0,0,'https://t3bootstrap.de',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,285,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":3,\"title\":\"Zur Hauptseite\",\"slug\":\"\\/zur-hauptseite\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"abstract\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"https:\\/\\/t3bootstrap.de\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105544\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/to-main-page',285,'',0,0,'',NULL,0,'',NULL,0,'',1631105550,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(287,290,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1591359563,0,'Einspaltig',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'pagets__1Column','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/seitenlayouts/boxed-layouts/einspaltig',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(288,290,0,0,0,0,25,1631105541,512,0,2,1,31,27,0,0,1591366580,0,'Zweispaltig',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/seitenlayouts/boxed-layouts/zweispaltig',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(289,290,0,0,0,0,202,1631105541,512,0,2,1,31,27,0,0,1591366580,1,'2 columns (Kopie 1)',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,288,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/pagelayouts/2-columns-1',288,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(290,5,0,0,0,0,0,1631105541,1344,0,2,1,31,27,0,0,1591366644,0,'Boxed Layouts',4,NULL,0,0,0,'',0,0,0,1,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/seitenlayouts/boxed-layouts',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105545,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(292,290,0,0,0,0,24,1631105541,1280,0,2,1,31,27,0,0,1591389946,0,'Dreispaltig',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'pagets__3Columns','','','','',2,'','',NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/seitenlayouts/boxed-layouts/dreispaltig',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105548,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(293,290,0,0,0,0,190,1631105541,1280,0,2,1,31,27,0,0,1591389946,1,'3 columns',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,'',0,'',0,'',0,0,'','',0,'','','',0,0,0,0,0,'pagets__3Columns','','','','',0,'','',NULL,NULL,0,NULL,'0','0','',9,2021,NULL,1,292,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"header_big\":0,\"header_darken\":0,\"heroslide\":-1,\"jumbotron\":1,\"heroContainer\":0,\"video\":null,\"archive_date\":\"0\",\"publish_date\":\"1631105548\",\"tags\":\"\",\"authors\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"alias\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"pagets__3Columns\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"featured_image\":\"0\"}','/pagelayouts/3-columns-1',292,'',0,0,'',NULL,0,'',NULL,0,'',1631105559,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(294,23,0,0,0,0,0,1631105541,4416,0,2,1,31,27,0,0,1591706258,0,'Compare slider',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',9,2021,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/compare-slider',0,'',0,0,'',NULL,0,'',NULL,0,'',1631105546,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(295,128,0,0,0,0,0,1631105541,64,0,2,1,31,27,0,0,1594916568,1,'Woche',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1594916912,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',7,2020,NULL,0,0,NULL,'{\"hidden\":null}','/extensions/calendarize/woche',0,'',0,0,'',NULL,0,'',NULL,0,'',1594916568,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(296,109,0,0,0,0,0,1631105541,128,0,2,1,31,27,0,0,1596756237,0,'Software',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1688373729,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',8,2020,NULL,0,0,NULL,'{\"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}','/ueber-das-template/software',0,'',0,0,'',NULL,0,'',NULL,0,'',1596756237,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(297,109,0,0,0,0,0,1641487505,192,0,2,1,31,27,0,0,1602369875,0,'Barrierefreiheit',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',10,2020,NULL,0,0,NULL,'{\"hidden\":\"\"}','/barrierefreiheit',0,'',0,0,'',NULL,0,'',NULL,0,'',1602369875,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(298,297,0,0,0,0,0,1631105541,256,0,2,1,31,27,0,0,1602369960,0,'Hoher Kontrast',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',10,2020,NULL,0,0,NULL,'{\"hidden\":null}','/barrierefreiheit/standard-titel',0,'',0,0,'',NULL,0,'',NULL,0,'',1602369960,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(299,297,0,0,0,0,0,1631105541,128,0,2,1,31,27,0,0,1602369984,1,'Zusatzleiste',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',10,2020,NULL,0,0,NULL,'','/barrierefreiheit/zusatzleiste',0,'',0,0,'',NULL,0,'',NULL,0,'',1602369985,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(300,74,0,0,0,0,0,1631105541,1024,0,2,1,31,27,0,0,1602371057,0,'Overlay Menü',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',10,2020,NULL,0,0,NULL,'{\"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}','/elemente/overlay-menue',0,'',0,0,'',NULL,0,'',NULL,0,'',1602371058,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(301,300,0,0,0,0,0,1643120032,256,0,2,1,31,27,0,0,1602371146,0,'Overlay Menü Verwaltung',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',1,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',10,2020,NULL,0,0,NULL,'{\"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\":\"\"}','/elemente/overlay-menue/standard-titel',0,'',0,0,'',NULL,0,'',NULL,0,'',1602371147,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(302,74,0,0,0,0,0,1631105541,1024,0,2,1,31,27,0,0,1603143130,0,'Overlay menu',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'',NULL,NULL,0,NULL,'0','0','',10,2020,NULL,1,300,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\"}','{\"doktype\":1,\"title\":\"Overlay Men\\u00fc\",\"slug\":\"\\/elemente\\/overlay-menue\",\"tx_slug_locked\":0,\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"description\":null,\"canonical_link\":\"\",\"tx_csseo_keyword\":\"\",\"og_title\":\"\",\"og_description\":null,\"twitter_title\":\"\",\"twitter_description\":null,\"twitter_card\":\"summary\",\"tx_csseo_tw_creator\":\"\",\"tx_csseo_tw_site\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"abstract\":null,\"keywords\":null,\"header_big\":0,\"header_darken\":0,\"jumbotron\":1,\"heroContainer\":1,\"heroslide\":-1,\"video\":null,\"hidden\":0,\"categories\":0,\"rowDescription\":null,\"tx_fed_page_controller_action\":\"\",\"tx_fed_page_controller_action_sub\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1602371058\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\"}','/elements/navigationen/overlay-menu',300,'',0,0,'',NULL,0,'',NULL,0,'',1602371058,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(303,7,0,0,0,0,0,1637761177,3664,0,2,1,31,27,0,0,1606488047,1,'Shyguy',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1631105541,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',11,2020,NULL,0,0,NULL,'{\"hidden\":\"\"}','/extensions/shyguy',0,'',0,0,'',NULL,0,'',NULL,0,'',1606488048,1,0,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(304,95,0,0,0,0,0,1631105541,1408,0,2,1,31,27,0,0,1609944950,0,'Vollbild Hero-Bild',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild/vollbild-hero-bild',0,'',0,0,'',NULL,0,'',NULL,0,'',1609944951,1,1,-1,'summary',0.5,'',0,0,'fullscreen',1,NULL,0),(305,95,0,0,0,0,0,1631105541,768,0,2,1,31,27,0,0,1609950093,0,'Slider mit Videos',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,2,0,NULL,NULL,NULL,'',1,2021,NULL,0,0,NULL,'{\"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}','/elemente/hero-bild/slider-mit-videos',0,'',0,0,'',NULL,0,'',NULL,0,'',1609950093,1,1,-1,'summary',0.5,'',0,0,'big',NULL,NULL,0),(306,74,0,0,0,0,0,1631105541,1792,0,2,1,31,27,0,0,1615803193,0,'Erweitertes Abstract-Menü',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',3,2021,NULL,0,0,NULL,'{\"hidden\":null}','/elemente/erweitertes-abstract-menue',0,'',0,0,'',NULL,0,'',NULL,0,'',1615803194,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(308,23,0,0,0,0,0,1642180732,2816,0,1,0,31,27,0,0,1642173997,0,'Animationen',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682350525,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig',NULL,NULL,0,NULL,NULL,NULL,'',1,2022,NULL,0,0,NULL,'{\"hidden\":\"\"}','/elemente/animationen',0,'',0,0,'',NULL,0,'',NULL,0,'',1642173998,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(309,23,0,0,0,0,0,1642180732,2816,0,1,0,31,27,0,0,1642179906,0,'Animations',1,NULL,0,0,0,'',0,0,0,0,'','',0,'',0,0,NULL,0,'',0,NULL,0,1682351179,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,'EXT:template/Configuration/TsConfig/Aos/AnimationOnScroll.tsconfig',NULL,NULL,0,NULL,'0','0','',1,2022,NULL,1,308,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"nav_hide\":\"parent\",\"url\":\"parent\",\"lastUpdated\":\"parent\",\"newUntil\":\"parent\",\"no_search\":\"parent\",\"shortcut\":\"parent\",\"shortcut_mode\":\"parent\",\"content_from_pid\":\"parent\",\"author\":\"parent\",\"author_email\":\"parent\",\"media\":\"parent\",\"og_image\":\"parent\",\"twitter_image\":\"parent\",\"heroimage\":\"parent\",\"heroimage_big\":\"parent\",\"heromedia_fullscreen\":\"parent\",\"preview_image\":\"parent\",\"archive_date\":\"parent\",\"publish_date\":\"parent\",\"tags\":\"parent\",\"authors\":\"parent\",\"featured_image\":\"parent\"}','{\"doktype\":\"1\",\"title\":\"Animationen\",\"slug\":\"\\/elemente\\/animationen\",\"nav_title\":\"\",\"subtitle\":\"\",\"seo_title\":\"\",\"description\":\"\",\"canonical_link\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"0.5\",\"og_title\":\"\",\"og_description\":\"\",\"twitter_title\":\"\",\"twitter_description\":\"\",\"twitter_card\":\"summary\",\"abstract\":\"\",\"keywords\":\"\",\"header_size\":\"small\",\"header_darken\":\"0\",\"jumbotron\":\"1\",\"heroContainer\":\"1\",\"heroslide\":\"-1\",\"hidden\":\"1\",\"nav_hide_subtree\":\"0\",\"categories\":\"0\",\"rowDescription\":\"\",\"TSconfig\":\"\",\"php_tree_stop\":\"0\",\"editlock\":\"0\",\"layout\":\"0\",\"fe_group\":\"\",\"extendToSubpages\":\"0\",\"target\":\"\",\"cache_timeout\":\"0\",\"cache_tags\":\"\",\"mount_pid\":\"0\",\"is_siteroot\":\"0\",\"mount_pid_ol\":\"0\",\"module\":\"\",\"fe_login_mode\":\"0\",\"l18n_cfg\":\"0\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"tsconfig_includes\":\"EXT:demotemplate\\/Configuration\\/TsConfig\\/Aos\\/AnimationOnScroll.tsconfig\",\"no_index\":\"0\",\"no_follow\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"nav_hide\":\"0\",\"url\":\"\",\"lastUpdated\":\"0\",\"newUntil\":\"0\",\"no_search\":\"0\",\"shortcut\":\"0\",\"shortcut_mode\":\"0\",\"content_from_pid\":\"0\",\"author\":\"\",\"author_email\":\"\",\"media\":\"0\",\"og_image\":\"0\",\"twitter_image\":\"0\",\"heroimage\":\"\",\"heroimage_big\":\"\",\"heromedia_fullscreen\":\"\",\"preview_image\":\"\",\"archive_date\":\"0\",\"publish_date\":\"1642173998\",\"tags\":\"\",\"authors\":\"\",\"featured_image\":\"0\"}','/elements/animations',308,'',0,0,'',NULL,0,'',NULL,0,'',1642173998,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0),(310,109,0,0,0,0,0,1688373612,1536,0,1,0,31,27,0,0,1688373612,1,'Dark mode',1,NULL,0,0,0,'',0,0,0,0,'0','',0,'',0,0,NULL,0,'',0,NULL,0,0,NULL,'',0,'','','',0,0,0,0,0,'','',NULL,'','',0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'',0,0,NULL,0,0,NULL,'','/ueber-das-template/dark-mode',0,'',0,0,'',NULL,0,'',NULL,0,'',0,1,1,-1,'summary',0.5,'',0,0,'small',NULL,NULL,0); +/*!40000 ALTER TABLE `pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_be_shortcuts` +-- + +DROP TABLE IF EXISTS `sys_be_shortcuts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_be_shortcuts` ( + `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, + `userid` int(11) unsigned NOT NULL DEFAULT 0, + `description` varchar(255) NOT NULL DEFAULT '', + `sorting` int(11) NOT NULL DEFAULT 0, + `sc_group` smallint(6) NOT NULL DEFAULT 0, + `route` varchar(255) NOT NULL DEFAULT '', + `arguments` text DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `event` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_be_shortcuts` +-- + +LOCK TABLES `sys_be_shortcuts` WRITE; +/*!40000 ALTER TABLE `sys_be_shortcuts` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_be_shortcuts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_category` +-- + +DROP TABLE IF EXISTS `sys_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_category` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `crdate` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, + `l10n_diffsource` mediumblob DEFAULT NULL, + `title` tinytext NOT NULL, + `description` text DEFAULT NULL, + `parent` int(10) unsigned NOT NULL DEFAULT 0, + `items` int(11) NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `fe_group` varchar(100) NOT NULL DEFAULT '0', + `images` int(11) unsigned DEFAULT 0, + `single_pid` int(11) unsigned NOT NULL DEFAULT 0, + `shortcut` int(11) NOT NULL DEFAULT 0, + `import_id` varchar(100) NOT NULL DEFAULT '', + `import_source` varchar(100) NOT NULL DEFAULT '', + `seo_title` varchar(255) NOT NULL DEFAULT '', + `seo_description` text DEFAULT NULL, + `seo_headline` varchar(255) NOT NULL DEFAULT '', + `seo_text` text DEFAULT NULL, + `l10n_state` text DEFAULT NULL, + `gme_marker` int(10) unsigned NOT NULL DEFAULT 0, + `gme_image_size` smallint(5) unsigned NOT NULL DEFAULT 0, + `gme_image_width` int(11) NOT NULL DEFAULT 0, + `gme_image_height` int(11) NOT NULL DEFAULT 0, + `posts` int(11) NOT NULL DEFAULT 0, + `slug` varchar(2048) DEFAULT NULL, + `record_type` int(10) unsigned NOT NULL DEFAULT 1, + PRIMARY KEY (`uid`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `category_parent` (`parent`), + KEY `category_list` (`pid`,`deleted`,`sys_language_uid`), + KEY `import` (`import_id`,`import_source`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_category` +-- + +LOCK TABLES `sys_category` WRITE; +/*!40000 ALTER TABLE `sys_category` DISABLE KEYS */; +INSERT INTO `sys_category` VALUES (1,46,1463401763,1379293636,0,0,0,0,0,0,0,0,0,0,0,'{\"title\":null,\"sys_language_uid\":null,\"hidden\":null,\"parent\":null,\"images\":null,\"description\":null,\"single_pid\":null,\"shortcut\":null,\"items\":null,\"starttime\":null,\"endtime\":null}','TYPO3','',0,1,512,'',0,0,0,'','','',NULL,'',NULL,NULL,0,0,0,0,0,'typo3',1),(2,46,1463401783,1391329491,0,0,0,0,0,0,0,0,0,0,0,'{\"title\":null,\"sys_language_uid\":null,\"hidden\":null,\"parent\":null,\"images\":null,\"description\":null,\"single_pid\":null,\"shortcut\":null,\"items\":null,\"starttime\":null,\"endtime\":null}','FLUID','',0,1,1024,'',0,0,0,'','','',NULL,'',NULL,NULL,0,0,0,0,0,'fluid',1),(3,46,1489080764,1398386759,0,0,0,0,0,0,0,0,0,1,1,'{\"title\":\"TYPO3\",\"hidden\":\"0\",\"sys_language_uid\":\"0\",\"parentcategory\":null,\"image\":\"\",\"description\":\"\",\"single_pid\":0,\"shortcut\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l10n_parent\":\"0\",\"parent\":\"0\",\"images\":0,\"items\":\"1\"}','TYPO3','',0,0,256,'',0,0,0,'','','',NULL,'',NULL,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"images\":\"parent\",\"single_pid\":\"parent\",\"shortcut\":\"parent\"}',0,0,0,0,0,'typo3',1),(4,46,1489080764,1398386783,0,0,0,0,0,0,0,0,0,1,2,'{\"title\":\"FLUID\",\"hidden\":\"0\",\"sys_language_uid\":\"0\",\"parentcategory\":null,\"image\":\"\",\"description\":\"\",\"single_pid\":0,\"shortcut\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l10n_parent\":\"0\",\"parent\":\"0\",\"images\":0,\"items\":\"1\"}','FLUID','',0,0,1024,'',0,0,0,'','','',NULL,'',NULL,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"images\":\"parent\",\"single_pid\":\"parent\",\"shortcut\":\"parent\"}',0,0,0,0,0,'fluid',1),(7,3,1466434732,1420804988,0,0,0,0,0,0,0,0,0,0,0,'{\"title\":null,\"sys_language_uid\":null,\"hidden\":null,\"parent\":null,\"images\":null,\"description\":null,\"single_pid\":null,\"shortcut\":null,\"items\":null,\"starttime\":null,\"endtime\":null,\"marker_icon\":null}','Medien','',0,4,256,'',0,0,0,'','','',NULL,'',NULL,NULL,0,0,0,0,0,'medien',1),(9,3,1489080764,1444243564,0,0,0,0,0,0,0,0,7,1,7,'{\"title\":\"Medien\",\"sys_language_uid\":\"0\",\"hidden\":\"0\",\"parent\":\"0\",\"images\":0,\"description\":\"\",\"single_pid\":0,\"shortcut\":0,\"items\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":null,\"l10n_parent\":\"0\"}','Media','',0,2,256,'0',0,0,0,'','','',NULL,'',NULL,'{\"starttime\":\"parent\",\"endtime\":\"parent\",\"images\":\"parent\",\"single_pid\":\"parent\",\"shortcut\":\"parent\"}',0,0,0,0,0,'media',1),(10,129,1456349675,1456349675,0,0,0,0,0,0,0,0,0,0,0,'','Schulung','',0,0,256,'0',0,0,0,'','','',NULL,'',NULL,NULL,0,0,0,0,0,'schulung',1),(11,129,1456349690,1456349690,0,0,0,0,0,0,0,0,0,0,0,'','Konferenz','',0,0,128,'0',0,0,0,'','','',NULL,'',NULL,NULL,0,0,0,0,0,'konferenz',1),(12,129,1456349698,1456349698,0,0,0,0,0,0,0,0,0,0,0,'','Meeting','',0,0,192,'0',0,0,0,'','','',NULL,'',NULL,NULL,0,0,0,0,0,'meeting',1),(13,244,1547344825,1547342383,0,0,0,0,0,0,0,0,0,0,0,'','TYPO3','',0,0,256,'0',0,0,0,'','','','','','',NULL,0,0,0,0,0,'typo3',1); +/*!40000 ALTER TABLE `sys_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_category_record_mm` +-- + +DROP TABLE IF EXISTS `sys_category_record_mm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_category_record_mm` ( + `uid_local` int(10) unsigned NOT NULL DEFAULT 0, + `uid_foreign` int(10) unsigned NOT NULL DEFAULT 0, + `tablenames` varchar(255) NOT NULL DEFAULT '', + `sorting` int(10) unsigned NOT NULL DEFAULT 0, + `sorting_foreign` int(10) unsigned NOT NULL DEFAULT 0, + `fieldname` varchar(255) NOT NULL DEFAULT '', + PRIMARY KEY (`uid_local`,`uid_foreign`,`tablenames`,`fieldname`), + KEY `uid_local` (`uid_local`), + KEY `uid_foreign` (`uid_foreign`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_category_record_mm` +-- + +LOCK TABLES `sys_category_record_mm` WRITE; +/*!40000 ALTER TABLE `sys_category_record_mm` DISABLE KEYS */; +INSERT INTO `sys_category_record_mm` VALUES (1,1,'tx_news_domain_model_news',1,1,'categories'),(1,2,'tx_news_domain_model_news',0,2,'categories'),(1,3,'tx_news_domain_model_news',0,1,'categories'),(1,4,'tx_news_domain_model_news',0,1,'categories'),(1,5,'tx_news_domain_model_news',0,1,'categories'),(1,6,'tx_news_domain_model_news',0,1,'categories'),(1,7,'tx_news_domain_model_news',0,2,'categories'),(1,12,'tx_news_domain_model_news',0,2,'categories'),(1,24,'pages',0,2,'categories'),(1,292,'pages',0,2,'categories'),(2,2,'tx_news_domain_model_news',1,1,'categories'),(5,2,'tx_maps2_domain_model_poicollection',0,1,'categories'),(5,3,'tx_maps2_domain_model_poicollection',0,1,'categories'),(6,1,'tx_events2_domain_model_event',0,1,'categories'),(6,2,'tx_events2_domain_model_event',0,1,'categories'),(6,3,'tx_events2_domain_model_event',0,1,'categories'),(6,4,'tx_events2_domain_model_event',0,1,'categories'),(7,7,'tx_news_domain_model_news',0,1,'categories'),(7,12,'tx_news_domain_model_news',0,1,'categories'),(7,21,'pages',4,1,'categories'),(7,97,'sys_file_metadata',2,1,'categories'),(7,122,'pages',3,1,'categories'),(9,97,'sys_file_metadata',2,0,'categories'),(10,2,'tx_calendarize_domain_model_event',0,1,'categories'),(10,10,'tx_news_domain_model_news',0,2,'categories'),(10,11,'tx_news_domain_model_news',0,2,'categories'),(10,24,'pages',0,1,'categories'),(10,292,'pages',0,1,'categories'),(12,1,'tx_calendarize_domain_model_event',0,1,'categories'),(12,10,'tx_news_domain_model_news',0,1,'categories'),(12,11,'tx_news_domain_model_news',0,1,'categories'); +/*!40000 ALTER TABLE `sys_category_record_mm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_csp_resolution` +-- + +DROP TABLE IF EXISTS `sys_csp_resolution`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_csp_resolution` ( + `summary` varchar(40) NOT NULL, + `created` int(10) unsigned NOT NULL, + `scope` varchar(32) NOT NULL, + `mutation_identifier` text DEFAULT NULL, + `mutation_collection` mediumtext DEFAULT NULL, + `meta` mediumtext DEFAULT NULL, + PRIMARY KEY (`summary`), + KEY `created` (`created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_csp_resolution` +-- + +LOCK TABLES `sys_csp_resolution` WRITE; +/*!40000 ALTER TABLE `sys_csp_resolution` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_csp_resolution` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_file` +-- + +DROP TABLE IF EXISTS `sys_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_file` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `type` varchar(10) NOT NULL DEFAULT '', + `storage` int(11) NOT NULL DEFAULT 0, + `identifier` text DEFAULT NULL, + `extension` varchar(255) NOT NULL DEFAULT '', + `mime_type` varchar(255) NOT NULL DEFAULT '', + `name` tinytext DEFAULT NULL, + `sha1` varchar(40) NOT NULL DEFAULT '', + `size` bigint(20) unsigned NOT NULL DEFAULT 0, + `creation_date` int(11) NOT NULL DEFAULT 0, + `modification_date` int(11) NOT NULL DEFAULT 0, + `last_indexed` int(11) NOT NULL DEFAULT 0, + `missing` smallint(6) NOT NULL DEFAULT 0, + `metadata` int(11) NOT NULL DEFAULT 0, + `identifier_hash` varchar(40) NOT NULL DEFAULT '', + `folder_hash` varchar(40) NOT NULL DEFAULT '', + PRIMARY KEY (`uid`), + KEY `folder` (`storage`,`folder_hash`), + KEY `tstamp` (`tstamp`), + KEY `lastindex` (`last_indexed`), + KEY `sel01` (`storage`,`identifier_hash`), + KEY `sha1` (`sha1`), + KEY `parent` (`pid`) +) ENGINE=InnoDB AUTO_INCREMENT=363 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_file` +-- + +LOCK TABLES `sys_file` WRITE; +/*!40000 ALTER TABLE `sys_file` DISABLE KEYS */; +INSERT INTO `sys_file` VALUES (1,0,1386616499,'2',0,'/typo3/sysext/t3skin/images/flags/de.png','png','image/png','de.png','9d08e6170b5a7120f719957052c896a57e8e8943',401,1386111296,1385481083,0,0,0,'2afe55c9afec63c5db512ac1659a15d3c4d0a2b7','0eeed5eb9610d9b1971bd199611564fddec245ff'),(2,0,1386616499,'2',0,'/typo3/sysext/t3skin/images/flags/gb.png','png','image/png','gb.png','6a5b18982e17ffa1ac499ce729c38bccc1fd8209',582,1386111297,1385481083,0,0,0,'13ae44391366052977319cd914247bd4e52e282a','0eeed5eb9610d9b1971bd199611564fddec245ff'),(3,0,1386616546,'2',0,'/typo3/sysext/about/ext_icon.gif','gif','image/gif','ext_icon.gif','359ae0fb420fe8afe1a8b8bc5e46d75090a826b9',637,1386111282,1385481082,0,0,0,'475768e491580fb8b74ed36c2b1aaf619ca5e11d','b4ab666a114d9905a50606d1837b74d952dfd90f'),(4,0,1386616546,'2',0,'/typo3/sysext/aboutmodules/ext_icon.gif','gif','image/gif','ext_icon.gif','9d5fc8f9fab3a3efa46c1842d4f82da55cc93a7f',642,1386111282,1385481082,0,0,0,'953c0cfd2330afa1cb63a41d35ca2c1a67582c73','bf4ded5d1b0bc690036a50be1c1c1b97ba82e149'),(5,0,1386616546,'2',0,'/typo3/sysext/adodb/ext_icon.gif','gif','image/gif','ext_icon.gif','2a54cd4dd32062ae916a12fedfee81c91cd94766',1030,1386111282,1385481083,0,0,0,'5e64d87670b2075f2aabb6cb0bab893d357afc1b','da1400f5cba7b2a5cdccc955a9e59b4897eb59b9'),(6,0,1386616546,'2',0,'/typo3/sysext/backend/ext_icon.png','png','image/png','ext_icon.png','fba9573807897088b0e67958a5f5d1ea96a50fae',344,1386111283,1385481083,0,0,0,'4a25fa6ff6809947d4c1b19d03f57716967d2190','40c9f8337dacc20d615a7d4d22790c29b2e92962'),(7,0,1386616546,'2',0,'/typo3/sysext/belog/ext_icon.gif','gif','image/gif','ext_icon.gif','ee7d55af61353254b82c663a3b532c53ee7324c7',359,1386111283,1385481083,0,0,0,'1cb80d9ba8bdaae7fcb91439c45513f3dc040431','bd58e4162823b2cbdd20ea888993fedc31501f35'),(8,0,1386616546,'2',0,'/typo3/sysext/beuser/ext_icon.gif','gif','image/gif','ext_icon.gif','18ea9ee90f8537b1411a9053de731c6d61de0dbd',157,1386111281,1385481083,0,0,0,'3baffb043243d5325b59a7953c8217ff2632cd13','b8d56bb6de2b178ac5961e55caa12e385a7cfa86'),(9,0,1386616546,'2',0,'/typo3/sysext/cms/ext_icon.gif','gif','image/gif','ext_icon.gif','55d721454b6ae200c9512cc320a7f8c07a4a648e',357,1386111281,1385481083,0,0,0,'c4d7c74d46dcca70ed770ae61c12899ccfa9e8c3','db110bd01f746f9fe0d3d8bb2dfacd62f0f1b471'),(10,0,1386616546,'2',0,'/typo3/sysext/context_help/ext_icon.gif','gif','image/gif','ext_icon.gif','3bf69d49b8f991557bdc7430d533e3cd0794234a',619,1386111282,1385481083,0,0,0,'005ac78fbb956d40e9b9ec0727e5d8509eea8c78','9f612eadfe7e9c00b6c98dd21b203868893f4e2a'),(11,0,1386616546,'2',0,'/typo3/sysext/core/ext_icon.png','png','image/png','ext_icon.png','fba9573807897088b0e67958a5f5d1ea96a50fae',344,1386111282,1385481083,0,0,0,'be2909a0d1d3b8f4ea8b306938b378f4b8180d8c','fc1fc5656927cc9139a4adf8d75c874430a73d6e'),(12,0,1386616546,'2',0,'/typo3/sysext/cshmanual/ext_icon.gif','gif','image/gif','ext_icon.gif','a863b8384991b598fffd6c7a3f301457ba6d49cb',1051,1386111282,1385481083,0,0,0,'e8e01cfc347eca836d4a56e538b0e076daae93e2','4c9418fd8b7990bb247d341f6858ef2e78064a4f'),(13,0,1386616546,'2',0,'/typo3/sysext/css_styled_content/ext_icon.gif','gif','image/gif','ext_icon.gif','0a78cb0d24ff27b8e1183e39d5ac6562a6e545ad',142,1386111283,1385481083,0,0,0,'b01cf23176f2cf8db3ce16df8c160953fb4bc3cb','4a7e325426dc402945fa282a14a8365112e41671'),(14,0,1386616546,'2',0,'/typo3/sysext/dbal/ext_icon.gif','gif','image/gif','ext_icon.gif','2feadd53a6ebcde933910d6a9ee9b00d1c4dcda6',622,1386111282,1385481083,0,0,0,'f37bb424efa40a11adea76832149388963f6b369','8adb0262830ade7ac1b0ec6d43ef121cc54dedd4'),(15,0,1386616546,'2',0,'/typo3/sysext/extbase/ext_icon.gif','gif','image/gif','ext_icon.gif','23c189072cfe4edf1eb5038e4ebc62b013ccd57b',177,1386111282,1385481083,0,0,0,'9327985ed5dc19d26182a8b0e8fd84d7435cde3e','4a649e9ec700a9051e607890bcd2d0c931f0619d'),(16,0,1386616546,'2',0,'/typo3/sysext/extensionmanager/ext_icon.gif','gif','image/gif','ext_icon.gif','e67da46684aa49e6991ded936467fc063936032e',614,1386111283,1385481083,0,0,0,'d29374fffdffe76ce2a5efa2a5bc5c02a4bb221e','e6967054e5b5b90af398f5bfbc53da12064fe3d8'),(17,0,1386616546,'2',0,'/typo3/sysext/extra_page_cm_options/ext_icon.gif','gif','image/gif','ext_icon.gif','a99cc2f0e36d9b7a146e703ad57a485096c70e5d',241,1386111282,1385481083,0,0,0,'42430a24c33751d75a34c688d008e94b351bfbbe','321bce7b912d6b32dcf406834ed02c8d174679d6'),(18,0,1386616546,'2',0,'/typo3/sysext/feedit/ext_icon.gif','gif','image/gif','ext_icon.gif','0d19ca588b292b1e94aefb6fed4e8f2db3e97433',110,1386111282,1385481083,0,0,0,'02e7b3d9aef920361d98b5491cb0f91038bbfbdf','3a040d878a0b40e01c4dbf38253bc96b5bce69cc'),(19,0,1386616546,'2',0,'/typo3/sysext/felogin/ext_icon.gif','gif','image/gif','ext_icon.gif','3e627f00b843d94e3905b4fa490e6d41bdf9c969',194,1386111283,1385481083,0,0,0,'6aafb2fb815166c533545637488c9a4c6625618a','326e54b9cac0d9d0226d5ca72bfcae06fca0df6a'),(20,0,1386616546,'2',0,'/typo3/sysext/filelist/ext_icon.gif','gif','image/gif','ext_icon.gif','8ee012fc11e8da3042bc9a4df1e52109406b0c59',227,1386111282,1385481083,0,0,0,'cd60072aa688ad7ea1368fbd57facf39984d97c3','29d7e4bbb469be43eb51b3be0cb1790eaec09f87'),(21,0,1386616546,'2',0,'/typo3/sysext/fluid/ext_icon.gif','gif','image/gif','ext_icon.gif','23c189072cfe4edf1eb5038e4ebc62b013ccd57b',177,1386111282,1385481083,0,0,0,'ce120a2d94f07b6a438cf2a874a48d49c6a1eb79','cc70be51c20d07e47d764d59d70e6587f8aa4f9d'),(22,0,1386616546,'2',0,'/typo3/sysext/form/ext_icon.gif','gif','image/gif','ext_icon.gif','9c735e89a469f015a4a1c43b3450c783dba8cbe4',622,1386111282,1385481083,0,0,0,'30fe425cf5c96aea46a67a63b4277c5ed1fe01d3','43eca354b72453ca3fe9228e2fa958babf618958'),(23,0,1386616546,'2',0,'/typo3/sysext/frontend/ext_icon.png','png','image/png','ext_icon.png','fba9573807897088b0e67958a5f5d1ea96a50fae',344,1386111282,1385481083,0,0,0,'2a1de8c00ee8aed18d0800f639ea235218554b4a','a34b7811e54914f76ac52a43c0eb8733448be5a8'),(24,0,1386616546,'2',0,'/typo3/sysext/func/ext_icon.gif','gif','image/gif','ext_icon.gif','530725c4a56f8b5b72efd09e6f7cf594f896e8e5',118,1386111282,1385481083,0,0,0,'15efd666d0216e1ef91fcd48e1f4ca1a4f1593c5','7171a84adec8b47f5618a8abaa2e85b4069bd507'),(25,0,1386616546,'2',0,'/typo3/sysext/func_wizards/ext_icon.gif','gif','image/gif','ext_icon.gif','5f4b36af8d29685a9bc44d425104a49334c6d34e',565,1386111282,1385481083,0,0,0,'14ab3266d8ad465ec7c6ebe203debedf23ed85ba','56ccb49e602ae0939a719479668c703fd9ac7f6e'),(26,0,1386616546,'2',0,'/typo3/sysext/impexp/ext_icon.gif','gif','image/gif','ext_icon.gif','21aa38a8577e0c6539a1dcf6bd880c381ec1de46',229,1386111282,1385481083,0,0,0,'5321c4e6315a2cfadfb46a49b1941377302c4274','e4acbf4c444de349b5440ccaa5034b8b33983ac9'),(27,0,1386616546,'2',0,'/typo3/sysext/indexed_search/ext_icon.gif','gif','image/gif','ext_icon.gif','3b1186bfb3b1fe3ed608f68a80949b20e7414a23',90,1386111282,1385481083,0,0,0,'294f7a36c7c4a175436e6f5868b481d970fb1735','1f1ada7eaa8ea91ab6be46e85c4e1cff14083754'),(28,0,1386616546,'2',0,'/typo3/sysext/indexed_search_mysql/ext_icon.gif','gif','image/gif','ext_icon.gif','3b1186bfb3b1fe3ed608f68a80949b20e7414a23',90,1386111282,1385481083,0,0,0,'c166ea679ad78c0506fe70b53a1bf3f0bab45ee9','35e50df318b735257caf5060cc31465f70b3ea5d'),(29,0,1386616546,'2',0,'/typo3/sysext/info/ext_icon.gif','gif','image/gif','ext_icon.gif','d4e3ec69f6c7e02f9d2c5d749024bf46ab0c22e1',1000,1386111282,1385481083,0,0,0,'594e96769eba8cdc6346d3fd513230e0a912f9a2','8e8f282e4804239966669ae2a7ba843f276d3821'),(30,0,1386616546,'2',0,'/typo3/sysext/info_pagetsconfig/ext_icon.gif','gif','image/gif','ext_icon.gif','fb0fb3390936ad820c5b7436cd87d442123bd33d',619,1386111282,1385481083,0,0,0,'363566d5b07226ecf000770784aae8d3cfbbf865','44f18ca3636075dbac842d888a8d0c7d3eb2c0f8'),(31,0,1386616546,'2',0,'/typo3/sysext/install/ext_icon.gif','gif','image/gif','ext_icon.gif','1e092ba01ec0babe2fe1b22b67c45de899c484c8',601,1386111282,1385481083,0,0,0,'7adbe124cc903e49f78fc52d0f0349fc98429744','2b652a29c75ee259075f24bfc16a6e67091c7706'),(32,0,1386616546,'2',0,'/typo3/sysext/lang/ext_icon.gif','gif','image/gif','ext_icon.gif','f35e159406d07c9675830bc51ef14a210f1cab1f',581,1386111283,1385481083,0,0,0,'8c19b92043cb3d65190fcd25299db369f467afe3','202e4087459eef2737ea4e465fb01c9790df2a1b'),(33,0,1386616546,'2',0,'/typo3/sysext/linkvalidator/ext_icon.gif','gif','image/png','ext_icon.gif','cdada35018dfbdd57e6442ea038a0314677d9114',918,1386111282,1385481083,0,0,0,'c587d8d3643275cdf2003912d1e5d764e2e4d1f7','dab664d8abdadf678f95ea46caa8459b748ebf7e'),(34,0,1386616546,'2',0,'/typo3/sysext/lowlevel/ext_icon.gif','gif','image/gif','ext_icon.gif','c182aec01a3225de5f72ef272d0e8a59ec670d93',82,1386111282,1385481083,0,0,0,'3b9a3caba08fcc6b87b7b7883126297e6ef1842a','0040856b368d45bff978b557a3ed9eb8ad526932'),(35,0,1386616546,'2',0,'/typo3/sysext/opendocs/ext_icon.gif','gif','image/gif','ext_icon.gif','54f00d2070213715d290f2f813601a27c5277869',84,1386111282,1385481083,0,0,0,'3730ea7795a2aeec323a2c9cfd81818276b4ca26','87ab54c95a7a6fe46fdfa686d38f35d0d1043d18'),(36,0,1386616546,'2',0,'/typo3/sysext/openid/ext_icon.gif','gif','image/gif','ext_icon.gif','734c40675f05fd730cea8e39c77af5eb47cc4d9b',346,1386111282,1385481083,0,0,0,'7c621f050472ab981c9d62237de1f58dc1b04cb8','0e6ba2596a173df08878584bee6fb074c703d1ce'),(37,0,1386616546,'2',0,'/typo3/sysext/perm/ext_icon.gif','gif','image/png','ext_icon.gif','03717e1ac333d0bef7a33a3ceff1305ef6deecbc',733,1386111282,1385481083,0,0,0,'a71d7efef93d0910be9efa31651d892ddf7b5464','f92b8293d6c0126a3d04b21150bdbcad3912fd93'),(38,0,1386616546,'2',0,'/typo3/sysext/recordlist/ext_icon.gif','gif','image/gif','ext_icon.gif','332e96b6dac59bffa4dbf87137e1fee4f44bd5d3',129,1386111282,1385481083,0,0,0,'eaacffc338413a2c04019f3f6c422fccc4cbe628','6cc2e3e196e1d8530f8cb55a26240e77a922cd69'),(39,0,1386616546,'2',0,'/typo3/sysext/recycler/ext_icon.gif','gif','image/gif','ext_icon.gif','1861cc8eecb71a20e757de83386ba3841ab4da1d',349,1386111282,1385481083,0,0,0,'efd795c169e8fb073f680d39a802dd4a6dab477b','fc0b3f7fa1cadb7bdb4c17114ffbece9d750b651'),(41,0,1386616546,'2',0,'/typo3/sysext/rsaauth/ext_icon.gif','gif','image/gif','ext_icon.gif','70c2aab11e104ec14fc3934f28201630d0935b8a',850,1386111282,1385481083,0,0,0,'c3440af5d7a7d1905f3821f3c6dce2a7ca9575a7','46d2ddb8fa59b0d58bea31a3503fb5ee64701d1f'),(42,0,1386616546,'2',0,'/typo3/sysext/rtehtmlarea/ext_icon.gif','gif','image/gif','ext_icon.gif','5061eebad398d086cc5dfafb2182c159a723af56',161,1386111282,1385481083,0,0,0,'981f9aaa8e928bc14b295e7376ee0d9b64e4d971','50203df6858e1c9fb1ace95ba589a5aa56dda261'),(43,0,1386616546,'2',0,'/typo3/sysext/saltedpasswords/ext_icon.gif','gif','image/gif','ext_icon.gif','a6a08a082b189dd1f669595ac91fc90fde913e23',282,1386111282,1385481083,0,0,0,'514968f7a98ab86cfa6e6ea448202494a6a5faf5','5a2b41dc2609157b96ad762dfbbc50f850097e80'),(44,0,1386616546,'2',0,'/typo3/sysext/scheduler/ext_icon.gif','gif','image/gif','ext_icon.gif','405729c40df7f0e38105583492a8d33bae1db0fe',667,1386111283,1385481083,0,0,0,'260b788a852a72731319a53f04146c04f256000e','f71ce3cfb7ae4c3d728a4bbfbf655f4afd2f08fb'),(45,0,1386616546,'2',0,'/typo3/sysext/setup/ext_icon.gif','gif','image/gif','ext_icon.gif','efba11523cbede8368582445e9036f4eab580d3f',231,1386111282,1385481083,0,0,0,'88dddc02113aaf26ebde087fe4b65fdef6d3e43d','ee41fe6d36f73c8ff6d63f480705182609fba943'),(46,0,1386616546,'2',0,'/typo3/sysext/sv/ext_icon.gif','gif','image/gif','ext_icon.gif','55d721454b6ae200c9512cc320a7f8c07a4a648e',357,1386111282,1385481083,0,0,0,'112352380e8d894febb82f2466e78d5b3718289b','862bb7da469b0a3ce987692ffc96e5eceed8fa22'),(47,0,1386616546,'2',0,'/typo3/sysext/sys_action/ext_icon.gif','gif','image/gif','ext_icon.gif','fdd57620b7a3a3e9755595363fa207af86f598ff',630,1386111283,1385481083,0,0,0,'8a6d57f26ce9414163f42a5d072d1c1ee8dfe960','2ace69750cc2777caa6843de61b5afd609b6b693'),(48,0,1386616546,'2',0,'/typo3/sysext/sys_note/ext_icon.gif','gif','image/gif','ext_icon.gif','7a97bb0a5cc6e5e0339a1a90f28094a7a41c693f',156,1386111282,1385481083,0,0,0,'fd2676e14c1600c6dd57cd88f41c436f58fbd9a2','bc065e072ab96112d565739a5b9fc38056ff8df8'),(49,0,1386616546,'2',0,'/typo3/sysext/t3editor/ext_icon.gif','gif','image/gif','ext_icon.gif','fb9c533ec6c7536c0f5b4049994d3f9aba80121f',1023,1386111283,1385481083,0,0,0,'5096b17bc96a10d70ee29d81ce423ace96a6f369','86db025af076284a32f3eae107aabac1cf79dc4d'),(50,0,1386616546,'2',0,'/typo3/sysext/t3skin/ext_icon.gif','gif','image/gif','ext_icon.gif','ad4e9bb93928007bad9b98c36a794eaa86544308',254,1386111282,1385481083,0,0,0,'ab2224015da82faa5cebec85e3e2919f2bdf6963','d47b71c2cd67fbc3a6f057aa118520c807d5bd3b'),(51,0,1386616546,'2',0,'/typo3/sysext/taskcenter/ext_icon.gif','gif','image/gif','ext_icon.gif','b4f17c0cd49f4ac83b3fe99946d4df7861f01962',167,1386111282,1385481083,0,0,0,'37f63f80467164f8794f04b7ad1136b9eeac4bc4','bcffc7d404c56a3efa4d32ce47c73509fc9c125e'),(53,0,1386616546,'2',0,'/typo3/sysext/tstemplate/ext_icon.gif','gif','image/gif','ext_icon.gif','9aa8f313a25f48c65529acdf796557f3149c3c74',99,1386111281,1385481083,0,0,0,'648d3bf717fba0ae5f1b4fe9a7b29b2a1f504000','99d01d9736e8fe8f28384aaf4f7d58f9957eefd8'),(58,0,1386616546,'2',0,'/typo3/sysext/version/ext_icon.gif','gif','image/gif','ext_icon.gif','61c9380cfa98ccc2dbbe8e9bcc94081815bf6109',383,1386111282,1385481083,0,0,0,'f4622de94c37abab8c197aaf3ce85ab501ea063b','51a37793ba3755733fdfb2f93f353af9c666132a'),(59,0,1386616546,'2',0,'/typo3/sysext/viewpage/ext_icon.gif','gif','image/gif','ext_icon.gif','9d5ce162e3a36bc67590ba0c1a5360ab2a83d2e8',367,1386111282,1385481083,0,0,0,'fc882ea71075efa330659a8919e219ee21eb4c09','20e666b4f905444d5e38f3c89e1132921d9a893a'),(60,0,1386616546,'2',0,'/typo3/sysext/wizard_crpages/ext_icon.gif','gif','image/gif','ext_icon.gif','db136645cf980646e414fc50b7c35e9f4a049143',649,1386111282,1385481083,0,0,0,'3da43e8eda1de9c3fd8ed6cf498b999f18e25d52','87bd8aa90aa0626af6bb5312d6c23aadcd7a7427'),(61,0,1386616546,'2',0,'/typo3/sysext/wizard_sortpages/ext_icon.gif','gif','image/gif','ext_icon.gif','86de0fe6bfe0d29b7bf4771b13dde1fc206336a6',206,1386111282,1385481083,0,0,0,'e023d38f091af1dd7e297f30e29f3fad535dd322','c37c82c0ad7429523380299b98c481e2c1295a2b'),(62,0,1386616546,'2',0,'/typo3/sysext/workspaces/ext_icon.gif','gif','image/gif','ext_icon.gif','1d8dd277a444da23b8c4d4da51b477dccacd21de',374,1386111282,1385481083,0,0,0,'5cc5a5b48fb86577a4aad42f84c984a78d7bc270','e23b82ba5e93ac7469fa6535a1d1aa66c9f16fad'),(63,0,1386616546,'2',0,'/typo3conf/ext/builder/ext_icon.gif','gif','image/gif','ext_icon.gif','23c189072cfe4edf1eb5038e4ebc62b013ccd57b',177,1380624008,1380624008,0,0,0,'fe6940783f00b504feb589d65ec7a4f8e688b5c7','865777b838d90bc7eeeef5c5643de7f24b6c175b'),(64,0,1386616546,'2',0,'/typo3conf/ext/cl_jquery_fancybox/ext_icon.gif','gif','image/gif','ext_icon.gif','41793799369987d08220f9da3afe7ddebeaf1f40',607,1358182731,1355501995,0,0,0,'975acd7a6f8ee96103d8d92cc0becbb9436ba894','ee67792586af130d25af2dc116e7384e34e3093f'),(65,0,1386616546,'2',0,'/typo3conf/ext/cl_metatags/ext_icon.gif','gif','image/gif','ext_icon.gif','d70b3d746bf4b4c72ee07543ed43f76a1d71c4e4',380,1375311932,1375311932,0,0,0,'5248b94e9fddc63f08cc72e2d062e26adb6471ed','8ddcfe656d7840a4d1fd65f825779c8094544135'),(66,0,1386616546,'2',0,'/typo3conf/ext/doc_template/ext_icon.gif','gif','image/gif','ext_icon.gif','31a68743a38b797f4b191e10f61e7eb0ab76709b',639,1386282362,1386282362,0,0,0,'f3ab842a4a9a4f52e08691d6bd37dc7fea86a3e1','2b161f69b6ec95ed36615553d232f10423852907'),(67,0,1386616546,'2',0,'/typo3conf/ext/extension_builder/ext_icon.gif','gif','image/gif','ext_icon.gif','23c189072cfe4edf1eb5038e4ebc62b013ccd57b',177,1382477080,1382477080,0,0,0,'08fec05f00a13b35c276f61f4605adaa62217cf2','137032df307ce84f12aa4aa5eb5eac811c227ec1'),(68,0,1386616546,'2',0,'/typo3conf/ext/fl_seo_sitemap/ext_icon.gif','gif','image/gif','ext_icon.gif','2993ffebbfc6bd8446e8da0cad6ae7b439ca3238',644,1379348377,1370525755,0,0,0,'b082d585dbf35814d74bdf0ab9b0265a15ba42a1','0bcf0eef7c09ffa3c1503cbc79280f1eabe9c9fc'),(69,0,1386616546,'2',0,'/typo3conf/ext/fluidcontent/ext_icon.gif','gif','image/gif','ext_icon.gif','566d752d073bf5d009c01bbc3ad30c9e6b62057f',177,1382442421,1382178031,0,0,0,'15250a4d8092743b395fa2ab69ae9648a39642bc','d5a0c3a21e83a235be4dc8f9720a0786390b2a7a'),(70,0,1386616546,'2',0,'/typo3conf/ext/fluidcontent_bootstrap/ext_icon.gif','gif','image/gif','ext_icon.gif','566d752d073bf5d009c01bbc3ad30c9e6b62057f',177,1374595962,1372813625,0,0,0,'cda497f2851c428bd1eb638d916daff54fc9ab06','eb76bbc2a195286a4b9e56e5fbc81cf3a5310c0e'),(71,0,1386616546,'2',0,'/typo3conf/ext/fluidpages/ext_icon.gif','gif','image/gif','ext_icon.gif','566d752d073bf5d009c01bbc3ad30c9e6b62057f',177,1382448658,1382178009,0,0,0,'6b79d8e779ee6d4404c3795934e2b8a129c6d898','061d1a11380f9caa9b7b503cf472986a4ec61c0a'),(72,0,1386616546,'2',0,'/typo3conf/ext/flux/ext_icon.gif','gif','image/gif','ext_icon.gif','23c189072cfe4edf1eb5038e4ebc62b013ccd57b',177,1386280760,1386203428,0,0,0,'fc1ad94898868d02eec56276dc9ea5f063ed1001','439b0d4df7e72cb51494d5a3f57da40c793a2243'),(73,0,1386616546,'2',0,'/typo3conf/ext/formhandler/ext_icon.gif','gif','image/gif','ext_icon.gif','2a2dfbdb2076b3a323a75f8526273c4c28aad8ec',301,1380623039,1380623039,0,0,0,'a4f454a5be47718f829e5fbd3e997aecbbd568eb','a9b25c6b27d97a59d7d220a179a036e2e6f54a90'),(74,0,1386616546,'2',0,'/typo3conf/ext/introduction/ext_icon.gif','gif','image/gif','ext_icon.gif','a4839e1c9f3dd46bad21a8e2ebacf0ec4559a3da',1982,1374595967,1372813641,0,0,0,'ea278a10e5ef8fc0c0c97917fc4c564d58f3bab1','339c90304e7bd61c16853f5a80eaf933b7049af9'),(77,0,1386616546,'2',0,'/typo3conf/ext/my_templates/ext_icon.gif','gif','image/gif','ext_icon.gif','566d752d073bf5d009c01bbc3ad30c9e6b62057f',177,1374711156,1372813621,0,0,0,'b3027b0be97a48fd4dd292c07aee11c08e694248','639c4eb59ba3eca0e3e9b4abb16d4339edf2509f'),(78,0,1386616546,'2',0,'/typo3conf/ext/news/ext_icon.gif','gif','image/gif','ext_icon.gif','44fddb4adc330808bb9d63e257cbb03e94916af8',1781,1380623046,1380623046,0,0,0,'647ed42112387f3a37c4bf3afcf9375dd5815737','30954f7412b068bc895e0feb99c3f1a37e67e819'),(79,0,1386616546,'2',0,'/typo3conf/ext/piwik/ext_icon.gif','gif','image/gif','ext_icon.gif','9d80a54d843dcba15497a2014539964282920aea',980,1379099502,1379099502,0,0,0,'600ad88a3b5e64257c5519920b2eecc3547c3cee','ebf19edfe6bad3f721ec26925b3afec03fad1d5d'),(80,0,1386616546,'2',0,'/typo3conf/ext/powermail/ext_icon.gif','gif','image/gif','ext_icon.gif','6bb846737d785856c0a8d161b0005c0ec2772b22',423,1381700418,1381700418,0,0,0,'3ed63882d6f581718d0aadb76b6c14c1e7a84be2','caa446be9ffd8414ce09833c621092e6445b3e75'),(81,0,1386616546,'2',0,'/typo3conf/ext/pt_extbase/ext_icon.gif','gif','image/gif','ext_icon.gif','27133daa8455f54273cfa8ceaa72af9fb78372d9',345,1379028675,1379028675,0,0,0,'6872f9ca1edead15f6bbaa27759154a7eb445e0f','5b361ce62651ac7e32fcf5a49cd6f83c34c9a4cb'),(82,0,1386616546,'2',0,'/typo3conf/ext/pt_extlist/ext_icon.gif','gif','image/gif','ext_icon.gif','27133daa8455f54273cfa8ceaa72af9fb78372d9',345,1379028675,1379028675,0,0,0,'a3e58ffe7f8659deed38ba0471080fdc5e72f0a1','58a344c4e7d243299c8430ce04fe5e659b2592c0'),(83,0,1386616546,'2',0,'/typo3conf/ext/realurl/ext_icon.gif','gif','image/gif','ext_icon.gif','3cec3a19c546a2624f7de555c8be48c9652d46f1',207,1380623052,1380623052,0,0,0,'f90211d67d3991acb90e34b8ef5c4ab04deeed68','409565d20155ddfa63407ce58f125f425455359d'),(84,0,1386616546,'2',0,'/typo3conf/ext/realurl_404_multilingual/ext_icon.gif','gif','image/gif','ext_icon.gif','490a36fbd74242265a65ba39be0e1a6b4db4e2e8',631,1379944178,1358181075,0,0,0,'ff235c3d2be888c4a3fedd46c22b60b9da232dc4','456ad0d990925d4bd64ce3f60de3dfedbfd51c00'),(85,0,1386616546,'2',0,'/typo3conf/ext/seo_basics/ext_icon.gif','gif','image/gif','ext_icon.gif','95845b648bfcd48701b100a78ec925cca243829a',995,1374595973,1374460029,0,0,0,'1819276031d3a4fd357f6a2ad619fd8c79c546f7','69674cf602f9117e9ea3daddb6b7b446af5963b8'),(86,0,1386616546,'2',0,'/typo3conf/ext/vhs/ext_icon.gif','gif','image/gif','ext_icon.gif','566d752d073bf5d009c01bbc3ad30c9e6b62057f',177,1385592303,1385592303,0,0,0,'074f0bb9eb46cca82c7a5b4d32bc1082dc9e39c7','2f662a1846682af798021dddd9bd28640bc29444'),(87,0,1386616546,'2',0,'/typo3conf/ext/ws_less/ext_icon.gif','gif','image/gif','ext_icon.gif','d76ac6537a6ef93b211f087263152e55c20b71cb',262,1366220674,1366220674,0,0,0,'769e942e58eaf267120647b47fa40b0c69098b0a','a37af0f94eabf8b6fd2c7c00528dc8ac01443d7a'),(88,0,1386616546,'2',0,'/typo3conf/ext/ws_t3bootstrap/ext_icon.gif','gif','image/gif','ext_icon.gif','566d752d073bf5d009c01bbc3ad30c9e6b62057f',177,1374608749,1372813621,0,0,0,'1b31588bfdf6c68e6abf826eb2c7cd5809d3826f','3fc6a8285d09e9e81bafc5b798b67693baa764c0'),(91,0,1386617205,'2',0,'/typo3conf/ext/ws_t3bootstrap/Resources/Public/Images/apple-touch-icon-57-precomposed.png','png','image/png','apple-touch-icon-57-precomposed.png','2d7ed22bee6e48ac70a15d2b8fc95e485e362715',4026,1380624440,1355241467,0,0,0,'48e5ad70522a969fd3b913574672b4ac41f5eb77','276417ab2d4818d307697f17ab64841f661b6787'),(92,0,1386617205,'2',0,'/typo3conf/ext/ws_t3bootstrap/Resources/Public/Images/apple-touch-icon-72-precomposed.png','png','image/png','apple-touch-icon-72-precomposed.png','462a5b9713a2e25053c7f68d4bf65ff33660cbbf',5681,1380624440,1355241476,0,0,0,'15283a10606bc35562e60affc387804d6aef407c','276417ab2d4818d307697f17ab64841f661b6787'),(93,0,1386617205,'2',0,'/typo3conf/ext/ws_t3bootstrap/Resources/Public/Images/apple-touch-icon-114-precomposed.png','png','image/png','apple-touch-icon-114-precomposed.png','696b638598dd8b5bbc5142c578099a780b241bdd',11392,1380624440,1355241480,0,0,0,'e936cf1b58b5ec8c8e1f73389309f849b773aed2','276417ab2d4818d307697f17ab64841f661b6787'),(94,0,1386617205,'2',0,'/typo3conf/ext/ws_t3bootstrap/Resources/Public/Images/apple-touch-icon-144-precomposed.png','png','image/png','apple-touch-icon-144-precomposed.png','a460240b0ebfd72766d7de3846d7cff2a2408444',16780,1380624440,1355241483,0,0,0,'e437324a3b310553931c0619811614841e8a823e','276417ab2d4818d307697f17ab64841f661b6787'),(96,0,1467321982,'2',1,'/images/demo/demoimage-2.jpg','jpg','image/jpeg','demoimage-2.jpg','85e40e0f3da840cf11a14d082ec6bcb05ddfd5ea',197981,1449379310,1396474603,0,0,0,'3001b70620eb2c761d43e28f64ca46e8aa4b46d5','d0841b65a1c1441096d644015d15750765cf0514'),(97,0,1467321982,'2',1,'/images/demo/demoimage-3.jpg','jpg','image/jpeg','demoimage-3.jpg','22f52fb8d7ffc8c70a7955ed08c31f1c945bd911',216372,1449379310,1396474635,0,0,0,'ddd9d7723543d415f6f4043b2b90538c9eb453f0','d0841b65a1c1441096d644015d15750765cf0514'),(98,0,1514694097,'2',1,'/images/demo/elements_de.png','png','image/png','elements_de.png','96cd8fa30e9f263fea6a65a8ab435594a7e7ad34',49694,1500576375,1500576375,0,0,0,'16cff3ea3522a4908c285547dbf2263bc32ec9d2','d0841b65a1c1441096d644015d15750765cf0514'),(99,0,1514694097,'2',1,'/images/demo/flux.png','png','image/png','flux.png','9e308ecc67e0f95c99a34df136ff13853fdb376c',28691,1500576383,1500576383,0,0,0,'022a44267a011f85c409a266b3e53f561c447198','d0841b65a1c1441096d644015d15750765cf0514'),(100,0,1514694097,'2',1,'/images/demo/gridsystem.png','png','image/png','gridsystem.png','24d5fe72ccf1d1b8646927c3a212d3cd092a8982',11504,1500576386,1500576386,0,0,0,'fb88c97f6678eb252c204317724160c25593d0ea','d0841b65a1c1441096d644015d15750765cf0514'),(101,0,1514694097,'2',1,'/images/demo/gridsystem_be.png','png','image/png','gridsystem_be.png','832e121dab49cb51efe4030b06c67bc6e06a25ce',29162,1500576392,1500576392,0,0,0,'cdf725970c1c7a68f74687ee7ae0fee2aedd0f4a','d0841b65a1c1441096d644015d15750765cf0514'),(102,0,1514694097,'2',1,'/images/demo/layout.png','png','image/png','layout.png','0799dda71d9578ac6392b90c13399bd275b134c5',25834,1500576402,1500576402,0,0,0,'31f85b665f8d6e26a38d253acbdc99a2639c5524','d0841b65a1c1441096d644015d15750765cf0514'),(103,0,1467321982,'2',1,'/images/demo/responsive.jpg','jpg','image/jpeg','responsive.jpg','c4a0355e85bbf9ef8d2deffda57060f11da40403',68020,1449379310,1421374325,1421374439,0,0,'5fa040ad8844ad7c2957755cfbea83ea0ee1d333','d0841b65a1c1441096d644015d15750765cf0514'),(104,0,1514694097,'2',1,'/images/demo/showcase.png','png','image/png','showcase.png','8c9d5f571b3bb8a07cf5f4806ef682de905886ad',244595,1500576429,1500576429,0,0,0,'335c532ebb27e943a5ba37a4199d92301aecb879','d0841b65a1c1441096d644015d15750765cf0514'),(105,0,1386756740,'0',1,'/user_upload/index.html','html','inode/x-empty','index.html','da39a3ee5e6b4b0d3255bfef95601890afd80709',0,1382422933,1354020830,0,0,0,'c25533f303185517ca3e1e24b215d53aa74076d2','19669f1e02c2f16705ec7587044c66443be70725'),(111,0,1386760360,'2',0,'/typo3conf/ext/html5videoplayer/ext_icon.gif','gif','image/gif','ext_icon.gif','ceefa1140403cb1f3b533471153f249f43b96f14',577,1386756005,1386756005,0,0,0,'55024a80885d55e40bcad34fd36ee8582258ad6a','9aedef966dc2c6068054c6dbf782726700052c27'),(116,0,1388016352,'2',0,'/typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png','png','image/png','dummy-preview-image.png','b069aa085f06da6743b904400b0e412c3b0b5b07',25896,1380623046,1380623046,0,0,0,'9f596bc172c8537a3ddc2d6efbb7e3212094e837','e70c7d8d1f511f7ac68ed0154b9a7ded896e72f2'),(117,0,1391329655,'2',0,'/uploads/tx_news/demoimage-1.jpg','jpg','image/jpeg','demoimage-1.jpg','d43aacf27b20f738596b29e1ab8463d8b7885299',190619,1391329655,1391329655,0,0,0,'83e7940110e023d89c7a782e8f622448bb75405a','987fe08b6b8d263e4e0202016f509b6866b28205'),(118,0,1395794507,'2',1,'/images/demo/demo_square1.jpg','jpg','image/jpeg','demo_square1.jpg','aae73a68d9c9632d9ee6ccbbe93429b3f9a3efd6',57297,1395794451,1395794451,0,0,0,'70a29d7cd3e3c1d6e5525a1c43a7e30c1fef7eda','d0841b65a1c1441096d644015d15750765cf0514'),(119,0,1395794507,'2',1,'/images/demo/demo_square2.jpg','jpg','image/jpeg','demo_square2.jpg','64f2647af79005eae8283c71c0099e7607cd6868',32214,1395794460,1395794460,0,0,0,'2e6333896a0da308611ba7e8a9ade68df6c9be42','d0841b65a1c1441096d644015d15750765cf0514'),(120,0,1395794507,'2',1,'/images/demo/demo_square3.jpg','jpg','image/jpeg','demo_square3.jpg','5a1e75376334ffb0a690a2ab78fc70326b67e901',40272,1395794468,1395794468,0,0,0,'bc7a67179975645cd11c33e14199bf4df1fa5472','d0841b65a1c1441096d644015d15750765cf0514'),(121,0,1395794507,'2',1,'/images/demo/demo_square4.jpg','jpg','image/jpeg','demo_square4.jpg','eba18c9347b2a095dbb0b71e9a2770c8412063c1',49553,1395794477,1395794477,0,0,0,'c66a1a380b5c38583bf3cc6c6229e23c76936432','d0841b65a1c1441096d644015d15750765cf0514'),(122,0,1395794507,'2',1,'/images/demo/demo_square5.jpg','jpg','image/jpeg','demo_square5.jpg','0a9ea73e07c371ccbc26568b0b32e7597d3d2759',33677,1395794484,1395794484,0,0,0,'950b340773f3e9ea75ed027919ab660aae267f0c','d0841b65a1c1441096d644015d15750765cf0514'),(123,0,1396474527,'2',0,'/uploads/tx_wsflexslider/demoimage-1.jpg','jpg','image/jpeg','demoimage-1.jpg','d43aacf27b20f738596b29e1ab8463d8b7885299',190619,1396474526,1396474526,0,0,0,'daf6640de66864f2a73be89f3da2694b1b7af511','1737c0b9559549cb89c9cc7a833af8e0d2e0e02c'),(124,0,1396474604,'2',0,'/uploads/tx_wsflexslider/demoimage-2.jpg','jpg','image/jpeg','demoimage-2.jpg','85e40e0f3da840cf11a14d082ec6bcb05ddfd5ea',197981,1396474603,1396474603,0,0,0,'15281535d27990a1d1c9baabdbdcbab52c6903e2','1737c0b9559549cb89c9cc7a833af8e0d2e0e02c'),(125,0,1396474636,'2',0,'/uploads/tx_wsflexslider/demoimage-3.jpg','jpg','image/jpeg','demoimage-3.jpg','22f52fb8d7ffc8c70a7955ed08c31f1c945bd911',216372,1396474635,1396474635,0,0,0,'d75613e48061782a4dabfc8c56a24ef2cfddacb2','1737c0b9559549cb89c9cc7a833af8e0d2e0e02c'),(126,0,1397439971,'2',0,'/typo3conf/ext/cl_jquery_medialightbox/Resources/Public/Images/preview.gif','gif','image/gif','preview.gif','fa3d5c332547aca36ee106653c1973cdc57d7cfa',5828,1397432601,1321919511,0,0,0,'db395f928fb12234a6935984e413fe1c7c20b50d','324954bf94c3219e2fb033ecd39b251905cfaa70'),(127,0,1397439971,'2',0,'/typo3conf/ext/cl_jquery_medialightbox/Resources/Public/Images/overlay.fw.png','png','image/png','overlay.fw.png','6162ecdb5106ac110058d0e61da0eaf08e8b0bdc',97075,1397432601,1321919511,0,0,0,'21e102e31fbeb52c7ea9213560f7333bd2950a6a','324954bf94c3219e2fb033ecd39b251905cfaa70'),(129,0,1399331363,'2',0,'/typo3conf/ext/multiblog/Resources/Public/Icons/icon_side_label.png','png','image/png','icon_side_label.png','d77448879a1d4ac82bb1331eda9570564655f596',316,1399317488,1399317488,0,0,0,'41b197084753d555c54f37887e5a99b254eba894','9a696f3c72df8f420eb532bdf9d16ca9b0b67aca'),(130,0,1399331363,'2',0,'/typo3conf/ext/multiblog/Resources/Public/Icons/icon_side_time.png','png','image/png','icon_side_time.png','ad60c14af25d97b438fe8c451e1e5227cf200225',498,1399317488,1399317488,0,0,0,'cf20ce8f2ed262215369e390637b57ab32a0f476','9a696f3c72df8f420eb532bdf9d16ca9b0b67aca'),(138,0,1467321982,'0',1,'/user_upload/_temp_/index.html','html','inode/x-empty','index.html','da39a3ee5e6b4b0d3255bfef95601890afd80709',0,1449379312,1382422933,0,0,0,'a3ef597b554ed2a28c720b3e90e51edc9ec642b1','4e0743c93934dd9a02564d8e654d714bd2dc3d20'),(139,0,1399515474,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515209,1399515209,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(140,0,1399515556,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515209,1399515209,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(141,0,1399515667,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515209,1399515209,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(142,0,1399515704,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515209,1399515209,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(143,0,1399515766,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515761,1399515761,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(144,0,1399515859,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515761,1399515761,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(145,0,1399516094,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515761,1399515761,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(146,0,1399516120,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515761,1399515761,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(147,0,1399549628,'0',0,'/t3bootstrap','','directory','t3bootstrap','da39a3ee5e6b4b0d3255bfef95601890afd80709',4096,1399515761,1399515761,0,0,0,'dc150a8abf11279aed021c17ffe5da73ec1a3584','42099b4af021e53fd8fd4e056c2568d7c2e3ffa8'),(154,0,1402962655,'2',1,'/images/demo/flux_prev.jpg','jpg','image/jpeg','flux_prev.jpg','b4c133e2f92b9d738e72aaa1e134a8725002b385',162256,1402962622,1402962622,0,0,0,'789fc78f59b6c32f63d9fc3d01257b559847a125','d0841b65a1c1441096d644015d15750765cf0514'),(155,0,1403877077,'2',0,'/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif','gif','image/gif','icon_csv.gif','ef2752df0236bea7bf78aed478c4d8d436f152dc',228,1403873517,1403873517,0,0,0,'171926d2af49abc8720d89d21b9ccae595fb99df','a550fa46c9456dd0d1242ba93c4467f23de1fb2d'),(156,0,1403877077,'2',0,'/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif','gif','image/gif','icon_xls.gif','419bcde6834c14df3c7bc0b6a03024060aad66ee',1021,1403873517,1403873517,0,0,0,'ab34f1ad137194bf7d5aa155e18998c8f34f5c9a','a550fa46c9456dd0d1242ba93c4467f23de1fb2d'),(160,0,1514694097,'2',1,'/images/demo/footer.png','png','image/png','footer.png','eafe4f9334552ea644d5311beb68f01ee0a655ef',7928,1500576384,1500576384,0,0,0,'1738f99d38bf9e4d588d90878cde31d2896d35a6','d0841b65a1c1441096d644015d15750765cf0514'),(161,0,1514694097,'2',1,'/images/demo/tsconfig_language.png','png','image/png','tsconfig_language.png','2b47357f2e2a4afe00acbdb7cb30c09ec92ed54f',3676,1500576434,1500576434,0,0,0,'870048c074c04c2ba189e4b32412cdbe684d4513','d0841b65a1c1441096d644015d15750765cf0514'),(162,0,1514694097,'2',1,'/images/demo/syslanguages.png','png','image/png','syslanguages.png','d665f31ae5b213bb8385c3f21bfeab7800237167',3695,1500576434,1500576434,0,0,0,'0ba60a6b2b77fe998701b36c7e1408d814847e88','d0841b65a1c1441096d644015d15750765cf0514'),(163,0,1408670604,'5',1,'/documents/pdf-file.pdf','pdf','application/pdf','pdf-file.pdf','085ae60bf33c0f2b010ef018b51d595cce44ced1',7366,1408670604,1408670604,0,0,0,'c84453f418bf8b36d0605df5dfcbc779d5e960fa','5d6a1e443f8729a78897e1aa19ab65c674636c50'),(164,0,1514694097,'2',1,'/images/demo/fal-flux.png','png','image/png','fal-flux.png','533586ea9e6d25a60d11845ffc6fe7a8f15115be',32703,1500576380,1500576380,0,0,0,'5ff5d1259af4a921e67001bfc5669dd94a3196fc','d0841b65a1c1441096d644015d15750765cf0514'),(165,0,1409480107,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/apple-touch-icon-57-precomposed.png','png','image/png','apple-touch-icon-57-precomposed.png','2d7ed22bee6e48ac70a15d2b8fc95e485e362715',4026,1380624440,1355241467,0,0,0,'018e8dc8f68c4c77db4c1cdc4762a55750c5d42b','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(166,0,1409480107,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/apple-touch-icon-72-precomposed.png','png','image/png','apple-touch-icon-72-precomposed.png','462a5b9713a2e25053c7f68d4bf65ff33660cbbf',5681,1380624440,1355241476,0,0,0,'5afc8b1fdf96b346af6755075f243590239700d5','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(167,0,1409480107,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/apple-touch-icon-114-precomposed.png','png','image/png','apple-touch-icon-114-precomposed.png','696b638598dd8b5bbc5142c578099a780b241bdd',11392,1380624440,1355241480,0,0,0,'d236f2089b53c04aa34ddc0661b4bded2aada3c9','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(168,0,1409480107,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/apple-touch-icon-144-precomposed.png','png','image/png','apple-touch-icon-144-precomposed.png','a460240b0ebfd72766d7de3846d7cff2a2408444',16780,1380624440,1355241483,0,0,0,'9a3f3f93823698d6140dce64e8c95a7cb4d76388','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(169,0,1514694097,'2',1,'/images/demo/videolightbox_backend.png','png','image/png','videolightbox_backend.png','b2c5bdb918ef85eb2a99713fc3492b0a7b7782d2',32563,1500576438,1500576438,0,0,0,'afcb0d58d177da55d501c3440dec5243f0f1a6b3','d0841b65a1c1441096d644015d15750765cf0514'),(170,0,1409840044,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/dummyimage.png','png','image/png','dummyimage.png','e448c02dafc5d647a9a48564d0bc80e91e05d468',3711,1409839956,1409839604,0,0,0,'182ae33784d786fd1e419e1924086c5c029cfd85','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(178,0,1411513079,'2',0,'/typo3conf/ext/events2/Resources/Public/Icons/thumbmaps.png','png','image/png','thumbmaps.png','bb051fbf5552e29ba8dad2ef9d515a36f06cc1a3',2027,1409646171,1409646171,0,0,0,'cc4fe07773649d9940bb7939c7762d67399198f2','d09712b2670a75dc7c5ecc9054c154f607570c66'),(179,0,1412727084,'2',0,'/typo3/sysext/extensionmanager/Resources/Public/Images/Distribution.png','png','image/png','Distribution.png','a3003d8253494909b65e392b6bfc7934199515f0',5147,1398822652,1398822652,0,0,0,'6d7c569f2ce5ad88601014309737018222d0a03a','1cf85ef1d73acd511c8fa41549b4b86abf0f0e08'),(180,0,1419210236,'2',0,'/typo3conf/ext/vidi/Resources/Public/Images/loading.gif','gif','image/gif','loading.gif','9c9656749892b623d70b9cfca46fc3fbbe67bf22',34411,1419210138,1419210138,0,0,0,'d02a88fefd77f667e7c48838311d7096c1cd1443','49efba1e64420ceb536f9313a45e285243e0786d'),(181,0,1420803660,'2',0,'/typo3conf/ext/news/Resources/Public/Icons/news_domain_model_news_add.png','png','image/png','news_domain_model_news_add.png','ee5f830c0f6cbe177407e4b6ad897b89c2c0b639',522,1401834130,1401834130,0,0,0,'02a25ecc1bc2e149acfcd79b877ac7c665e12631','20683e0d935d7a1336b7228c69d4039202880a8f'),(182,0,1420803661,'2',0,'/typo3conf/ext/news/Resources/Public/Icons/news_domain_model_category_add.png','png','image/png','news_domain_model_category_add.png','e218d9de120e303006cfbd89470a1e379105e206',443,1401834130,1401834130,0,0,0,'c8ce26a552661c20f9f8ed304eebeee4c6a38014','20683e0d935d7a1336b7228c69d4039202880a8f'),(183,0,1420803661,'2',0,'/typo3conf/ext/news/Resources/Public/Icons/news_domain_model_tag_add.png','png','image/png','news_domain_model_tag_add.png','4e68dd299e37a05e0b4c958337399455ddb6012a',649,1401834130,1401834130,0,0,0,'616981a21e3ddbfb30383731c9416f2dbb495449','20683e0d935d7a1336b7228c69d4039202880a8f'),(184,0,1428497700,'2',0,'/typo3temp/_processed_/csm_preview_2a25369b09.gif','gif','image/gif','csm_preview_2a25369b09.gif','9a9219c388b9d409ecf37bcefbaa36f266749daf',4567,1428497700,1428497700,0,0,0,'3a9fa792ad3a136351bb3d570938b43cdacce11d','df4bb473e14c81dacd0e11c5286f005620283085'),(186,0,1447699959,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/logo.png','png','image/png','logo.png','791a22d9e051953f871f4e0b0801011d1143906d',4048,1447699827,1447699766,0,0,0,'64eaf84793a5a1e0ec3125d87824731d8eb476e9','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(187,0,1448138542,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Icons/Flags/gb.gif','gif','image/gif','gb.gif','cdee394f8b59f24f14ed493db68fb6c0c0ea8621',260,1448138344,1170372026,0,0,0,'fbedc23b91840c1e18890efcf3e2e697584421bf','4b3496a7946909d5fbad04af7cb7435dea6c9606'),(188,0,1448537633,'3',1,'/audios/Kai_Engel_-_04_-_Moonlight_Reprise.mp3','mp3','audio/mpeg','Kai_Engel_-_04_-_Moonlight_Reprise.mp3','f505155674e14be06728d2142206fabd29e498c7',7385995,1448537633,1448537633,1448537633,0,0,'5a807bd5fd49b2c0c0c35ab95581ea20be5f8e75','3b8c851006dcbefb09b1be1131e9b4fbe638b83e'),(189,0,1448577627,'2',1,'/images/demo/hero/TimLiss-10026.JPG','JPG','image/jpeg','TimLiss-10026.JPG','13ef7190bcdb692509b1ae40093824708afb8f0f',971934,1448577627,1448577627,1448577627,0,0,'55b7ae6a052cf70a84cb3ac5504afb12e0862a2d','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(190,0,1448585238,'2',1,'/images/demo/timliss/TimLiss-10001.JPG','JPG','image/jpeg','TimLiss-10001.JPG','0ca1956bdc8a61085968e5f1a3297f5ec5f2d36c',1545156,1448585238,1448585238,1448585238,0,0,'35396066beb8d381fb7be7c382ba0fb0a7e79933','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(191,0,1448585263,'2',1,'/images/demo/timliss/TimLiss-10004.JPG','JPG','image/jpeg','TimLiss-10004.JPG','5c9247fdaa134db496ecc63f14318d8a21c264bc',2413598,1448585263,1448585263,1448585263,0,0,'9323984756ccc5a9cee49af7af96f9291507cbd0','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(192,0,1448585287,'2',1,'/images/demo/timliss/TimLiss-10008.JPG','JPG','image/jpeg','TimLiss-10008.JPG','9829dc9d5a0b9aa8c9a0b311bc5c230ea3a9a9d8',918715,1448585287,1448585287,1448585287,0,0,'72c92c2cfa5fc77852adf3954c7aaede1eb1ade8','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(193,0,1448585310,'2',1,'/images/demo/timliss/TimLiss-10011.JPG','JPG','image/jpeg','TimLiss-10011.JPG','fd7404acf81039190c2560c5fe64582338bb15bb',1958255,1448585310,1448585310,1448585310,0,0,'b5dc37e78c886f6c7124c04c13c94e96a6b2da88','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(194,0,1448585382,'2',1,'/images/demo/timliss/TimLiss-10019.JPG','JPG','image/jpeg','TimLiss-10019.JPG','35f028457e5900132bdea6900b84d611d38eb27d',1699204,1448585382,1448585382,1448585382,0,0,'498947686f836a8f49cfab56ac7928c7b31c7d85','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(195,0,1448585401,'2',1,'/images/demo/timliss/TimLiss-10021.JPG','JPG','image/jpeg','TimLiss-10021.JPG','df54b7e75bd5c99ff9c1b2e1e19ff2ced272804b',2491426,1448585401,1448585401,1448585401,0,0,'da3e6f1aa3d08b23dc79291cd9df47ad9382142a','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(196,0,1448585453,'2',1,'/images/demo/timliss/TimLiss-10027.JPG','JPG','image/jpeg','TimLiss-10027.JPG','6e96d44c4c6e9908bf0816a36d938c14c50bf46f',1372317,1448585453,1448585453,1448585453,0,0,'6958a7423d3b3e9a98a4d836744cb3c6ba4e911b','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(197,0,1448585487,'2',1,'/images/demo/timliss/TimLiss-10028.JPG','JPG','image/jpeg','TimLiss-10028.JPG','be1e81df83d9543217b264510d18d0cc5458cb58',790122,1448585487,1448585487,1448585487,0,0,'665d2efc55aa967d2922190a7311a1e65ea3a74c','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(198,0,1448585521,'2',1,'/images/demo/timliss/TimLiss-10030.JPG','JPG','image/jpeg','TimLiss-10030.JPG','da038e27dd27494ef61abb55e19bccb5ec1af60e',1248146,1448585521,1448585521,1448585521,0,0,'c32eacc477d327c4a591fa83a241bb819216973e','50fc26089263afe5d8018a3e76c4b4825dd9c320'),(208,0,1448847791,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Icons/Flags/de.gif','gif','image/gif','de.gif','d2b74fbbeb420a6be350e4554233e6db3685f970',362,1448138344,1125323100,0,0,0,'c4f3ad7a291c9c83262286ca3df9d454f84c480c','4b3496a7946909d5fbad04af7cb7435dea6c9606'),(209,0,1448911467,'2',0,'/typo3/sysext/indexed_search/Resources/Public/Icons/FileTypes/pages.gif','gif','image/gif','pages.gif','5c5fd7567caa18c3c6cff78996c73b78c2b77864',102,1447184297,1447163309,0,0,0,'a29edd12d132bfd31b97ef46f7cfb6aa74a967f4','1d50fb38753b56d6a38d6f0aae9ffc7db62efede'),(210,0,1448911467,'2',0,'/typo3/sysext/indexed_search/Resources/Public/Icons/FileTypes/jpg.gif','gif','image/gif','jpg.gif','fdd932f9c3e857537f2bb9bade4a894212562bc9',267,1447184297,1447163309,0,0,0,'34c8f0ba823fa80f71967b7782c719ee1fcb832d','1d50fb38753b56d6a38d6f0aae9ffc7db62efede'),(211,0,1448913988,'2',0,'/typo3/sysext/indexed_search/Resources/Public/Icons/FileTypes/pdf.gif','gif','image/gif','pdf.gif','8edfb4effa77588446eb0fc64903e38c0617cea0',139,1447184297,1447163309,0,0,0,'d13d1b4510bc8f2f72064075d8df58029135bf50','1d50fb38753b56d6a38d6f0aae9ffc7db62efede'),(212,0,1514694097,'2',1,'/images/demo/sidebarmenu.png','png','image/png','sidebarmenu.png','81a2115f924debd09984b9d81875fdef5cfdf3b3',51140,1500576433,1500576433,1449186016,0,0,'e09466293fad8a97a265d0b2e15d4c8303baa995','d0841b65a1c1441096d644015d15750765cf0514'),(213,0,1514694097,'2',1,'/images/demo/responsiveimagescode.png','png','image/png','responsiveimagescode.png','2793fb25ee4a62a16382a3846c44eabb85db00ad',55596,1500576405,1500576405,1449188304,0,0,'6c527d162f6df38be52d45c78789e1189a44c464','d0841b65a1c1441096d644015d15750765cf0514'),(219,0,1514694097,'2',1,'/images/demo/templatemaker.png','png','image/png','templatemaker.png','b9581edbc04f0b001add72d99d6212104523360c',30365,1500576445,1500576445,1455927239,0,0,'4f1edf10b61519296a890d4560a014d3b13fd81d','d0841b65a1c1441096d644015d15750765cf0514'),(220,0,1514694097,'2',1,'/images/demo/megamenu/gallery.png','png','image/png','gallery.png','66db7ce180a53af6ff25effce4d7eaebf469d90e',235019,1500576328,1500576328,1457098917,0,0,'d5486126d5526925aac17150ab0ccdeb53c6a269','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(221,0,1514694097,'2',1,'/images/demo/megamenu/powermail.png','png','image/png','powermail.png','b6a71064c5bd596555bb7c8bcfdca12a1981262a',18859,1500576334,1500576334,1457098922,0,0,'ad98e646a1ff8ee14bab9398b52b4502f23364f3','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(222,0,1514694097,'2',1,'/images/demo/megamenu/news.png','png','image/png','news.png','9fd27aea0ccd6abd8672a91b247df5fc9db5baf8',126432,1500576342,1500576342,1457098929,0,0,'43b3c69efcb72e85a508b9447563511d520c493d','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(223,0,1514694097,'2',1,'/images/demo/megamenu/directmail.png','png','image/png','directmail.png','c1249e5bc59ab5685924170a968551a646b977ed',16240,1500576346,1500576346,1457099250,0,0,'6b0653bf042401914dbb4b458d9c943c9e32bb04','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(224,0,1514694097,'2',1,'/images/demo/megamenu/fullwidth.png','png','image/png','fullwidth.png','7ec727d996bd6fbccb3598b1f2fb835ae0c4793f',172796,1500576356,1500576356,1457100561,0,0,'bf9897eb15cb6b2433c473977dcf711ae8c59524','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(225,0,1514694097,'2',1,'/images/demo/megamenu/3cols.png','png','image/png','3cols.png','78787dbadbfb2a8439698beb7d2ccf04e53633da',59063,1500576362,1500576362,1457100567,0,0,'bddf35b469f91be84390fe468d5ef4563d084c13','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(226,0,1514694097,'2',1,'/images/demo/megamenu/2cols.png','png','image/png','2cols.png','d121423351530de33e16908e47da89223701a3d1',38639,1500576366,1500576366,1457100716,0,0,'618a42e082a429bfd52858db2ecbcd1c8921e9d4','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(227,0,1514694097,'2',1,'/images/demo/megamenu/1col.png','png','image/png','1col.png','85cd15fdeaf7b39be98b10b767081116c8ff268a',14182,1500576368,1500576368,1457100737,0,0,'ae0c42025406e24257cd2c7fe2900b7a19a88b2e','849cc1649f7b787ca3bbd68d49ed1180e7e42791'),(228,0,1514694097,'2',1,'/images/demo/timliss/slider/1.jpg','jpg','image/jpeg','1.jpg','0bb8d7d29612f1781fcc0c055aa6f4defd43b730',803926,1500576016,1500576016,0,0,0,'01d2922c51606a878b60a6cb708786350a5f71f8','d832b92131a15c7f948a5b0e54119599440cd539'),(229,0,1514694097,'2',1,'/images/demo/timliss/slider/2.jpg','jpg','image/jpeg','2.jpg','bcbd54d263f0e7b2af92dd0015a85a7e8e53d29f',803157,1500576017,1500576017,0,0,0,'0132997eb2c44a78598b37de843f17a6812b436f','d832b92131a15c7f948a5b0e54119599440cd539'),(236,0,1466968793,'4',1,'/user_upload/Sony_4K_Demo__Another_World.youtube','youtube','video/youtube','Sony_4K_Demo__Another_World.youtube','93f5d75fad215cf7eede7f3f3726f3568b7b47f5',11,1466968793,1466968793,1466968793,0,0,'2f02f025c1e60a25b5e1ef7f1b5840172fb415e6','19669f1e02c2f16705ec7587044c66443be70725'),(237,0,1467321982,'1',1,'/_temp_/index.html','html','text/html','index.html','07fd666e70d42a340d2295c052423e4b47e59a33',147,1449379309,1354020830,0,0,0,'1cd5eec12b9b11599c0b4c6b2d43342c4fb53a7b','0258f8a5f703dd44c350fbfcddeecb1634d46ad4'),(238,0,1467321982,'1',1,'/user_upload/_temp_/importexport/index.html','html','text/html','index.html','07fd666e70d42a340d2295c052423e4b47e59a33',147,1449379312,1399513467,0,0,0,'68614dc2826769e93d8a8ead62af30ac99aaa83a','0795cf796b4fc959be0ec00b183c0f47609dd9a5'),(239,0,1470172878,'2',1,'/user_upload/form-validierung.png','png','image/png','form-validierung.png','1531bdbca6a41460868e8db04acc23097899e264',16992,1470172878,1470172878,1470172878,0,0,'61216e5783280991621de4b831a6aa52a9a1cd70','19669f1e02c2f16705ec7587044c66443be70725'),(240,0,1514694097,'2',1,'/images/demo/galeriespalten.png','png','image/png','galeriespalten.png','872e6adfbdfb12b03a99eb2e9cebe62a342da192',1658,1500576445,1500576445,1473324683,0,0,'a18a91daf29cb83d6de045336bf585f5da4131bf','d0841b65a1c1441096d644015d15750765cf0514'),(241,0,1514694097,'2',1,'/images/demo/umlaut_ÜÖÄ.png','png','image/png','umlaut_ÜÖÄ.png','b9581edbc04f0b001add72d99d6212104523360c',30365,1500576452,1500576452,0,0,0,'979d0a28f438e7832591b80ca9f0b3e7d0be7d50','d0841b65a1c1441096d644015d15750765cf0514'),(244,0,1478029420,'2',1,'/images/demo/demoimage-1.jpg','jpg','image/jpeg','demoimage-1.jpg','d43aacf27b20f738596b29e1ab8463d8b7885299',190619,1478029383,1396474526,0,0,0,'041ebec5758b056cb89121d36896be1133bb8ba2','d0841b65a1c1441096d644015d15750765cf0514'),(245,0,1514694097,'2',1,'/images/demo/seitenstruktur.png','png','image/png','seitenstruktur.png','cab2624403372eda01e2b40299c018fd01de5c42',17443,1500576454,1500576454,0,0,0,'5977154959b436e5e8df8b288b5a041678d6856f','d0841b65a1c1441096d644015d15750765cf0514'),(246,0,1514694097,'2',1,'/images/demo/haupttemplate.png','png','image/png','haupttemplate.png','df45cd84ee4716f17449a9408ee6212c5eeb3a58',65555,1500576462,1500576462,0,0,0,'c7ab2c46fc231bac8d01fce85174371155072fa1','d0841b65a1c1441096d644015d15750765cf0514'),(259,0,1514694097,'2',1,'/images/demo/hero/apple-desk-office-technology.jpg','jpg','image/jpeg','apple-desk-office-technology.jpg','1d1c00c2632920a56257a2560834d567296eba0c',4045055,1500576014,1500576014,0,0,0,'bff3612fc6a9b916ed6628ce14922618fa7051fa','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(264,0,1514694097,'2',1,'/images/demo/hero/desk-laptop-working-technology.jpg','jpg','image/jpeg','desk-laptop-working-technology.jpg','79e5c061fac1f9a714f18066874ab4738722194a',8805591,1500576015,1500576015,0,0,0,'b10f68bb0ac62e066fd995ccd981e2d172f22b47','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(275,0,1481336723,'2',1,'/images/demo/hero/pexels-photo.jpg','jpg','image/jpeg','pexels-photo.jpg','f7fc407b61e43aa6bfcc508cabed14c5abd69ef4',2790224,1481336714,1481336698,0,0,0,'8514826b4dc8429e80b2a7a4d1369e694db1287e','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(283,0,1525200469,'1',1,'/user_upload/demoFormular.yaml','yaml','text/plain','demoFormular.yaml','db7a0aa9b2a55f1905b95cfa2925bad52b80d593',2640,1525200469,1525200469,0,0,0,'4f26f4b06f7dfe6d6f97ab7c68d4e80764d28a70','19669f1e02c2f16705ec7587044c66443be70725'),(284,0,1492184813,'4',1,'/videos/oceans.mp4','mp4','video/mp4','oceans.mp4','b768f76080c2a04434a0931582548913ee35a016',23014356,1492184608,1492184608,0,0,0,'7ebe2211753941d0d296d1c8297101e0005f7379','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(285,0,1492185123,'4',1,'/user_upload/Samsung_4K_UHD_demo_video__Cityscape__with_great_song_.youtube','youtube','video/youtube','Samsung_4K_UHD_demo_video__Cityscape__with_great_song_.youtube','0469e4ba9e6206334c1ed5749286882e4e89b27b',11,1492185123,1492185123,1492185123,0,0,'c32230d12057a86c3ebb7d71f30de6e24ed4e623','19669f1e02c2f16705ec7587044c66443be70725'),(289,0,1514694097,'2',1,'/images/demo/hero/desk-laptop-working-technology.sm.jpg','jpg','image/jpeg','desk-laptop-working-technology.sm.jpg','b0bec92f9358dbdb0bdf7d5ce1e59c94d4e4801a',159611,1500576016,1500576016,0,0,0,'0c37545a8b43ae6be3dfb3f0884f291087d59277','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(290,0,1496229515,'2',1,'/images/demo/hero/pexels-photo-196464.jpeg','jpeg','image/jpeg','pexels-photo-196464.jpeg','83040e7473d5b646483cf95e38691fa4aae2ca65',3278746,1496229255,1496229255,0,0,0,'0b15139beb4670233f8fc3ac83ae8cafad7f88b4','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(291,0,1497566663,'2',1,'/images/demo/hero/pexels-photo-297755.jpeg','jpeg','image/jpeg','pexels-photo-297755.jpeg','47f401df2ff60923a19afe931fe69d77d8d8cabc',20747540,1497566658,1497566658,0,0,0,'2be4fefba406e16db14e312ab90cc8c6fc722e93','744bd4e6834bf289a27031c7a0acd922cc54c40b'),(292,0,1506884421,'2',0,'/typo3conf/ext/yoast_seo/Resources/Public/Images/default-placeholder.png','png','image/png','default-placeholder.png','b32a1485bf7885154e525b8ec498a1b3369e6a1e',5937,1506884412,1506884412,0,0,0,'9fc3f30e71743ad6e5c86a26891bc00bdbfb799a','541e5745f988b6d8decd9a07378689157358d577'),(293,0,1514311863,'2',1,'/images/demo/address/1.jpg','jpg','image/jpeg','1.jpg','d734f19600800847f90edd0bc29abf8094258c15',55914,1514311852,1512784466,0,0,0,'79307adc6868f18647aef97dcf2f01f653fc84b2','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(294,0,1514311863,'2',1,'/images/demo/address/2.jpg','jpg','image/jpeg','2.jpg','d9d824e66ef7de661aacd9ce21d367cc2f704356',42264,1514311852,1512784482,0,0,0,'94beb857b2d005a3d4129fbd4f787f5191b188c6','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(295,0,1514311863,'2',1,'/images/demo/address/3.jpg','jpg','image/jpeg','3.jpg','4d0120e5d1a3b85f27e819d83a52cda76a1c1599',32984,1514311852,1512784492,0,0,0,'eb6c6c569b55b7188b9c847c90026cd101161f7f','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(296,0,1514311863,'2',1,'/images/demo/address/4.jpg','jpg','image/jpeg','4.jpg','f4d8745ed08a6da4633d79d8f9e81b3f986d9b64',54648,1514311852,1512784498,0,0,0,'a1a670dcc757daae23ef9ec94af6347aa14f0f99','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(297,0,1514311863,'2',1,'/images/demo/address/5.jpg','jpg','image/jpeg','5.jpg','5726657ae4ec603dfadbc8a488e16ce5dfa497ab',26998,1514311852,1512784504,0,0,0,'90cabeb77c74ab97353646eb90bb4c30d0832030','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(298,0,1514311863,'2',1,'/images/demo/address/6.jpg','jpg','image/jpeg','6.jpg','440bb1b8c4f47f5757f5daa2548738d98cfd7be3',27267,1514311852,1512784511,0,0,0,'e6da2723c44ae79b0bcb1621288b03eb75d61165','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(299,0,1514311863,'2',1,'/images/demo/address/7.jpg','jpg','image/jpeg','7.jpg','41f9d35726111c7775d5f44b5bc7cfc33fadc9c6',43868,1514311852,1512784521,0,0,0,'8a847325e7567f315f9605adf39c58c3e826bc32','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(300,0,1514312816,'2',0,'/typo3conf/ext/address/Resources/Public/Images/dummy-preview-image.png','png','image/png','dummy-preview-image.png','b069aa085f06da6743b904400b0e412c3b0b5b07',25896,1506454183,1496359762,0,0,0,'cb267994c62caaa2e946ac23f0c3a80329293aac','bd83335e35fad01cc30e8f2553ac3635f1696825'),(301,0,1514316517,'2',0,'/typo3conf/ext/address/Resources/Public/Images/dummy-image.png','png','image/png','dummy-image.png','e448c02dafc5d647a9a48564d0bc80e91e05d468',3711,1514316381,1409839604,0,0,0,'21d852f6e202e51ab8bd1702c54ab723ce903cd5','bd83335e35fad01cc30e8f2553ac3635f1696825'),(302,0,1514413331,'2',1,'/images/demo/address/8.jpg','jpg','image/jpeg','8.jpg','c08313110e23eb830a57f0e0274c076a7c3b8bd1',55602,1514413315,1514413286,0,0,0,'b4b4a01d70d7116c860ce2671b190df99bbb0bee','87fccfb1f392744fc0e7d2db831e0bb05ed72ce4'),(303,0,1514551627,'2',1,'/images/demo/pexels-photo-374074.jpeg','jpeg','image/jpeg','pexels-photo-374074.jpeg','6bffc0f961932b03fbb8c75e37242ddc3fe0c91f',12083346,1514551627,1514551627,1514551627,0,0,'c9e6c70d22073a84ed4f6e801c681df33f9c4172','d0841b65a1c1441096d644015d15750765cf0514'),(304,0,1514642386,'2',1,'/images/demo/pexels-photo-630835.jpeg','jpeg','image/jpeg','pexels-photo-630835.jpeg','3a00bc4535ab48c04bc5cfc1222528f8c200ca75',15643916,1514642376,1514642361,0,0,0,'14f44c7ac9cc4d0e2879dc077f4bce27317dea37','d0841b65a1c1441096d644015d15750765cf0514'),(305,0,1514660023,'2',1,'/images/demo/logo/Forged.png','png','image/png','Forged.png','b2ad4efa86bc9c7da54fedacbe65c1babc9aa0b6',19884,1514660023,1514660023,1514660023,0,0,'ffd70b76cd4dba742a078caecdebcaf181b192d6','141926c4e26473639874719adf8bb99db4d6bbd1'),(306,0,1514665408,'2',1,'/images/demo/logo/Hamburger.png','png','image/png','Hamburger.png','eb5f5d4b0b3696799447ca198cfaba49e2573fdb',18835,1514665408,1514665408,1514665408,0,0,'76a265f2c6460c65dd1ad0b292fed9580b3dd838','141926c4e26473639874719adf8bb99db4d6bbd1'),(307,0,1514672759,'2',1,'/images/demo/logo/McQueen.png','png','image/png','McQueen.png','d2d1d5c83dc781346ba52468432771101f9d3539',15453,1514672726,1514666599,0,0,0,'d371bc4009a113172e36076980c32abc1f72939d','141926c4e26473639874719adf8bb99db4d6bbd1'),(308,0,1514672759,'2',1,'/images/demo/logo/Pacific-Coast.png','png','image/png','Pacific-Coast.png','e07526442d76acc04d4b95b6468e13a2c2b63c33',15733,1514672726,1514666633,0,0,0,'2e70287a5e6c487b22e13cfaf6979f84e47e13c3','141926c4e26473639874719adf8bb99db4d6bbd1'),(309,0,1514672759,'2',1,'/images/demo/logo/Pompadour.png','png','image/png','Pompadour.png','18db866b4560e930d29c7471260a7f8f3d46f85a',35004,1514672726,1514666653,0,0,0,'755f9656a131c2cbb6b0acb31bc2f8d8966bfa6c','141926c4e26473639874719adf8bb99db4d6bbd1'),(310,0,1514672759,'2',1,'/images/demo/logo/Vintage-Apparel.png','png','image/png','Vintage-Apparel.png','8f357a207a09e0e8273974538d7c4c2e665d6b43',13711,1514672726,1514666685,0,0,0,'cfaccb9acf580d59e5f989dcfbc951492788e2f1','141926c4e26473639874719adf8bb99db4d6bbd1'),(311,0,1515360610,'2',1,'/images/demo/pexels-photo-574071.jpeg','jpeg','image/jpeg','pexels-photo-574071.jpeg','80046fefc376f65d4852ef3a80f0018934e8b0e5',98854,1515360610,1515360610,1515360610,0,0,'70a99d57daf6de9cccb015b680edc0508a9a46de','d0841b65a1c1441096d644015d15750765cf0514'),(312,0,1515360622,'2',1,'/images/demo/pexels-photo-374016.jpeg','jpeg','image/jpeg','pexels-photo-374016.jpeg','190932dddb70f8287bf4225c31f4bef40ef86f3e',13094177,1515360622,1515360622,1515360622,0,0,'486e6f1bf05e62b1727fee56d5a828c6cffd4bd2','d0841b65a1c1441096d644015d15750765cf0514'),(313,0,1515360629,'2',1,'/images/demo/pexels-photo-355988.jpeg','jpeg','image/jpeg','pexels-photo-355988.jpeg','edd9c0f418909229e518b948508a0bb6d0001d9f',2660075,1515360629,1515360629,1515360629,0,0,'af6995a9e10e7eafecec9929c10e3adab3f10a21','d0841b65a1c1441096d644015d15750765cf0514'),(314,0,1517749435,'2',1,'/images/demo/svg.svg','svg','image/svg+xml','svg.svg','eeba07ebe3abd338166d00aec96fd4afdfc0423b',1501,1517749435,1517749435,1517749435,0,0,'40e8f642a3cf9b3a9bfae9e09c5ca0c4e9f9e8db','d0841b65a1c1441096d644015d15750765cf0514'),(315,0,1520209915,'5',1,'/documents/pdf-file_en.pdf','pdf','application/pdf','pdf-file_en.pdf','085ae60bf33c0f2b010ef018b51d595cce44ced1',7366,1520209848,1408670604,0,0,0,'93986305d0f42ce579530025b0325ccedd57578d','5d6a1e443f8729a78897e1aa19ab65c674636c50'),(316,0,1525140843,'1',0,'/typo3conf/ext/address/Configuration/Yaml/Forms/Contact.yaml','yaml','text/plain','Contact.yaml','8fd1c78c828cfc7b52d7eb092c1b35d0523d335b',2074,1512586576,1512586576,0,0,0,'e7cd6e0529ef7d76eb0a3f5291e856b5c40d70a9','ddd633abbf4563b6490b1566111f833d013d637d'),(317,0,1532089604,'1',1,'/user_upload/demoFormular.form.yaml','yaml','text/plain','demoFormular.form.yaml','db7a0aa9b2a55f1905b95cfa2925bad52b80d593',2640,1532033881,1525200469,0,0,0,'c0b77d7b0552773fa4eaaa367d0fc4d548e60faa','19669f1e02c2f16705ec7587044c66443be70725'),(318,0,1537665398,'4',1,'/videos/hero.mp4','mp4','video/mp4','hero.mp4','f3048a9e81cc092df8fbadd916d1f897b011929c',619223,1537665365,1537664354,1537665398,0,0,'ffc5373378b79066653f5113da937fd65859f9aa','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(320,0,1646604585,'1',1,'/form_definitions/demoFormular.form.yaml','yaml','text/plain','demoFormular.form.yaml','ac10979da3ca0868e773356694238129c62ae56f',5309,1646604585,1646604585,1538872711,0,0,'75534583e38bad20526438bae948a5f73fe7dfa3','c62e3e70a526a59f0f0b7687864947eab72d7d3f'),(321,0,1540777665,'2',1,'/videos/hero_poster.jpg','jpg','image/jpeg','hero_poster.jpg','fa2ce74a7fd0a3844e1cf6fee1a4d8ec48def182',97769,1540775979,1540775979,1540777665,0,0,'ed1a8c8c0a03e763594503278d94f530b7e3f6f3','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(322,0,1542570425,'2',1,'/images/demo/t3bootstrap_site.png','png','image/png','t3bootstrap_site.png','af255b46d1671115fa22afc1783db32b3605728f',56737,1542570425,1542570425,1542570425,0,0,'272b5a86fc0ce75ed29ca930acd1a65caa65017d','d0841b65a1c1441096d644015d15750765cf0514'),(323,0,1542796086,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Icons/Flags/en-us-gb.gif','gif','image/gif','en-us-gb.gif','7bcb70d57236bc18148b12b0d6b1ccb6aab5b013',1037,1542796062,1542796062,0,0,0,'fef4a6d0a402317ab0d274c00dddbf8086cca009','4b3496a7946909d5fbad04af7cb7435dea6c9606'),(324,0,1546719354,'2',0,'/typo3conf/ext/slug/Resources/Public/Icons/news_domain_model_news.svg','svg','image/svg+xml','news_domain_model_news.svg','72d8d9606ea14d435e7aa25b14e208cd2ce3ad0b',248,1546719328,1546719328,0,0,0,'008cd165f0e961a4ed2c2c7f394bd20b82615955','1392f95a4153a019510c75f46643503a42cfbc84'),(325,0,1553595307,'2',1,'/images/demo/layerslider_be.png','png','image/png','layerslider_be.png','00c4af3353154770f3b48ead02ff22cace71fd58',40356,1538590398,1500576398,1553595307,0,0,'6f6750bc783315c9277692f8ad2a7a63c839eb35','d0841b65a1c1441096d644015d15750765cf0514'),(326,0,1576963151,'2',1,'/images/demo/map.jpg','jpg','image/jpeg','map.jpg','9bdde1f592b7f2cc3b1bb9f2cb3d42bf829aab99',66860,1576963151,1576963151,1576963151,0,0,'3f743f697cf9afe62400daa13325799ac3314d9b','d0841b65a1c1441096d644015d15750765cf0514'),(327,0,1577640800,'2',0,'/typo3/sysext/extensionmanager/Resources/Public/Images/OfficialBadge.svg','svg','image/svg+xml','OfficialBadge.svg','e60b9dbea1fc2711b7cf2445bd0a6f6b3391c9c6',8892,1576955224,1576592257,0,0,0,'d22aa59153acac7bde2c812e19692ef3d67fe028','1cf85ef1d73acd511c8fa41549b4b86abf0f0e08'),(328,0,1600259941,'1',1,'/form_definitions/kontakt.form.yaml','yaml','text/plain','kontakt.form.yaml','190e8a4a59e980336a0bfb43cf0a568fc2dc0d44',1889,1600259941,1600259941,1581272923,0,0,'f2a71771996e8c284f189dd2ef66b053becf993d','c62e3e70a526a59f0f0b7687864947eab72d7d3f'),(329,0,1583233527,'2',1,'/images/demo/gallery/man-in-black-backpack-during-golden-hour-1230302.jpg','jpg','image/jpeg','man-in-black-backpack-during-golden-hour-1230302.jpg','3e3202b91ce14619a326a870aa8add1664fbce62',745068,1583233502,1583233454,1583233527,0,0,'45662c3c7c1a2d3ada4476229fe401c7e1465975','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(330,0,1583233620,'2',1,'/images/demo/gallery/asphalt-environment-grass-highway-239520.jpg','jpg','image/jpeg','asphalt-environment-grass-highway-239520.jpg','398fbc41415b920a3ad380bdc47a01f243351d8e',4152846,1583233604,1583233601,1583233621,0,0,'0ff7cd9ce86aecb96f0d513a67588e64a37d8cd3','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(331,0,1583233666,'2',1,'/images/demo/gallery/white-and-red-boat-on-water-near-brown-concrete-buildings-3711348.jpg','jpg','image/jpeg','white-and-red-boat-on-water-near-brown-concrete-buildings-3711348.jpg','705397bd7b6aaacab034153a428728758ae8ffe4',4588053,1583233660,1583233658,1583233666,0,0,'2d1038611e07249d81bb7e6497f9840c7c919ca2','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(332,0,1586705429,'2',1,'/images/demo/gallery/time-lapse-photo-of-water-falls-in-the-forest-3715436.jpg','jpg','image/jpeg','time-lapse-photo-of-water-falls-in-the-forest-3715436.jpg','d014e8b99c8134078d62d642e6b878274841e789',4304648,1586705323,1586705240,1586705429,0,0,'650faae0f35df325809a0420ea83122d7690c3e2','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(333,0,1586705497,'2',1,'/images/demo/gallery/snow-covered-mountain-3608629.jpg','jpg','image/jpeg','snow-covered-mountain-3608629.jpg','1c742aa6098438626660273525d04fa5949a8d32',3880281,1586705487,1586705484,1586705497,0,0,'07985ffd70d58ae91f2dee151dd74df6b19344eb','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(334,0,1586897789,'2',1,'/images/demo/gallery/two-kids-playing-beside-glass-windows-3273851.jpg','jpg','image/jpeg','two-kids-playing-beside-glass-windows-3273851.jpg','33279c91ae141010b527bb27bc816baa44b25e20',2071517,1586897764,1586897725,1586897789,0,0,'43da7d2c7211e7d365ec09420ec711d08321b88a','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(335,0,1586956211,'2',1,'/images/demo/gallery/bird-s-eye-view-of-desert-1509582.jpg','jpg','image/jpeg','bird-s-eye-view-of-desert-1509582.jpg','a367f86fc74f2a88aba4c32b98e5cbb3f4700a48',4943812,1586956128,1586956122,1586956211,0,0,'92f11445195bd5e5cbe854bedab03409c6df9ea7','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(336,0,1586969114,'2',1,'/images/demo/gallery/close-up-photo-of-cat-s-eye-3324591.jpg','jpg','image/jpeg','close-up-photo-of-cat-s-eye-3324591.jpg','ecdc771b5badb48c70d68f0dfdc6d267665379f2',808610,1586969105,1586969098,1586969114,0,0,'4c5219410cedd4c58713d6604fd41a959f06763b','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(337,0,1586969205,'2',1,'/images/demo/gallery/photo-of-lighthouse-on-seaside-during-daytime-3099153.jpg','jpg','image/jpeg','photo-of-lighthouse-on-seaside-during-daytime-3099153.jpg','ba7e80dbf4c47d0917ffc30851bd7369670c79df',2143183,1586969194,1586969188,1586969205,0,0,'f3b9543f7af3f21b3eb5535097e92ac953166d93','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(338,0,1589139636,'2',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/logo-high-ct.png','png','image/png','logo-high-ct.png','f46d5b6e280edf2c46783e24c041d48a04ac779b',3052,1589139491,1589139491,0,0,0,'fce472354c45d7210b5c8d2e7ded271e345bccde','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(339,0,1591707744,'2',1,'/images/demo/compare-slider/before.jpg','jpg','image/jpeg','before.jpg','8b6c721aac93c046d29f92e14319a96cc5f46b8d',729826,1591707744,1591707744,0,0,0,'d78504e51e7db7cc007ec3e3dd129d25acd1a41d','f4da2e6fdacdc8c500775f3ed0aad5cf36000696'),(340,0,1591707744,'2',1,'/images/demo/compare-slider/after.jpg','jpg','image/jpeg','after.jpg','a7da369166718f72ab356ffc4809978e10c07bd6',824499,1591707744,1591707744,0,0,0,'3dcfb43736cf23f634c66774d2bd62c4e95ed4b2','f4da2e6fdacdc8c500775f3ed0aad5cf36000696'),(341,0,1603104712,'2',1,'/videos/youtube_preview.jpg','jpg','image/jpeg','youtube_preview.jpg','91cd148c004a8ba3e3cc87c13c408206c55624b3',283212,1603104712,1603104712,0,0,0,'b2bb32c76d54518cdf8142516e009d8ae1bd3795','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(342,0,1606489445,'2',1,'/user_upload/ShyGuy.png','png','image/png','ShyGuy.png','6d40ebac2ddcec1b69cb851322059efc73798031',39198,1606489445,1606489445,0,0,0,'cabe0c94a589bd8d60528606215dbd13e1219d18','19669f1e02c2f16705ec7587044c66443be70725'),(343,0,1609950377,'4',1,'/videos/hero2.mp4','mp4','video/mp4','hero2.mp4','fb16b81ec1b84a5cf876d1725e326852bedfc61c',27745844,1609950308,1609128173,0,0,0,'b8a1a5635d2f01a5af69398b076a4949de27901e','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(344,0,1609950377,'4',1,'/videos/hero3.mp4','mp4','video/mp4','hero3.mp4','486e4169dc9bd74af73f128e31330f8ad4746e33',21316796,1609950319,1609127921,0,0,0,'b71a724bb7745533e876c5e5a374a2fb99c489e5','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(345,0,1614702019,'1',1,'/user_upload/_temp_/importexport/t3boostrap-elements.xml','xml','text/xml','t3boostrap-elements.xml','002d535d43c94e975f2017b8afe477ecc1fc1bcd',6254973,1614702018,1614702018,0,0,0,'cf575559bf8bb4d91431d1ffe688fca4a9121b1e','0795cf796b4fc959be0ec00b183c0f47609dd9a5'),(346,0,1615803612,'2',1,'/user_upload/Screenshot_20210315_111823.png','png','image/png','Screenshot_20210315_111823.png','3af919549aa1058150148054073ab9e441b66116',34701,1615803612,1615803612,0,0,0,'ac4668731c69a8cb4966fc59f6ebd6af4eb2a7a2','19669f1e02c2f16705ec7587044c66443be70725'),(347,0,1641319461,'5',0,'/typo3conf/ext/demotemplate/Resources/Public/Images/logo.svgz','svgz','application/gzip','logo.svgz','cd835ea1fed668a5b2dc0a763cdb93da81ac15bc',3742,1641318999,1641318999,0,0,0,'e026399ee616cf623e2c6ce92a05c858f4826d8f','a169b3ddad4b07d3a8ffa06223901bc295c46d09'),(348,0,1671939436,'2',1,'/images/demo/gallery/photo-of-lighthouse-on-seaside-during-daytime-3099153.jpg.webp','webp','image/webp','photo-of-lighthouse-on-seaside-during-daytime-3099153.jpg.webp','fa91addf2471da416dfe545c86e641a02f2ee4f9',742376,1655687289,1652982873,0,0,0,'5d9e21c50891f1bf6b6057d124626ad347187069','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(349,0,1671939437,'2',1,'/images/demo/gallery/white-and-red-boat-on-water-near-brown-concrete-buildings-3711348.jpg.webp','webp','image/webp','white-and-red-boat-on-water-near-brown-concrete-buildings-3711348.jpg.webp','8e9fb506cae643f5f586d57276471a552acae955',1725208,1655687302,1642178967,0,0,0,'4898ff3ee5ca3ece9cd05eb7d5e5c7dc0c182c53','e91cc6dabf425b72ce8f7b798aa4630e503a711a'),(350,0,1673279472,'2',1,'/videos/oceans.png','png','image/png','oceans.png','1df63dfa6000a6245cf49181c09b451bcd36286b',710883,1673279472,1673279472,0,0,0,'c1a97b20acda4e181cb84002069a3a59c70975ba','c04e2417e7d682acf27eadc6b40188a2ab7b88c3'),(351,0,1676403472,'5',0,'/_assets/0345e7f1c359e3f5eca83d1646b328ba/Images/logo.svgz','svgz','application/gzip','logo.svgz','f2f6e27684283e8467db93b5c120bb4716b0df88',3388,1675418908,1675418908,0,0,0,'1edf7c4c12d60b9ed3f41cdcecaa9b6bd4602774','9506b4f0eb063021ea0a0ff387c9ad1cc3b812a2'),(352,0,1676403478,'2',0,'/_assets/0345e7f1c359e3f5eca83d1646b328ba/Images/apple-touch-icon-57-precomposed.png','png','image/png','apple-touch-icon-57-precomposed.png','2d7ed22bee6e48ac70a15d2b8fc95e485e362715',4026,1675418908,1675418908,0,0,0,'ef1dde6103739c1e1e1e75e9243be7772ada717f','9506b4f0eb063021ea0a0ff387c9ad1cc3b812a2'),(353,0,1676403478,'2',0,'/_assets/0345e7f1c359e3f5eca83d1646b328ba/Images/apple-touch-icon-72-precomposed.png','png','image/png','apple-touch-icon-72-precomposed.png','462a5b9713a2e25053c7f68d4bf65ff33660cbbf',5681,1675418908,1675418908,0,0,0,'28e2a875324855ae027789fde482474691999205','9506b4f0eb063021ea0a0ff387c9ad1cc3b812a2'),(354,0,1676403478,'2',0,'/_assets/0345e7f1c359e3f5eca83d1646b328ba/Images/apple-touch-icon-114-precomposed.png','png','image/png','apple-touch-icon-114-precomposed.png','696b638598dd8b5bbc5142c578099a780b241bdd',11392,1675418908,1675418908,0,0,0,'23d8bf7a8c709e22ec6703cfa8506623aea7fb08','9506b4f0eb063021ea0a0ff387c9ad1cc3b812a2'),(355,0,1676403478,'2',0,'/_assets/0345e7f1c359e3f5eca83d1646b328ba/Images/apple-touch-icon-144-precomposed.png','png','image/png','apple-touch-icon-144-precomposed.png','a460240b0ebfd72766d7de3846d7cff2a2408444',16780,1675418908,1675418908,0,0,0,'7098f3442136a284393a3a066c2eff39056b7460','9506b4f0eb063021ea0a0ff387c9ad1cc3b812a2'),(356,0,1676453693,'2',0,'/_assets/0345e7f1c359e3f5eca83d1646b328ba/Images/logo-high-ct.png','png','image/png','logo-high-ct.png','f46d5b6e280edf2c46783e24c041d48a04ac779b',3052,1675418908,1675418908,0,0,0,'60508a8fcb738d474c25e9945eaa0ce331b9b5b1','9506b4f0eb063021ea0a0ff387c9ad1cc3b812a2'),(357,0,1684501314,'5',0,'/_assets/b15aa46bd0e2bbd3ef8f7195b7ef9867/Images/logo.svgz','svgz','application/gzip','logo.svgz','f2f6e27684283e8467db93b5c120bb4716b0df88',3388,1684500890,1684500890,0,0,0,'0002ba1ddfca4dfd2190308b0344f989be9b0ee8','f64552e32bd6956620b3deae85bb4dfdb9e4ebc8'),(358,0,1684501316,'2',0,'/_assets/b15aa46bd0e2bbd3ef8f7195b7ef9867/Images/apple-touch-icon-57-precomposed.png','png','image/png','apple-touch-icon-57-precomposed.png','2d7ed22bee6e48ac70a15d2b8fc95e485e362715',4026,1684500890,1684500890,0,0,0,'1ba47b16b58c48a7f51347e07a0d3e9a5e5b8d52','f64552e32bd6956620b3deae85bb4dfdb9e4ebc8'),(359,0,1684501316,'2',0,'/_assets/b15aa46bd0e2bbd3ef8f7195b7ef9867/Images/apple-touch-icon-72-precomposed.png','png','image/png','apple-touch-icon-72-precomposed.png','462a5b9713a2e25053c7f68d4bf65ff33660cbbf',5681,1684500890,1684500890,0,0,0,'d147af2e7550be16fc02f1eb13320b19273e4b1c','f64552e32bd6956620b3deae85bb4dfdb9e4ebc8'),(360,0,1684501316,'2',0,'/_assets/b15aa46bd0e2bbd3ef8f7195b7ef9867/Images/apple-touch-icon-114-precomposed.png','png','image/png','apple-touch-icon-114-precomposed.png','696b638598dd8b5bbc5142c578099a780b241bdd',11392,1684500890,1684500890,0,0,0,'7b3a065f5e4d90c954205f40b77e350836692a5e','f64552e32bd6956620b3deae85bb4dfdb9e4ebc8'),(361,0,1684501316,'2',0,'/_assets/b15aa46bd0e2bbd3ef8f7195b7ef9867/Images/apple-touch-icon-144-precomposed.png','png','image/png','apple-touch-icon-144-precomposed.png','a460240b0ebfd72766d7de3846d7cff2a2408444',16780,1684500890,1684500890,0,0,0,'e9d340ce0e81fa6587bd40db015613de10debb0b','f64552e32bd6956620b3deae85bb4dfdb9e4ebc8'),(362,0,1685296334,'2',0,'/_assets/b15aa46bd0e2bbd3ef8f7195b7ef9867/Images/logo-high-ct.png','png','image/png','logo-high-ct.png','f46d5b6e280edf2c46783e24c041d48a04ac779b',3052,1684500890,1684500890,0,0,0,'1b5d3225995bc2294e7688d778699b8dae14860d','f64552e32bd6956620b3deae85bb4dfdb9e4ebc8'); +/*!40000 ALTER TABLE `sys_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_file_collection` +-- + +DROP TABLE IF EXISTS `sys_file_collection`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_file_collection` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `crdate` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, + `l10n_diffsource` mediumblob DEFAULT NULL, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(10) unsigned NOT NULL DEFAULT 0, + `endtime` int(10) unsigned NOT NULL DEFAULT 0, + `title` tinytext DEFAULT NULL, + `description` text DEFAULT NULL, + `type` varchar(30) NOT NULL DEFAULT 'static', + `files` int(11) NOT NULL DEFAULT 0, + `category` int(10) unsigned NOT NULL DEFAULT 0, + `recursive` smallint(6) NOT NULL DEFAULT 0, + `l10n_state` text DEFAULT NULL, + `folder_identifier` varchar(255) NOT NULL DEFAULT '', + PRIMARY KEY (`uid`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_file_collection` +-- + +LOCK TABLES `sys_file_collection` WRITE; +/*!40000 ALTER TABLE `sys_file_collection` DISABLE KEYS */; +INSERT INTO `sys_file_collection` VALUES (1,118,1449835502,1449784962,0,0,0,0,0,0,0,'{\"sys_language_uid\":null,\"title\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"type\":null,\"files\":null}',0,0,0,0,'Tim Liß',NULL,'static',8,0,0,NULL,''),(2,138,1577669608,1461370193,0,0,0,0,0,-1,0,'{\"type\":null,\"title\":null,\"files\":null,\"sys_language_uid\":null,\"starttime\":null,\"endtime\":null,\"description\":null}',0,0,0,0,'Eine Dateiliste',NULL,'static',3,0,0,NULL,''),(3,138,1577669659,1577669385,0,0,0,0,2,1,0,'{\"type\":null,\"title\":null,\"files\":null,\"sys_language_uid\":null,\"l10n_parent\":null,\"starttime\":null,\"endtime\":null,\"description\":null}',0,0,0,0,'Eine Dateiliste',NULL,'static',3,0,0,NULL,''),(4,118,1583233785,1583169333,0,0,0,0,0,0,0,'{\"type\":null,\"title\":null,\"storage\":null,\"folder\":null,\"recursive\":null,\"sys_language_uid\":null,\"starttime\":null,\"endtime\":null,\"description\":null}',0,0,0,0,'Demo Ordner','','folder',0,0,0,NULL,'1:/images/demo/gallery/'); +/*!40000 ALTER TABLE `sys_file_collection` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_file_metadata` +-- + +DROP TABLE IF EXISTS `sys_file_metadata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_file_metadata` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `crdate` int(10) unsigned NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, + `l10n_diffsource` mediumblob DEFAULT NULL, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `file` int(11) NOT NULL DEFAULT 0, + `title` tinytext DEFAULT NULL, + `width` int(11) NOT NULL DEFAULT 0, + `height` int(11) NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `alternative` text DEFAULT NULL, + `categories` int(10) unsigned NOT NULL DEFAULT 0, + `visible` int(11) unsigned DEFAULT 1, + `status` varchar(24) DEFAULT '', + `keywords` text DEFAULT NULL, + `caption` text DEFAULT NULL, + `creator_tool` varchar(255) DEFAULT '', + `download_name` varchar(255) DEFAULT '', + `creator` varchar(255) DEFAULT '', + `publisher` varchar(45) DEFAULT '', + `source` varchar(255) DEFAULT '', + `location_country` varchar(45) DEFAULT '', + `location_region` varchar(45) DEFAULT '', + `location_city` varchar(45) DEFAULT '', + `latitude` decimal(24,14) DEFAULT 0.00000000000000, + `longitude` decimal(24,14) DEFAULT 0.00000000000000, + `ranking` int(11) unsigned DEFAULT 0, + `content_creation_date` int(11) NOT NULL DEFAULT 0, + `content_modification_date` int(11) NOT NULL DEFAULT 0, + `note` text DEFAULT NULL, + `unit` varchar(3) DEFAULT '', + `duration` double DEFAULT 0, + `color_space` varchar(4) DEFAULT '', + `pages` int(4) unsigned DEFAULT 0, + `language` varchar(12) DEFAULT '', + `fe_groups` tinytext DEFAULT NULL, + `copyright` text DEFAULT NULL, + `l10n_state` text DEFAULT NULL, + `aspect_ratio` varchar(10) NOT NULL DEFAULT '', + `poster` int(11) NOT NULL DEFAULT 0, + `tracks` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `file` (`file`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `fal_filelist` (`l10n_parent`,`sys_language_uid`), + KEY `parent` (`pid`) +) ENGINE=InnoDB AUTO_INCREMENT=353 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_file_metadata` +-- + +LOCK TABLES `sys_file_metadata` WRITE; +/*!40000 ALTER TABLE `sys_file_metadata` DISABLE KEYS */; +INSERT INTO `sys_file_metadata` VALUES (1,0,1386616499,1386616499,0,0,'',0,0,0,0,0,1,'',16,11,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(2,0,1386616499,1386616499,0,0,'',0,0,0,0,0,2,'',16,11,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(3,0,1386616546,1386616546,0,0,'',0,0,0,0,0,3,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(4,0,1386616546,1386616546,0,0,'',0,0,0,0,0,4,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(5,0,1386616546,1386616546,0,0,'',0,0,0,0,0,5,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(6,0,1386616546,1386616546,0,0,'',0,0,0,0,0,6,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(7,0,1386616546,1386616546,0,0,'',0,0,0,0,0,7,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(8,0,1386616546,1386616546,0,0,'',0,0,0,0,0,8,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(9,0,1386616546,1386616546,0,0,'',0,0,0,0,0,9,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(10,0,1386616546,1386616546,0,0,'',0,0,0,0,0,10,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(11,0,1386616546,1386616546,0,0,'',0,0,0,0,0,11,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(12,0,1386616546,1386616546,0,0,'',0,0,0,0,0,12,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(13,0,1386616546,1386616546,0,0,'',0,0,0,0,0,13,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(14,0,1386616546,1386616546,0,0,'',0,0,0,0,0,14,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(15,0,1386616546,1386616546,0,0,'',0,0,0,0,0,15,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(16,0,1386616546,1386616546,0,0,'',0,0,0,0,0,16,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(17,0,1386616546,1386616546,0,0,'',0,0,0,0,0,17,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(18,0,1386616546,1386616546,0,0,'',0,0,0,0,0,18,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(19,0,1386616546,1386616546,0,0,'',0,0,0,0,0,19,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(20,0,1386616546,1386616546,0,0,'',0,0,0,0,0,20,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(21,0,1386616546,1386616546,0,0,'',0,0,0,0,0,21,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(22,0,1386616546,1386616546,0,0,'',0,0,0,0,0,22,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(23,0,1386616546,1386616546,0,0,'',0,0,0,0,0,23,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(24,0,1386616546,1386616546,0,0,'',0,0,0,0,0,24,'',18,12,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(25,0,1386616546,1386616546,0,0,'',0,0,0,0,0,25,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(26,0,1386616546,1386616546,0,0,'',0,0,0,0,0,26,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(27,0,1386616546,1386616546,0,0,'',0,0,0,0,0,27,'',15,12,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(28,0,1386616546,1386616546,0,0,'',0,0,0,0,0,28,'',15,12,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(29,0,1386616546,1386616546,0,0,'',0,0,0,0,0,29,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(30,0,1386616546,1386616546,0,0,'',0,0,0,0,0,30,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(31,0,1386616546,1386616546,0,0,'',0,0,0,0,0,31,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(32,0,1386616546,1386616546,0,0,'',0,0,0,0,0,32,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(33,0,1386616546,1386616546,0,0,'',0,0,0,0,0,33,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(34,0,1386616546,1386616546,0,0,'',0,0,0,0,0,34,'',14,12,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(35,0,1386616546,1386616546,0,0,'',0,0,0,0,0,35,'',14,12,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(36,0,1386616546,1386616546,0,0,'',0,0,0,0,0,36,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(37,0,1386616546,1386616546,0,0,'',0,0,0,0,0,37,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(38,0,1386616546,1386616546,0,0,'',0,0,0,0,0,38,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(39,0,1386616546,1386616546,0,0,'',0,0,0,0,0,39,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(41,0,1386616546,1386616546,0,0,'',0,0,0,0,0,41,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(42,0,1386616546,1386616546,0,0,'',0,0,0,0,0,42,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(43,0,1386616546,1386616546,0,0,'',0,0,0,0,0,43,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(44,0,1386616546,1386616546,0,0,'',0,0,0,0,0,44,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(45,0,1386616546,1386616546,0,0,'',0,0,0,0,0,45,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(46,0,1386616546,1386616546,0,0,'',0,0,0,0,0,46,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(47,0,1386616546,1386616546,0,0,'',0,0,0,0,0,47,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(48,0,1386616546,1386616546,0,0,'',0,0,0,0,0,48,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(49,0,1386616546,1386616546,0,0,'',0,0,0,0,0,49,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(50,0,1386616546,1386616546,0,0,'',0,0,0,0,0,50,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(51,0,1386616546,1386616546,0,0,'',0,0,0,0,0,51,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(53,0,1386616546,1386616546,0,0,'',0,0,0,0,0,53,'',17,12,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(58,0,1386616546,1386616546,0,0,'',0,0,0,0,0,58,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(59,0,1386616546,1386616546,0,0,'',0,0,0,0,0,59,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(60,0,1386616546,1386616546,0,0,'',0,0,0,0,0,60,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(61,0,1386616546,1386616546,0,0,'',0,0,0,0,0,61,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(62,0,1386616546,1386616546,0,0,'',0,0,0,0,0,62,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(63,0,1386616546,1386616546,0,0,'',0,0,0,0,0,63,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(64,0,1386616546,1386616546,0,0,'',0,0,0,0,0,64,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(65,0,1386616546,1386616546,0,0,'',0,0,0,0,0,65,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(66,0,1386616546,1386616546,0,0,'',0,0,0,0,0,66,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(67,0,1386616546,1386616546,0,0,'',0,0,0,0,0,67,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(68,0,1386616546,1386616546,0,0,'',0,0,0,0,0,68,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(69,0,1386616546,1386616546,0,0,'',0,0,0,0,0,69,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(70,0,1386616546,1386616546,0,0,'',0,0,0,0,0,70,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(71,0,1386616546,1386616546,0,0,'',0,0,0,0,0,71,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(72,0,1386616546,1386616546,0,0,'',0,0,0,0,0,72,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(73,0,1386616546,1386616546,0,0,'',0,0,0,0,0,73,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(74,0,1386616546,1386616546,0,0,'',0,0,0,0,0,74,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(75,0,1386616546,1386616546,0,0,'',0,0,0,0,0,75,'',18,17,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(76,0,1386616546,1386616546,0,0,'',0,0,0,0,0,76,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(77,0,1386616546,1386616546,0,0,'',0,0,0,0,0,77,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(78,0,1386616546,1386616546,0,0,'',0,0,0,0,0,78,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(79,0,1386616546,1386616546,0,0,'',0,0,0,0,0,79,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(80,0,1386616546,1386616546,0,0,'',0,0,0,0,0,80,'',18,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(81,0,1386616546,1386616546,0,0,'',0,0,0,0,0,81,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(82,0,1386616546,1386616546,0,0,'',0,0,0,0,0,82,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(83,0,1386616546,1386616546,0,0,'',0,0,0,0,0,83,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(84,0,1386616546,1386616546,0,0,'',0,0,0,0,0,84,'',21,18,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(85,0,1386616546,1386616546,0,0,'',0,0,0,0,0,85,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(86,0,1386616546,1386616546,0,0,'',0,0,0,0,0,86,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(87,0,1386616546,1386616546,0,0,'',0,0,0,0,0,87,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(88,0,1386616546,1386616546,0,0,'',0,0,0,0,0,88,'',18,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(89,0,1386616546,1386616546,0,0,'',0,0,0,0,0,89,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(90,0,1386616546,1386616546,0,0,'',0,0,0,0,0,90,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(91,0,1386617205,1386617205,0,0,'',0,0,0,0,0,91,'',57,57,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(92,0,1386617205,1386617205,0,0,'',0,0,0,0,0,92,'',72,72,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(93,0,1386617205,1386617205,0,0,'',0,0,0,0,0,93,'',114,114,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(94,0,1386617205,1386617205,0,0,'',0,0,0,0,0,94,'',144,144,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(96,0,1467321982,1386626482,0,0,'',0,0,0,0,0,96,'',1000,650,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(97,0,1467321982,1386626482,0,0,'{\"categories\":null}',0,0,0,0,0,97,'',1000,650,'','',1,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(98,0,1514694097,1386626482,0,0,'',0,0,0,0,0,98,'',943,671,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(99,0,1514694097,1386626482,0,0,'',0,0,0,0,0,99,'',546,486,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(100,0,1514694097,1386626482,0,0,'',0,0,0,0,0,100,'',471,391,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(101,0,1514694097,1386626482,0,0,'',0,0,0,0,0,101,'',880,880,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(102,0,1514694097,1386626482,0,0,'',0,0,0,0,0,102,'',737,449,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(103,0,1467321982,1386626482,0,0,'{\"title\":null,\"description\":null,\"alternative\":null,\"keywords\":null,\"caption\":null,\"download_name\":null,\"visible\":null,\"status\":null,\"ranking\":null,\"fe_groups\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"categories\":null,\"related_files\":null}',0,0,0,0,0,103,'Responsive',751,516,'','',0,1,'1','','','','','','','','','','',0.00000000000000,0.00000000000000,1,0,0,'','',0,'',0,'','','',NULL,'',0,0),(104,0,1514694097,1386626482,0,0,'',0,0,0,0,0,104,'',854,400,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(105,0,1386756740,1386756740,0,0,'',0,0,0,0,0,105,'',0,0,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(106,0,1386756743,1386756743,0,0,'',0,0,0,0,0,106,'',0,0,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(107,0,1386756743,1386756743,0,0,'',0,0,0,0,0,107,'',0,0,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(108,0,1386756743,1386756743,0,0,'',0,0,0,0,0,108,'',0,0,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(111,0,1386760360,1386760360,0,0,'',0,0,0,0,0,111,'',16,16,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(116,0,1388016352,1388016352,0,0,'',0,0,0,0,0,116,'',128,128,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(117,0,1391329655,1391329655,0,0,'',0,0,0,0,0,117,'',1000,650,'','',0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(118,0,1448738292,1395794506,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"categories\":null}',0,0,0,0,0,118,NULL,400,400,NULL,NULL,0,1,'1','','','','','Sven Wappler','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Sven Wappler',NULL,'',0,0),(119,0,1395794507,1395794506,0,0,'',0,0,0,0,0,119,NULL,400,400,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(120,0,1395794507,1395794506,0,0,'',0,0,0,0,0,120,NULL,400,400,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(121,0,1395794507,1395794506,0,0,'',0,0,0,0,0,121,NULL,400,400,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(122,0,1395794507,1395794506,0,0,'',0,0,0,0,0,122,NULL,400,400,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(123,0,1396474527,1396474526,0,0,'',0,0,0,0,0,123,NULL,1000,650,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(124,0,1396474604,1396474603,0,0,'',0,0,0,0,0,124,NULL,1000,650,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(125,0,1396474636,1396474635,0,0,'',0,0,0,0,0,125,NULL,1000,650,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(126,0,1397439971,1397439970,0,0,'',0,0,0,0,0,126,NULL,400,300,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(127,0,1397439971,1397439970,0,0,'',0,0,0,0,0,127,NULL,128,128,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(128,0,1397440706,1397440705,0,0,'',0,0,0,0,0,128,NULL,425,240,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(129,0,1399331363,1399331362,0,0,'',0,0,0,0,0,129,NULL,23,13,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(130,0,1399331363,1399331362,0,0,'',0,0,0,0,0,130,NULL,23,13,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(131,0,1399340310,1399340308,0,0,'',0,0,0,0,0,131,NULL,1000,650,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(132,0,1399343710,1399343709,0,0,'',0,0,0,0,0,132,NULL,900,675,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(133,0,1399343710,1399343709,0,0,'',0,0,0,0,0,133,NULL,1000,650,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(134,0,1399343710,1399343709,0,0,'',0,0,0,0,0,134,NULL,1000,750,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(135,0,1399343710,1399343709,0,0,'',0,0,0,0,0,135,NULL,1000,750,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(136,0,1399343710,1399343709,0,0,'',0,0,0,0,0,136,NULL,1000,750,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(137,0,1399343711,1399343709,0,0,'',0,0,0,0,0,137,NULL,1000,650,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(138,0,1400162069,1400162068,0,0,'',0,0,0,0,0,148,NULL,1280,720,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(139,0,1400162105,1400162105,0,0,'',0,0,0,0,0,149,NULL,1280,720,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(142,0,1400449589,1400449589,0,0,'',0,0,0,0,0,152,NULL,600,164,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(143,0,1400457567,1400457566,0,0,'',0,0,0,0,0,153,NULL,1280,720,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(144,0,1402962655,1402962655,0,0,'',0,0,0,0,0,154,NULL,600,400,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(145,0,1403877077,1403877076,0,0,'',0,0,0,0,0,155,NULL,17,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(146,0,1403877077,1403877076,0,0,'',0,0,0,0,0,156,NULL,16,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(147,0,1403895176,1403895174,0,0,'',0,0,0,0,0,157,NULL,1280,720,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(148,0,1403895176,1403895174,0,0,'',0,0,0,0,0,158,NULL,1920,1200,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(149,0,1403981911,1403981910,0,0,'',0,0,0,0,0,159,NULL,1920,1200,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(150,0,1514694097,1406935364,0,0,'',0,0,0,0,0,160,NULL,234,167,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(151,0,1514694097,1407092993,0,0,'',0,0,0,0,0,161,NULL,424,74,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(152,0,1514694097,1407095165,0,0,'',0,0,0,0,0,162,NULL,285,98,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(153,0,1408670608,1408670608,0,0,'',0,0,0,0,0,163,NULL,0,0,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(154,0,1514694097,1408982468,0,0,'',0,0,0,0,0,164,NULL,847,750,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(155,0,1409480107,1409480105,0,0,'',0,0,0,0,0,165,NULL,57,57,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(156,0,1409480107,1409480105,0,0,'',0,0,0,0,0,166,NULL,72,72,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(157,0,1409480107,1409480105,0,0,'',0,0,0,0,0,167,NULL,114,114,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(158,0,1409480107,1409480105,0,0,'',0,0,0,0,0,168,NULL,144,144,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(159,0,1514694097,1409493850,0,0,'{\"title\":null,\"description\":null,\"alternative\":null,\"keywords\":null,\"caption\":null,\"download_name\":null,\"visible\":null,\"status\":null,\"ranking\":null,\"fe_groups\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"categories\":null,\"related_files\":null,\"focus_point_y\":null,\"focus_point_x\":null}',0,0,0,0,0,169,NULL,676,624,NULL,'Videolightbox Backend-Einstellungen',0,1,'1','','','','','','','','','','',0.00000000000000,0.00000000000000,1,0,0,'','',0,'',0,'','','',NULL,'',0,0),(160,0,1409840044,1409840041,0,0,'',0,0,0,0,0,170,NULL,600,400,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(163,0,1514694097,1411339983,0,0,'',0,0,0,0,0,173,NULL,670,944,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(168,0,1411513079,1411513077,0,0,'',0,0,0,0,0,178,NULL,56,56,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(169,0,1412727084,1412727083,0,0,'',0,0,0,0,0,179,NULL,300,225,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(170,0,1419210236,1419210235,0,0,'',0,0,0,0,0,180,NULL,128,128,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(171,0,1420803660,1420803659,0,0,'',0,0,0,0,0,181,NULL,16,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(172,0,1420803661,1420803659,0,0,'',0,0,0,0,0,182,NULL,16,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(173,0,1420803661,1420803659,0,0,'',0,0,0,0,0,183,NULL,16,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(174,0,1428497700,1428497699,0,0,'',0,0,0,0,0,184,NULL,250,188,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(176,0,1447699960,1447699959,0,0,'',0,0,0,0,0,186,NULL,193,34,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(177,0,1448138542,1448138541,0,0,'',0,0,0,0,0,187,NULL,16,11,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(178,0,1461371232,1448537632,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"caption\":null,\"download_name\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"duration\":null,\"categories\":null}',0,0,0,0,0,188,'Kai Engel 04 Moonlight Reprise',0,0,NULL,NULL,0,1,'1','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(179,0,1448738257,1448577626,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"categories\":null}',0,0,0,0,0,189,'Tim Liß',3000,1052,NULL,NULL,0,1,'1','','','','','Tim Liß','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(180,0,1525221602,1448585238,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,190,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(181,0,1525226484,1448585262,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,191,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(182,0,1525221615,1448585286,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,192,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(183,0,1525221621,1448585309,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,193,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(184,0,1525221630,1448585381,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,194,'',3000,2033,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(185,0,1525221638,1448585401,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,195,'',2853,3000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(186,0,1525221646,1448585453,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,196,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(187,0,1525221655,1448585487,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,197,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(188,0,1525221662,1448585520,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,198,'',3000,2000,NULL,NULL,0,1,'1','','','','','Tim Liß','','http://timliss.de','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß',NULL,'',0,0),(189,0,1448625672,1448625671,0,0,'',0,0,0,0,0,199,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(190,0,1448625673,1448625671,0,0,'',0,0,0,0,0,200,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(191,0,1448625674,1448625671,0,0,'',0,0,0,0,0,201,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(192,0,1448625674,1448625671,0,0,'',0,0,0,0,0,202,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(193,0,1448625675,1448625671,0,0,'',0,0,0,0,0,203,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(194,0,1448625676,1448625671,0,0,'',0,0,0,0,0,204,NULL,3000,2033,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(195,0,1448625677,1448625671,0,0,'',0,0,0,0,0,205,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(196,0,1448625678,1448625671,0,0,'',0,0,0,0,0,206,NULL,3000,2000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(197,0,1448625678,1448625671,0,0,'',0,0,0,0,0,207,NULL,2853,3000,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(198,0,1448847791,1448847790,0,0,'',0,0,0,0,0,208,NULL,16,11,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(199,0,1448911467,1448911467,0,0,'',0,0,0,0,0,209,NULL,18,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(200,0,1448911467,1448911467,0,0,'',0,0,0,0,0,210,NULL,18,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(201,0,1448913988,1448913987,0,0,'',0,0,0,0,0,211,NULL,18,16,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(202,0,1514694097,1449186016,0,0,'',0,0,0,0,0,212,NULL,496,657,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(203,0,1514694097,1449188303,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"categories\":null}',0,0,0,0,0,213,'HTML Quellcode des picture Tags',799,254,'Mehrfach gerendert und optimierte Bilddateien für Ausgabegeräte pro Bild',NULL,0,1,'1','picture','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(209,0,1514694097,1455927238,0,0,'',0,0,0,0,0,219,NULL,1114,659,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(210,0,1514694097,1457098917,0,0,'',0,0,0,0,0,220,NULL,858,663,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(211,0,1514694097,1457098921,0,0,'',0,0,0,0,0,221,NULL,858,663,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(212,0,1514694097,1457098928,0,0,'',0,0,0,0,0,222,NULL,858,663,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(213,0,1514694097,1457099249,0,0,'',0,0,0,0,0,223,NULL,858,663,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(214,0,1514694097,1457100560,0,0,'',0,0,0,0,0,224,NULL,1187,458,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(215,0,1514694097,1457100566,0,0,'',0,0,0,0,0,225,NULL,1187,458,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(216,0,1514694097,1457100715,0,0,'',0,0,0,0,0,226,NULL,1187,458,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(217,0,1514694097,1457100736,0,0,'',0,0,0,0,0,227,NULL,1187,458,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(218,0,1525226463,1457120357,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,228,NULL,3000,1000,NULL,NULL,0,1,'1','','','','','Tim Liss','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liss',NULL,'',0,0),(219,0,1525226472,1457120357,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,229,NULL,3000,1000,NULL,NULL,0,1,'1','','','','','Tim Liss','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liss',NULL,'',0,0),(221,0,1465209102,1465209101,0,0,'',0,0,0,0,0,231,NULL,300,250,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(222,0,1465209102,1465209101,0,0,'',0,0,0,0,0,232,NULL,300,250,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(223,0,1465777593,1465777593,0,0,'',0,0,0,0,0,233,NULL,585,196,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(224,0,1465777594,1465777593,0,0,'',0,0,0,0,0,234,NULL,869,742,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(225,0,1465809155,1465809155,0,0,'',0,0,0,0,0,235,NULL,788,279,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(226,0,1466968793,1466968792,0,0,'',0,0,0,0,0,236,'Sony 4K Demo: Another World',480,270,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(227,0,1467321982,1467321982,0,0,'',0,0,0,0,0,138,NULL,0,0,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(228,0,1489080764,1469472729,1,179,'{\"title\":\"Tim Li\\u00df\",\"description\":null,\"ranking\":\"0\",\"keywords\":\"\",\"alternative\":null,\"caption\":\"\",\"download_name\":\"\",\"visible\":\"1\",\"status\":\"1\",\"fe_groups\":\"\",\"creator\":\"Tim Li\\u00df\",\"creator_tool\":\"\",\"publisher\":\"\",\"source\":\"\",\"copyright\":\"Tim Li\\u00df\",\"location_country\":\"\",\"location_region\":\"\",\"location_city\":\"\",\"latitude\":\"0.00000000000000\",\"longitude\":\"0.00000000000000\",\"categories\":\"0\",\"width\":3000,\"height\":1052,\"content_creation_date\":0,\"content_modification_date\":0,\"unit\":\"\",\"duration\":0,\"color_space\":\"\",\"pages\":0,\"language\":\"\"}',0,0,0,0,179,189,'Stree by Tim Liß',3000,1052,NULL,NULL,0,1,'1','','','','','Tim Liß','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','Tim Liß','{\"location_country\":\"parent\",\"location_region\":\"parent\",\"location_city\":\"parent\"}','',0,0),(230,0,1470172878,1470172878,0,0,'',0,0,0,0,0,239,NULL,902,286,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(231,0,1514694097,1473324682,0,0,'',0,0,0,0,0,240,NULL,990,147,NULL,NULL,0,1,'','','','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,'','',0,'',0,'','','',NULL,'',0,0),(232,0,1514694097,1477566435,0,0,'',0,0,0,0,0,241,NULL,1114,659,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(235,0,1478029420,1478029420,0,0,'',0,0,0,0,0,244,NULL,1000,650,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(236,0,1514694097,1478392685,0,0,'',0,0,0,0,0,245,NULL,314,579,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(237,0,1514694097,1478393074,0,0,'',0,0,0,0,0,246,NULL,1202,607,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(238,0,1481311305,1481311304,0,0,'',0,0,0,0,0,247,NULL,1052,1052,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(239,0,1481315329,1481315328,0,0,'',0,0,0,0,0,248,NULL,1871,1052,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(240,0,1481316010,1481316009,0,0,'',0,0,0,0,0,249,NULL,2104,1052,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(241,0,1481316010,1481316009,0,0,'',0,0,0,0,0,250,NULL,526,1052,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(242,0,1481316389,1481316388,0,0,'',0,0,0,0,0,251,NULL,3000,1000,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(243,0,1481331893,1481331892,0,0,'',0,0,0,0,0,252,NULL,1767,589,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(244,0,1481331893,1481331892,0,0,'',0,0,0,0,0,253,NULL,1178,589,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(245,0,1481331893,1481331892,0,0,'',0,0,0,0,0,254,NULL,589,589,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(246,0,1481332022,1481332022,0,0,'',0,0,0,0,0,255,NULL,2981,497,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(247,0,1481332023,1481332022,0,0,'',0,0,0,0,0,256,NULL,2945,589,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(248,0,1481332023,1481332022,0,0,'',0,0,0,0,0,257,NULL,1767,589,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(249,0,1481332023,1481332022,0,0,'',0,0,0,0,0,258,NULL,1178,589,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(250,0,1514694097,1481334000,0,0,'',0,0,0,0,0,259,NULL,3709,2473,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(251,0,1481334060,1481334058,0,0,'',0,0,0,0,0,260,NULL,3709,619,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(252,0,1481334060,1481334058,0,0,'',0,0,0,0,0,261,NULL,3709,742,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(253,0,1481334061,1481334058,0,0,'',0,0,0,0,0,262,NULL,3709,1237,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(254,0,1481334061,1481334058,0,0,'',0,0,0,0,0,263,NULL,3709,1855,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(255,0,1514694097,1481334829,0,0,'',0,0,0,0,0,264,NULL,5253,3502,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(256,0,1481334847,1481334845,0,0,'',0,0,0,0,0,265,NULL,5253,1751,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(257,0,1481334848,1481334845,0,0,'',0,0,0,0,0,266,NULL,5253,2627,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(258,0,1481334849,1481334845,0,0,'',0,0,0,0,0,267,NULL,3502,3502,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(259,0,1481334908,1481334907,0,0,'',0,0,0,0,0,268,NULL,5253,1751,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(260,0,1481334910,1481334907,0,0,'',0,0,0,0,0,269,NULL,5253,2627,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(261,0,1481334911,1481334907,0,0,'',0,0,0,0,0,270,NULL,3502,3502,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(263,0,1481336602,1481336601,0,0,'',0,0,0,0,0,272,NULL,3000,1000,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(264,0,1481336603,1481336601,0,0,'',0,0,0,0,0,273,NULL,3000,1500,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(265,0,1481336603,1481336601,0,0,'',0,0,0,0,0,274,NULL,2143,2143,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(266,0,1481336723,1481336723,0,0,'',0,0,0,0,0,275,NULL,5472,3648,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(267,0,1481336758,1481336756,0,0,'',0,0,0,0,0,276,NULL,5472,1824,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(268,0,1481336760,1481336756,0,0,'',0,0,0,0,0,277,NULL,5472,2736,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(269,0,1481336761,1481336756,0,0,'',0,0,0,0,0,278,NULL,3648,3648,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(270,0,1481565204,1481565202,0,0,'',0,0,0,0,0,279,NULL,3000,500,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(271,0,1481565204,1481565202,0,0,'',0,0,0,0,0,280,NULL,3000,600,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(272,0,1481565204,1481565202,0,0,'',0,0,0,0,0,281,NULL,3000,1000,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(273,0,1481565205,1481565202,0,0,'',0,0,0,0,0,282,NULL,2104,1052,NULL,NULL,0,1,'',NULL,'','','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'',NULL,'',0,0),(274,0,1485823544,1485823544,0,0,'',0,0,0,0,0,283,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(275,0,1673279709,1492184812,0,0,'{\"title\":\"\",\"description\":\"\",\"ranking\":\"\",\"keywords\":\"\",\"caption\":\"\",\"download_name\":\"\",\"sys_language_uid\":\"\",\"creator\":\"\",\"creator_tool\":\"\",\"publisher\":\"\",\"source\":\"\",\"copyright\":\"\",\"language\":\"\",\"content_creation_date\":\"\",\"content_modification_date\":\"\",\"duration\":\"\",\"poster\":\"\",\"tracks\":\"\",\"aspect_ratio\":\"\",\"visible\":\"\",\"status\":\"\",\"fe_groups\":\"\",\"categories\":\"\"}',0,0,0,0,0,284,NULL,0,0,NULL,NULL,0,1,'1',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'21:9',1,0),(276,0,1492185123,1492185123,0,0,'',0,0,0,0,0,285,'Samsung 4K UHD demo video: Cityscape (with great song)',480,270,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(278,0,1492218826,1492218824,0,0,'',0,0,0,0,0,287,NULL,5472,912,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(279,0,1492218827,1492218824,0,0,'',0,0,0,0,0,288,NULL,5472,1095,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(280,0,1514694097,1492223884,0,0,'',0,0,0,0,0,289,NULL,1500,1000,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(281,0,1496229515,1496229515,0,0,'',0,0,0,0,0,290,NULL,4211,2788,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(282,0,1497566663,1497566663,0,0,'',0,0,0,0,0,291,NULL,6689,4368,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(283,0,1506884421,1506884420,0,0,'',0,0,0,0,0,292,NULL,1500,1500,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(284,0,1514311863,1514311863,0,0,'',0,0,0,0,0,293,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(285,0,1514311863,1514311863,0,0,'',0,0,0,0,0,294,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(286,0,1514311863,1514311863,0,0,'',0,0,0,0,0,295,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(287,0,1514311863,1514311863,0,0,'',0,0,0,0,0,296,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(288,0,1514311863,1514311863,0,0,'',0,0,0,0,0,297,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(289,0,1514311863,1514311863,0,0,'',0,0,0,0,0,298,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(290,0,1514311863,1514311863,0,0,'',0,0,0,0,0,299,NULL,423,495,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(291,0,1514312816,1514312815,0,0,'',0,0,0,0,0,300,NULL,128,128,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(292,0,1514316517,1514316514,0,0,'',0,0,0,0,0,301,NULL,600,400,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(293,0,1514413331,1514413330,0,0,'',0,0,0,0,0,302,NULL,423,317,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(294,0,1514551627,1514551627,0,0,'',0,0,0,0,0,303,NULL,5760,3840,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(295,0,1514642386,1514642385,0,0,'',0,0,0,0,0,304,NULL,6000,4134,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(296,0,1514660023,1514660022,0,0,'',0,0,0,0,0,305,NULL,500,333,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(297,0,1514665408,1514665407,0,0,'',0,0,0,0,0,306,NULL,500,333,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(298,0,1514672759,1514672759,0,0,'',0,0,0,0,0,307,NULL,500,333,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(299,0,1514672759,1514672759,0,0,'',0,0,0,0,0,308,NULL,500,333,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(300,0,1514672759,1514672759,0,0,'',0,0,0,0,0,309,NULL,1500,1000,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(301,0,1514672759,1514672759,0,0,'',0,0,0,0,0,310,NULL,500,333,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(302,0,1515360610,1515360610,0,0,'',0,0,0,0,0,311,NULL,900,596,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(303,0,1515360622,1515360621,0,0,'',0,0,0,0,0,312,NULL,5760,3840,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(304,0,1515360629,1515360628,0,0,'',0,0,0,0,0,313,NULL,4300,2862,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(305,0,1517749435,1517749434,0,0,'',0,0,0,0,0,314,NULL,400,100,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(306,0,1520209915,1520209915,0,0,'',0,0,0,0,0,315,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(307,0,1537665398,1537665398,0,0,'',0,0,0,0,0,318,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(309,0,1646604585,1538872711,0,0,'',0,0,0,0,0,320,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(310,0,1540777665,1540777665,0,0,'',0,0,0,0,0,321,NULL,1913,442,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(311,0,1542570425,1542570425,0,0,'',0,0,0,0,0,322,NULL,1066,618,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(312,0,1542574947,1542574947,0,0,'',0,0,0,0,0,237,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(313,0,1542796086,1542796086,0,0,'',0,0,0,0,0,323,NULL,16,16,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(314,0,1546719354,1546719353,0,0,'',0,0,0,0,0,324,NULL,96,96,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(315,0,1553595307,1553595307,0,0,'',0,0,0,0,0,325,NULL,670,944,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(316,0,1576963151,1576963151,0,0,'',0,0,0,0,0,326,NULL,740,419,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(317,0,1577640800,1577640800,0,0,'',0,0,0,0,0,327,NULL,64,64,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(318,0,1600259941,1581272923,0,0,'',0,0,0,0,0,328,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(319,0,1583235178,1583233527,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,329,NULL,2739,1829,NULL,NULL,0,1,'1',NULL,'Photo by Kun Fotografi from Pexels','','','Kun Fotografi','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Kun Fotografim, Pexels',NULL,'',0,0),(320,0,1583235270,1583233620,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,330,NULL,5714,3799,'',NULL,0,1,'1',NULL,'Photo by suzukii xingfu from Pexels','','','suzukii xingfu','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'suzukii xingfu, Pexels',NULL,'',0,0),(321,0,1583235139,1583233665,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,331,NULL,5986,3991,NULL,NULL,0,1,'1',NULL,NULL,'','','Dimitry Anikin','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Dimitry Anikin, Pexels',NULL,'',0,0),(322,0,1586705460,1586705429,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,332,NULL,4342,2898,NULL,NULL,0,1,'1',NULL,NULL,'','','Aleksey Kuprikov','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Photo by Aleksey Kuprikov',NULL,'',0,0),(323,0,1586705522,1586705497,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,333,NULL,3456,4608,NULL,NULL,0,1,'1',NULL,NULL,'','','Aleksey Kuprikov','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Photo by Aleksey Kuprikov',NULL,'',0,0),(324,0,1587858507,1586897789,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,334,'Two Kids',4032,3024,NULL,NULL,0,1,'1',NULL,NULL,'','','Jessica West','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Jessica West, Pexels',NULL,'',0,0),(325,0,1587858282,1586956211,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,335,NULL,5464,3640,NULL,NULL,0,1,'1',NULL,NULL,'','','Walid Ahmad','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Walid Ahmad, Pexels',NULL,'',0,0),(326,0,1587858237,1586969113,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,336,NULL,4000,2672,NULL,NULL,0,1,'1',NULL,NULL,'','','Francesco Ungaro','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Francesco Ungaro, Pexels',NULL,'',0,0),(327,0,1587858325,1586969205,0,0,'{\"title\":null,\"description\":null,\"ranking\":null,\"keywords\":null,\"alternative\":null,\"caption\":null,\"download_name\":null,\"sys_language_uid\":null,\"creator\":null,\"creator_tool\":null,\"publisher\":null,\"source\":null,\"copyright\":null,\"language\":null,\"location_country\":null,\"location_region\":null,\"location_city\":null,\"latitude\":null,\"longitude\":null,\"content_creation_date\":null,\"content_modification_date\":null,\"visible\":null,\"status\":null,\"fe_groups\":null,\"categories\":null}',0,0,0,0,0,337,NULL,3456,5184,NULL,NULL,0,1,'1',NULL,NULL,'','','Maël BALLAND','','Pexels','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,'Maël BALLAND, Pexels',NULL,'',0,0),(328,0,1589139634,1589139634,0,0,'',0,0,0,0,0,338,NULL,192,34,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(329,0,1591707744,1591707744,0,0,'',0,0,0,0,0,339,NULL,1980,1315,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(330,0,1591707744,1591707744,0,0,'',0,0,0,0,0,340,NULL,1980,1315,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(331,0,1603104712,1603104712,0,0,'',0,0,0,0,0,341,NULL,1134,650,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(332,0,1606489445,1606489445,0,0,'',0,0,0,0,0,342,NULL,813,726,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(333,0,1609950376,1609950376,0,0,'',0,0,0,0,0,343,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(334,0,1609950376,1609950376,0,0,'',0,0,0,0,0,344,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(335,0,1614702001,1614702001,0,0,'',0,0,0,0,0,345,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(336,0,1615803612,1615803612,0,0,'',0,0,0,0,0,346,NULL,838,687,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(337,0,1641319459,1641319459,0,0,'',0,0,0,0,0,347,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(338,0,1671939435,1671939435,0,0,'',0,0,0,0,0,348,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(339,0,1671939435,1671939435,0,0,'',0,0,0,0,0,349,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(340,0,1673279472,1673279472,0,0,'',0,0,0,0,0,350,NULL,1187,543,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(341,0,1676403471,1676403471,0,0,'',0,0,0,0,0,351,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(342,0,1676403471,1676403471,0,0,'',0,0,0,0,0,352,NULL,57,57,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(343,0,1676403471,1676403471,0,0,'',0,0,0,0,0,353,NULL,72,72,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(344,0,1676403471,1676403471,0,0,'',0,0,0,0,0,354,NULL,114,114,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(345,0,1676403471,1676403471,0,0,'',0,0,0,0,0,355,NULL,144,144,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(346,0,1676453692,1676453692,0,0,'',0,0,0,0,0,356,NULL,192,34,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(347,0,1684501310,1684501310,0,0,'',0,0,0,0,0,357,NULL,0,0,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(348,0,1684501310,1684501310,0,0,'',0,0,0,0,0,358,NULL,57,57,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(349,0,1684501310,1684501310,0,0,'',0,0,0,0,0,359,NULL,72,72,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(350,0,1684501310,1684501310,0,0,'',0,0,0,0,0,360,NULL,114,114,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(351,0,1684501310,1684501310,0,0,'',0,0,0,0,0,361,NULL,144,144,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0),(352,0,1685296333,1685296333,0,0,'',0,0,0,0,0,362,NULL,192,34,NULL,NULL,0,1,'',NULL,NULL,'','','','','','','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,NULL,NULL,'',0,0); +/*!40000 ALTER TABLE `sys_file_metadata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_file_reference` +-- + +DROP TABLE IF EXISTS `sys_file_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_file_reference` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `crdate` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, + `l10n_diffsource` mediumblob DEFAULT NULL, + `uid_local` int(11) NOT NULL DEFAULT 0, + `uid_foreign` int(11) NOT NULL DEFAULT 0, + `tablenames` varchar(64) NOT NULL DEFAULT '', + `fieldname` varchar(64) NOT NULL DEFAULT '', + `sorting_foreign` int(11) NOT NULL DEFAULT 0, + `title` tinytext DEFAULT NULL, + `description` text DEFAULT NULL, + `alternative` text DEFAULT NULL, + `link` varchar(1024) NOT NULL DEFAULT '', + `showinpreview` smallint(6) NOT NULL DEFAULT 0, + `crop` varchar(4000) NOT NULL DEFAULT '', + `autoplay` smallint(6) NOT NULL DEFAULT 0, + `l10n_state` text DEFAULT NULL, + `loop` smallint(6) NOT NULL DEFAULT 0, + `muted` smallint(6) NOT NULL DEFAULT 0, + `text_visible` text DEFAULT NULL, + `text_hover` text DEFAULT NULL, + `extended_design` varchar(40) NOT NULL DEFAULT '', + `show_related_videos` smallint(6) NOT NULL DEFAULT 0, + `track_type` varchar(30) NOT NULL DEFAULT '', + `track_language` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `deleted` (`deleted`), + KEY `uid_foreign` (`uid_foreign`), + KEY `uid_local` (`uid_local`), + KEY `tablenames_fieldname` (`tablenames`(32),`fieldname`(12)), + KEY `combined_1` (`l10n_parent`,`t3ver_oid`,`t3ver_wsid`,`t3ver_state`,`deleted`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=588 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_file_reference` +-- + +LOCK TABLES `sys_file_reference` WRITE; +/*!40000 ALTER TABLE `sys_file_reference` DISABLE KEYS */; +INSERT INTO `sys_file_reference` VALUES (6,21,1386661703,1386661703,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',97,67,'tt_content','image',1,'','','','',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(7,61,1521916761,1395794521,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',118,194,'tt_content','assets',1,'Bild 1','','','',0,'{\"default\":{\"cropArea\":{\"x\":0.1925,\"y\":0.1225,\"width\":0.54000000000000004,\"height\":0.54000000000000004},\"selectedRatio\":\"1:1\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(9,61,1510393276,1395795066,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',119,195,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(11,61,1510393276,1395795111,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',120,196,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(13,61,1510393276,1395795140,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',122,197,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(16,27,1395884333,1395884300,0,0,0,0,0,0,0,0,'{\"hidden\":null}',100,222,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(17,27,1395884558,1395884372,0,0,0,0,0,0,0,0,'{\"hidden\":null}',101,223,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(31,27,1406893478,1406893346,0,0,0,0,0,0,1,16,'{\"hidden\":\"0\"}',100,505,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(32,27,1406893495,1406893346,0,0,0,0,0,0,1,17,'{\"hidden\":\"0\"}',101,506,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(33,61,1510393276,1406903905,0,0,0,0,0,0,1,7,'{\"hidden\":\"0\",\"poster\":0}',118,540,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(34,61,1510393276,1406903905,0,0,0,0,0,0,1,9,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":\"0\",\"sys_language_uid\":null}',119,541,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(35,61,1510393276,1406903905,0,0,0,0,0,0,1,11,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":\"0\",\"sys_language_uid\":null}',120,542,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(36,61,1510393276,1406903905,0,0,0,0,0,0,1,13,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":\"0\",\"sys_language_uid\":null}',122,543,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(37,72,1406935409,1406935401,0,0,0,0,0,0,0,0,'{\"hidden\":null}',160,583,'tt_content','assets',1,NULL,'Der Footer-Ordner',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(38,73,1684528476,1407093007,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',161,587,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(41,62,1637755794,1407105824,1,0,0,0,0,0,0,0,'{\"hidden\":null}',96,2,'tx_wsflexslider_domain_model_image','image',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(42,62,1637755794,1407105824,1,0,0,0,0,0,0,0,'{\"hidden\":null}',97,3,'tx_wsflexslider_domain_model_image','image',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(62,62,1637755794,1430143792,1,0,0,0,0,0,1,0,'{\"showinpreview\":null,\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null,\"l10n_parent\":null}',96,4,'tx_wsflexslider_domain_model_image','image',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(81,21,1524756271,1448586419,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',191,63,'tt_content','assets',1,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"height\":0.9940029985007496,\"width\":1,\"x\":-0.001,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(82,21,1525216580,1448587804,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',194,65,'tt_content','assets',1,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(88,46,1520209365,1448661543,0,0,0,0,0,0,0,0,'{\"hidden\":null}',190,4,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(89,46,1520209365,1448661543,0,0,0,0,0,0,0,0,'{\"hidden\":null}',195,4,'tx_news_domain_model_news','fal_media',2,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(90,46,1587745818,1448661591,0,0,0,0,0,0,0,0,'{\"hidden\":null}',191,7,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'{\"default\":{\"cropArea\":{\"x\":0.17016666666666669,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"slim\":{\"cropArea\":{\"x\":0.17016666666666669,\"y\":0.29999999999999999,\"width\":0.66666666666666663,\"height\":0.40000000000000002},\"selectedRatio\":\"5:2\",\"focusArea\":null},\"square\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"upright\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(91,46,1464391045,1448661623,0,0,0,0,0,0,0,0,'{\"hidden\":null}',196,5,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(92,46,1464391064,1448661663,0,0,0,0,0,0,0,0,'{\"hidden\":null}',197,2,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(93,46,1520209924,1448661708,0,0,0,0,0,0,0,0,'{\"hidden\":null}',198,1,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(94,46,1587745818,1448662390,0,0,0,0,0,0,0,0,'{\"hidden\":null}',163,7,'tx_news_domain_model_news','fal_related_files',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(100,62,1637755794,1448893166,1,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',198,1,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.16666641679160421,\"y\":0.24887556221889057,\"width\":0.66566716641679158,\"height\":0.49925037481259371},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.11694152923538231,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.13193403298350825,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.12893553223388307,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.15592203898050974,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(101,62,1637755794,1448893208,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',197,2,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.6666666666666666,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":0.8425787106446777,\"width\":1,\"x\":0,\"y\":0.026986506746626688},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"height\":0.8425787106446777,\"width\":1,\"x\":0,\"y\":0.09895052473763119},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.8425787106446777,\"width\":1,\"x\":0,\"y\":0.15592203898050974},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(102,62,1637755794,1448893228,1,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',193,3,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.00024987506246876973,\"y\":0.1199400299850075,\"width\":0.99950024987506247,\"height\":0.7496251874062968},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.077961019490254871,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.047976011994002997,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.00069409739574659095,\"y\":0.086956521739130432,\"width\":0.99861180520850679,\"height\":0.84257871064467771},\"selectedRatio\":\"16:9\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(103,115,1449186534,1449186030,0,0,0,0,0,0,0,0,'{\"hidden\":null}',212,762,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(104,21,1542210180,1449188316,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',213,768,'tt_content','assets',1,NULL,NULL,'','https://www.wapplersystems.de/',0,'{\"default\":{\"cropArea\":{\"x\":-0.00058942973322456303,\"y\":0,\"width\":0.42386316228619103,\"height\":0.99999999999999989},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(105,21,1449706648,1449706648,0,0,0,0,0,0,1,6,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',97,785,'tt_content','image',1,'','','','',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(109,21,1525216420,1449706648,0,0,0,0,0,0,1,82,'{\"hidden\":\"0\",\"poster\":0}',194,790,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(110,21,1524646037,1449706648,0,0,0,0,0,0,1,81,'{\"hidden\":\"0\",\"poster\":0}',191,794,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(111,21,1577670045,1449706648,0,0,0,0,0,0,1,104,'{\"hidden\":0,\"poster\":0,\"title\":null,\"alternative\":\"\",\"link\":\"https:\\/\\/www.wapplersystems.de\\/\",\"description\":null,\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":-0.00058942973322456303,\\\"y\\\":0,\\\"width\\\":0.42386316228619103,\\\"height\\\":0.99999999999999989},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":0,\"uid_local\":213,\"sys_language_uid\":0,\"l10n_parent\":0}',213,796,'tt_content','assets',1,NULL,'Multiple rendered and optimized image files for output devices per image',NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(112,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',190,1,'sys_file_collection','files',8,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(113,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',191,1,'sys_file_collection','files',3,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(114,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',192,1,'sys_file_collection','files',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(115,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',193,1,'sys_file_collection','files',2,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(116,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',194,1,'sys_file_collection','files',4,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(118,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',197,1,'sys_file_collection','files',5,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(119,118,1449835483,1449835439,0,0,0,0,0,0,0,0,'{\"hidden\":null}',198,1,'sys_file_collection','files',6,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(120,118,1449835502,1449835483,0,0,0,0,0,0,0,0,'{\"hidden\":null}',196,1,'sys_file_collection','files',7,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(145,110,1524430843,1455927281,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',219,916,'tt_content','assets',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(153,127,1457099336,1457098937,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',220,937,'tt_content','assets',1,NULL,NULL,NULL,'117',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(155,127,1457099366,1457099098,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',221,938,'tt_content','assets',1,NULL,NULL,NULL,'38',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(156,127,1457099352,1457099140,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',222,939,'tt_content','assets',1,NULL,NULL,NULL,'39',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(157,127,1457099301,1457099256,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',223,928,'tt_content','assets',1,NULL,NULL,NULL,'126',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(158,127,1457100875,1457100579,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',225,944,'tt_content','assets',1,NULL,NULL,NULL,'24',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(159,127,1457100915,1457100752,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',226,945,'tt_content','assets',1,NULL,NULL,NULL,'25',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(160,127,1457100936,1457100774,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',227,946,'tt_content','assets',1,NULL,NULL,NULL,'26',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(161,127,1457100952,1457100798,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',224,947,'tt_content','assets',1,NULL,NULL,NULL,'102',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(165,136,1498743277,1458631589,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',163,968,'tt_content','assets',1,'','','','t3://file?uid=163',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(166,138,1577669620,1461370246,0,0,0,0,0,0,0,0,'{\"hidden\":null}',163,2,'sys_file_collection','files',3,'PDF Datei','Eine Bildbeschreibung',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(167,138,1577669620,1461370246,0,0,0,0,0,0,0,0,'{\"title\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',188,2,'sys_file_collection','files',2,'mp3 Datei','',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(182,46,1561731626,1471625828,0,0,0,0,0,0,1,88,'{\"hidden\":0,\"showinpreview\":\"1\",\"title\":null,\"alternative\":null,\"link\":\"\",\"description\":null,\"crop\":\"\",\"uid_local\":\"190\",\"sys_language_uid\":\"0\",\"l10n_parent\":\"0\",\"poster\":0}',190,6,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(183,46,1561731626,1471625828,0,0,0,0,0,0,1,89,'{\"hidden\":0,\"showinpreview\":\"0\",\"title\":null,\"alternative\":null,\"link\":\"\",\"description\":null,\"crop\":\"\",\"uid_local\":\"195\",\"sys_language_uid\":\"0\",\"l10n_parent\":\"0\",\"poster\":0}',195,6,'tx_news_domain_model_news','fal_media',2,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(184,46,1520213971,1471625864,0,0,0,0,0,0,1,93,'{\"showinpreview\":\"1\",\"title\":null,\"alternative\":null,\"link\":\"\",\"description\":null,\"crop\":\"\",\"uid_local\":\"198\",\"hidden\":0,\"sys_language_uid\":\"0\",\"l10n_parent\":\"0\",\"poster\":0}',198,3,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(186,145,1656714659,1472350305,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1022,'tt_content','assets',1,NULL,'Eine Bildunterschrift',NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(187,145,1656714659,1472350305,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',191,1022,'tt_content','assets',2,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(188,145,1656714659,1472350305,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',192,1022,'tt_content','assets',3,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(189,46,1587745818,1473035340,0,0,0,0,0,0,0,0,'{\"hidden\":null}',190,7,'tx_news_domain_model_news','fal_media',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"slim\":{\"cropArea\":{\"x\":0,\"y\":0.20000000000000001,\"width\":1,\"height\":0.59999999999999998},\"selectedRatio\":\"5:2\",\"focusArea\":null},\"square\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"upright\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(190,145,1656714673,1473319688,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',193,1024,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(191,145,1656714673,1473319688,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',194,1024,'tt_content','assets',2,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(192,145,1656714673,1473319688,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',195,1024,'tt_content','assets',3,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(193,145,1656714673,1473319688,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',196,1024,'tt_content','assets',4,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(194,145,1656714673,1473319741,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',198,1024,'tt_content','assets',5,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(195,145,1656714673,1473319741,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',197,1024,'tt_content','assets',6,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(196,145,1479775094,1473324694,0,0,0,0,0,0,0,0,'{\"hidden\":null}',240,1026,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(200,4,1497557666,1473327407,1,0,0,0,0,0,0,0,'',189,186,'pages','heroimage',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(207,46,1581096429,1474759417,0,0,0,0,0,0,0,0,'{\"showinpreview\":null,\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',190,10,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"slim\":{\"cropArea\":{\"height\":0.5997001499250375,\"width\":1,\"x\":0,\"y\":0.026986506746626688},\"selectedRatio\":\"5:2\",\"focusArea\":null},\"square\":{\"cropArea\":{\"height\":1,\"width\":0.667,\"x\":0.166,\"y\":0},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"upright\":{\"cropArea\":{\"height\":1,\"width\":0.333,\"x\":0.333,\"y\":0},\"selectedRatio\":\"1:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(208,46,1557403371,1474759455,0,0,0,0,0,0,1,207,'{\"showinpreview\":\"1\",\"title\":null,\"alternative\":null,\"link\":\"\",\"description\":null,\"crop\":\"\",\"uid_local\":\"190\",\"hidden\":\"0\",\"sys_language_uid\":\"0\",\"l10n_parent\":\"0\",\"poster\":0}',190,11,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(212,93,1590155101,1478392694,1,0,0,0,0,0,0,0,'{\"hidden\":null}',245,1039,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(213,93,1590155101,1478393091,1,0,0,0,0,0,0,0,'{\"hidden\":null}',246,1039,'tt_content','assets',2,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(214,145,1515372797,1479775053,0,0,0,0,0,0,1,186,'{\"hidden\":0,\"poster\":0}',190,1048,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(215,145,1515372797,1479775053,0,0,0,0,0,0,1,187,'{\"hidden\":0,\"poster\":0}',191,1048,'tt_content','assets',2,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(216,145,1515372797,1479775053,0,0,0,0,0,0,1,188,'{\"hidden\":0,\"poster\":0}',192,1048,'tt_content','assets',3,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(217,145,1577670764,1479775053,0,0,0,0,0,0,1,196,'{\"hidden\":0,\"poster\":0}',240,1049,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(218,145,1515372834,1479775053,0,0,0,0,0,0,1,190,'{\"hidden\":0,\"poster\":0}',193,1051,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(219,145,1515372834,1479775053,0,0,0,0,0,0,1,191,'{\"hidden\":0,\"poster\":0}',194,1051,'tt_content','assets',2,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(220,145,1515372834,1479775053,0,0,0,0,0,0,1,192,'{\"hidden\":0,\"poster\":0}',195,1051,'tt_content','assets',3,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(221,145,1515372834,1479775053,0,0,0,0,0,0,1,193,'{\"hidden\":0,\"poster\":0}',196,1051,'tt_content','assets',4,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(222,145,1515372834,1479775053,0,0,0,0,0,0,1,194,'{\"hidden\":0,\"poster\":0}',198,1051,'tt_content','assets',5,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(223,145,1515372834,1479775053,0,0,0,0,0,0,1,195,'{\"hidden\":0,\"poster\":0}',197,1051,'tt_content','assets',6,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(224,1,1585996491,1481334011,0,0,0,0,0,0,0,0,'{\"hidden\":null}',259,1,'pages','heroimage',1,'','','','',0,'{\"default\":{\"cropArea\":{\"height\":0.7106446776611695,\"width\":0.474,\"x\":0.235,\"y\":0.28785607196401797},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"height\":0.3553223388305847,\"width\":0.474,\"x\":0.25,\"y\":0.44227886056971516},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":0.41529235382308843,\"width\":0.997,\"x\":0,\"y\":0.40929535232383807},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":0.38980509745127434,\"width\":1,\"x\":0,\"y\":0.49325337331334335},\"selectedRatio\":\"md\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"height\":0.30134932533733133,\"width\":1,\"x\":0,\"y\":0.5247376311844077},\"selectedRatio\":\"lg\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.24887556221889057,\"width\":0.996,\"x\":0,\"y\":0.545727136431784},\"selectedRatio\":\"xl\",\"focusArea\":null},\"full\":{\"cropArea\":{\"height\":0.13493253373313344,\"width\":0.99,\"x\":0.001,\"y\":0.5847076461769115},\"selectedRatio\":\"full\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(227,4,1496221700,1481336740,1,0,0,0,0,0,0,0,'{\"hidden\":null}',275,4,'pages','heroimage',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(228,21,1481479606,1481479589,0,0,0,0,0,0,0,0,'{\"hidden\":null}',190,1055,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(229,21,1481480112,1481480112,0,0,0,0,0,0,0,0,'{\"hidden\":null}',190,1056,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(230,21,1481480175,1481480175,0,0,0,0,0,0,0,0,'{\"hidden\":null}',190,1057,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(231,26,1589485261,1482715749,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',275,717,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.6086956521739131,\"width\":0.998,\"x\":0.002,\"y\":0.12443778110944528},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(232,21,1485987480,1485987480,0,0,0,0,0,0,0,0,'',241,1094,'tt_content','assets',1,'','','','',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(233,62,1637755794,1489080764,1,0,0,0,0,0,1,100,'{\"hidden\":null,\"poster\":0}',198,4,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(234,62,1637755794,1489080764,1,0,0,0,0,0,1,101,'{\"hidden\":null,\"poster\":0}',197,5,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(235,62,1637755794,1489080764,1,0,0,0,0,0,1,102,'{\"hidden\":null,\"poster\":0}',193,6,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(236,51,1492184200,1492184200,0,0,0,0,0,0,0,0,'',188,731,'tt_content','assets',1,NULL,'',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(237,51,1493896279,1492184817,0,0,0,0,0,0,0,0,'{\"hidden\":null}',284,1003,'tt_content','assets',1,'','',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(238,51,1603104727,1492185125,0,0,0,0,0,0,0,0,'{\"title\":null,\"description\":null,\"autoplay\":null,\"loop\":null,\"muted\":null,\"poster\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',285,1103,'tt_content','assets',1,NULL,'',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(243,4,1504033083,1496221700,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',275,4,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"smartphone\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.6666666666666666,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"tablet\":{\"cropArea\":{\"height\":0.6341829085457271,\"width\":0.846,\"x\":0.053,\"y\":0.11244377811094453},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"desktop\":{\"cropArea\":{\"height\":0.5622188905547226,\"width\":1,\"x\":0,\"y\":0.11544227886056972},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"fullscreen\":{\"cropArea\":{\"height\":0.5592203898050975,\"width\":0.997,\"x\":0,\"y\":0.11544227886056972},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(244,95,1609944766,1496229524,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',290,95,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.168,\"y\":0.000057030129124776946,\"width\":0.662,\"height\":0.9998859397417504},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.254,\"y\":0.15562125715734682,\"width\":0.373,\"height\":0.5633798421807747},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.15412162396459578,\"width\":1,\"height\":0.7552008608321378},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"height\":0.5649546827794562,\"width\":0.999,\"x\":0,\"y\":0.13595166163141995},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.5634441087613293,\"width\":0.994,\"x\":0,\"y\":0.13595166163141995},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"height\":0.5634441087613293,\"width\":0.996,\"x\":0.001,\"y\":0.13141993957703926},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(246,1,1631105541,1497557666,0,0,0,0,0,0,1,224,'{\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"height\\\":0.7106446776611695,\\\"width\\\":0.474,\\\"x\\\":0.235,\\\"y\\\":0.28785607196401797},\\\"selectedRatio\\\":\\\"1:1\\\",\\\"focusArea\\\":null},\\\"xs\\\":{\\\"cropArea\\\":{\\\"height\\\":0.3553223388305847,\\\"width\\\":0.474,\\\"x\\\":0.25,\\\"y\\\":0.44227886056971516},\\\"selectedRatio\\\":\\\"xs\\\",\\\"focusArea\\\":null},\\\"sm\\\":{\\\"cropArea\\\":{\\\"height\\\":0.41529235382308843,\\\"width\\\":0.997,\\\"x\\\":0,\\\"y\\\":0.40929535232383807},\\\"selectedRatio\\\":\\\"sm\\\",\\\"focusArea\\\":null},\\\"md\\\":{\\\"cropArea\\\":{\\\"height\\\":0.38980509745127434,\\\"width\\\":1,\\\"x\\\":0,\\\"y\\\":0.49325337331334335},\\\"selectedRatio\\\":\\\"md\\\",\\\"focusArea\\\":null},\\\"lg\\\":{\\\"cropArea\\\":{\\\"height\\\":0.30134932533733133,\\\"width\\\":1,\\\"x\\\":0,\\\"y\\\":0.5247376311844077},\\\"selectedRatio\\\":\\\"lg\\\",\\\"focusArea\\\":null},\\\"xl\\\":{\\\"cropArea\\\":{\\\"height\\\":0.24887556221889057,\\\"width\\\":0.996,\\\"x\\\":0,\\\"y\\\":0.545727136431784},\\\"selectedRatio\\\":\\\"xl\\\",\\\"focusArea\\\":null},\\\"full\\\":{\\\"cropArea\\\":{\\\"height\\\":0.13493253373313344,\\\"width\\\":0.99,\\\"x\\\":0.001,\\\"y\\\":0.5847076461769115},\\\"selectedRatio\\\":\\\"full\\\",\\\"focusArea\\\":null}}\",\"uid_local\":259,\"hidden\":0,\"sys_language_uid\":0,\"poster\":0,\"extended_design\":0,\"l10n_parent\":0}',259,194,'pages','heroimage',1,'','','','',0,'{\"default\":{\"cropArea\":{\"height\":0.7106446776611695,\"width\":0.473,\"x\":0.249,\"y\":0.239880059970015},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"height\":0.41529235382308843,\"width\":0.554,\"x\":0.185,\"y\":0.4077961019490255},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":0.36281859070464767,\"width\":0.874,\"x\":0.043,\"y\":0.5007496251874063},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.02159450410949823,\"y\":0.4512743628185907,\"width\":0.9558109917810036,\"height\":0.3733133433283358},\"selectedRatio\":\"md\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"height\":0.30134932533733133,\"width\":1,\"x\":0,\"y\":0.5337331334332833},\"selectedRatio\":\"lg\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.24887556221889057,\"width\":0.997,\"x\":0,\"y\":0.5397301349325337},\"selectedRatio\":\"xl\",\"focusArea\":null},\"full\":{\"cropArea\":{\"height\":0.13493253373313344,\"width\":1,\"x\":0,\"y\":0.6101949025487257},\"selectedRatio\":\"full\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(251,4,1497566136,1497566059,1,0,0,0,0,0,1,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null,\"l10n_parent\":null}',264,186,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"smartphone\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"tablet\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"desktop\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"fullscreen\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(252,4,1497566361,1497566170,1,0,0,0,0,0,1,0,'',264,186,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"smartphone\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"tablet\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"desktop\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"fullscreen\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(253,4,1538867563,1497566700,1,0,0,0,0,0,1,0,'',291,186,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"smartphone\":{\"cropArea\":{\"x\":0.17349379578412319,\"y\":0,\"width\":0.65301240843175368,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"tablet\":{\"cropArea\":{\"x\":0,\"y\":0.11715888278388278,\"width\":1,\"height\":0.76568223443223449},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"desktop\":{\"cropArea\":{\"x\":0,\"y\":0.21286916208791209,\"width\":1,\"height\":0.57426167582417587},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"fullscreen\":{\"cropArea\":{\"x\":0,\"y\":0.21286916208791209,\"width\":1,\"height\":0.57426167582417587},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(256,122,1584309462,1503931966,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',194,1126,'tt_content','image',1,NULL,'','','t3://page?uid=1',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(257,4,1538868241,1504033083,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',290,4,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":0.897,\"height\":0.8172205438066467},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.168,\"y\":4.884604715081637e-5,\"width\":0.567,\"height\":0.8563977761836441},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.168,\"y\":5.694398089352275e-5,\"width\":0.661,\"height\":0.998375538020086},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.1664525455198979,\"y\":0.13595166163141995,\"width\":0.8320949089602042,\"height\":0.6283987915407855},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.0006099342273137781,\"y\":0.08459214501510574,\"width\":0.9947801315453725,\"height\":0.5634441087613293},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.0006099342273137781,\"y\":0.08761329305135952,\"width\":0.9947801315453725,\"height\":0.5634441087613293},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.0007764487962879114,\"y\":0.11329305135951662,\"width\":0.9974471024074241,\"height\":0.5649546827794562},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(258,132,1599490564,1511390997,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',228,132,'pages','heroimage_big',1,'Komplett verlinkt','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.','','t3://page?uid=7',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.011333333333333351,\"y\":0.046875,\"width\":0.33333333333333331,\"height\":0.90625},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0.27430555555555552,\"width\":0.33333333333333331,\"height\":0.45138888888888884},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.2276595744680851,\"y\":0,\"width\":0.5446808510638298,\"height\":1},\"selectedRatio\":\"md\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.16933333333333334,\"y\":0,\"width\":0.66133333333333333,\"height\":1},\"selectedRatio\":\"lg\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.070815450643776784,\"y\":0,\"width\":0.85836909871244638,\"height\":1},\"selectedRatio\":\"xl\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0.18484848484848487,\"width\":0.88888888888888884,\"height\":0.63030303030303025},\"selectedRatio\":\"full\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(259,132,1599490564,1511390997,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',229,132,'pages','heroimage_big',2,'Ohne Link','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. Lorem ipsum dolor sit ame.','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0.046875,\"width\":0.33333333333333331,\"height\":0.90625},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0.27430555555555552,\"width\":0.33333333333333331,\"height\":0.45138888888888884},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.2276595744680851,\"y\":0,\"width\":0.5446808510638298,\"height\":1},\"selectedRatio\":\"md\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.16933333333333334,\"y\":0,\"width\":0.66133333333333333,\"height\":1},\"selectedRatio\":\"lg\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.070815450643776784,\"y\":0,\"width\":0.85836909871244638,\"height\":1},\"selectedRatio\":\"xl\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0.18484848484848487,\"width\":0.88888888888888884,\"height\":0.63030303030303025},\"selectedRatio\":\"full\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(262,132,1513611681,1513611681,0,0,0,0,0,0,1,0,'',291,0,'','',0,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.17349379578412,\"y\":0,\"width\":0.65301240843175,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.17349379578412,\"y\":0,\"width\":0.65301240843175,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.11715888278388,\"width\":1,\"height\":0.76568223443223},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21286916208792,\"width\":1,\"height\":0.57426167582417},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0.21286916208792,\"width\":1,\"height\":0.57426167582417},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.21286916208792,\"width\":1,\"height\":0.57426167582417},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(265,138,1577669620,1514239612,0,0,0,0,0,0,-1,0,'{\"hidden\":null}',103,2,'sys_file_collection','files',1,NULL,'',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(266,174,1514336157,1514312805,0,0,0,0,0,0,0,0,'{\"showinpreview\":null,\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',293,2,'tx_address_domain_model_address','media',1,'','','','',1,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(267,174,1514322168,1514322082,0,0,0,0,0,0,0,0,'{\"showinpreview\":null,\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',296,3,'tx_address_domain_model_address','media',1,'','','','',1,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(268,174,1514413341,1514413341,0,0,0,0,0,0,0,0,'',302,1,'tx_address_domain_model_address','media',1,'','','','',1,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(270,177,1514642400,1514642400,0,0,0,0,0,0,0,0,'',304,1164,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(272,177,1514642885,1514642859,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',304,1169,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(273,177,1514983774,1514660056,0,0,0,0,0,0,0,0,'{\"hidden\":null}',305,1170,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(274,177,1514983774,1514665412,0,0,0,0,0,0,0,0,'{\"hidden\":null}',306,1170,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(275,177,1514983774,1514672782,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',307,1170,'tt_content','image',3,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(276,177,1514983774,1514672782,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',308,1170,'tt_content','image',4,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(277,177,1514983774,1514672782,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',309,1170,'tt_content','image',5,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(278,177,1514983774,1514672782,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',310,1170,'tt_content','image',6,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(281,177,1515065271,1515064803,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',304,1175,'tt_content','background_media',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(282,177,1515360469,1515360469,0,0,0,0,0,0,0,0,'',303,1167,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(284,61,1516835659,1516835659,0,0,0,0,0,0,0,0,'',189,0,'','',0,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(287,4,1517521087,1517521087,1,0,0,0,0,0,1,286,'{\"hidden\":0}',289,1209,'tt_content','background_media',1,'','',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(289,21,1517749460,1517749460,0,0,0,0,0,0,0,0,'',314,1210,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(290,182,1519324689,1519323959,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',264,182,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"height\":0.5877061469265368,\"width\":0.392,\"x\":0.608,\"y\":0.3343328335832084},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.1750912043978011,\"y\":0.335832083958021,\"width\":0.36481759120439783,\"height\":0.5472263868065967},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.0002498750624688083,\"y\":0.15142428785607195,\"width\":0.9995002498750624,\"height\":0.7496251874062968},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.0002498750624688083,\"y\":0.3028485757121439,\"width\":0.9995002498750624,\"height\":0.5622188905547226},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.0002498750624688083,\"y\":0.3028485757121439,\"width\":0.9995002498750624,\"height\":0.5622188905547226},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(291,46,1520209365,1520209365,0,0,0,0,0,0,0,0,'',163,4,'tx_news_domain_model_news','fal_related_files',1,'','',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(293,46,1587745818,1520209873,0,0,0,0,0,0,1,94,'{\"hidden\":null,\"poster\":0}',163,12,'tx_news_domain_model_news','fal_related_files',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(294,46,1587745818,1520209873,0,0,0,0,0,0,1,90,'{\"showinpreview\":null,\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null,\"poster\":0}',191,12,'tx_news_domain_model_news','fal_media',1,NULL,NULL,NULL,'',1,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(295,46,1587745818,1520209873,0,0,0,0,0,0,1,189,'{\"poster\":0}',190,12,'tx_news_domain_model_news','fal_media',2,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(296,46,1520209924,1520209924,0,0,0,0,0,0,0,0,'',163,1,'tx_news_domain_model_news','fal_related_files',1,'','',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(298,46,1520213971,1520210047,0,0,0,0,0,0,1,0,'{\"hidden\":null}',315,3,'tx_news_domain_model_news','fal_related_files',2,'','',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(301,127,1520461126,1520461126,0,0,0,0,0,0,1,156,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',222,1219,'tt_content','assets',1,NULL,NULL,NULL,'39',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(302,127,1520461126,1520461126,0,0,0,0,0,0,1,155,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',221,1221,'tt_content','assets',1,NULL,NULL,NULL,'38',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(303,127,1520461126,1520461126,0,0,0,0,0,0,1,153,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',220,1223,'tt_content','assets',1,NULL,NULL,NULL,'117',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(304,127,1520461126,1520461126,0,0,0,0,0,0,1,157,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',223,1225,'tt_content','assets',1,NULL,NULL,NULL,'126',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(305,127,1520461126,1520461126,0,0,0,0,0,0,1,161,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',224,1230,'tt_content','assets',1,NULL,NULL,NULL,'102',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(306,127,1520461126,1520461126,0,0,0,0,0,0,1,160,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',227,1231,'tt_content','assets',1,NULL,NULL,NULL,'26',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(307,127,1520461126,1520461126,0,0,0,0,0,0,1,159,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',226,1233,'tt_content','assets',1,NULL,NULL,NULL,'25',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(308,127,1520462114,1520461126,0,0,0,0,0,0,1,158,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',225,1234,'tt_content','assets',1,NULL,NULL,NULL,'24',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(309,112,1673279782,1523918862,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1241,'tt_content','image',1,'Der Titel des Bildes','Eine Beschreibung','Ein Alternativtext','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(310,112,1673279782,1523918862,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',191,1241,'tt_content','image',2,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(311,112,1673279782,1523918862,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',192,1241,'tt_content','image',3,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(312,112,1673279782,1523918862,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',193,1241,'tt_content','image',4,NULL,'','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(313,183,1657501565,1525216743,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1243,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

NiceLily

','

Lorem Ipsum

','lily',0,'',0),(314,183,1657501565,1525216743,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',191,1243,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

NiceLily

','

Lorem Ipsum

','lily',0,'',0),(315,183,1657501641,1525222615,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',190,1245,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

HolySadie

','

Lorem Ipsum

','sadie',0,'',0),(316,183,1657501641,1525222615,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',191,1245,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

HolySadie

','

Lorem Ipsum

','sadie',0,'',0),(317,183,1657501621,1525226624,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',190,1246,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

DreamyHoneyNow

','','honey',0,'',0),(318,183,1657501621,1525226624,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',191,1246,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

DreamyHoneyNow

','','honey',0,'',0),(319,185,1548933127,1537665501,0,0,0,0,0,0,0,0,'{\"title\":null,\"description\":null,\"autoplay\":null,\"loop\":null,\"muted\":null,\"poster\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',318,185,'pages','video',1,NULL,NULL,NULL,'',0,'',1,NULL,1,1,NULL,NULL,'',0,'',0),(320,1,1585996491,1538868074,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',290,1,'pages','heroimage_big',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"height\":0.904833836858006,\"width\":0.662,\"x\":0.166,\"y\":0.015105740181268883},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":0.4501510574018127,\"width\":0.662,\"x\":0.167,\"y\":0.22507552870090636},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":0.7537764350453172,\"width\":0.816,\"x\":0.092,\"y\":0.06646525679758308},\"selectedRatio\":\"md\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.128,\"y\":0.21679967718794835,\"width\":0.744,\"height\":0.5664006456241033},\"selectedRatio\":\"lg\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.5649546827794562,\"width\":0.965,\"x\":0.014,\"y\":0.1419939577039275},\"selectedRatio\":\"xl\",\"focusArea\":null},\"full\":{\"cropArea\":{\"height\":0.3564954682779456,\"width\":0.999,\"x\":0,\"y\":0.24622356495468278},\"selectedRatio\":\"full\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(321,1,1631105541,1538868074,0,0,0,0,0,0,1,320,'{\"hidden\":0,\"poster\":0,\"alternative\":null,\"description\":null,\"link\":\"\",\"title\":null,\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"height\\\":1,\\\"width\\\":1,\\\"x\\\":0,\\\"y\\\":0},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null},\\\"xs\\\":{\\\"cropArea\\\":{\\\"height\\\":0.904833836858006,\\\"width\\\":0.662,\\\"x\\\":0.166,\\\"y\\\":0.015105740181268883},\\\"selectedRatio\\\":\\\"xs\\\",\\\"focusArea\\\":null},\\\"sm\\\":{\\\"cropArea\\\":{\\\"height\\\":0.4501510574018127,\\\"width\\\":0.662,\\\"x\\\":0.167,\\\"y\\\":0.22507552870090636},\\\"selectedRatio\\\":\\\"sm\\\",\\\"focusArea\\\":null},\\\"md\\\":{\\\"cropArea\\\":{\\\"height\\\":0.7537764350453172,\\\"width\\\":0.816,\\\"x\\\":0.092,\\\"y\\\":0.06646525679758308},\\\"selectedRatio\\\":\\\"md\\\",\\\"focusArea\\\":null},\\\"lg\\\":{\\\"cropArea\\\":{\\\"x\\\":0.128,\\\"y\\\":0.21679967718794835,\\\"width\\\":0.744,\\\"height\\\":0.5664006456241033},\\\"selectedRatio\\\":\\\"lg\\\",\\\"focusArea\\\":null},\\\"xl\\\":{\\\"cropArea\\\":{\\\"height\\\":0.5649546827794562,\\\"width\\\":0.965,\\\"x\\\":0.014,\\\"y\\\":0.1419939577039275},\\\"selectedRatio\\\":\\\"xl\\\",\\\"focusArea\\\":null},\\\"full\\\":{\\\"cropArea\\\":{\\\"height\\\":0.3564954682779456,\\\"width\\\":0.999,\\\"x\\\":0,\\\"y\\\":0.24622356495468278},\\\"selectedRatio\\\":\\\"full\\\",\\\"focusArea\\\":null}}\",\"extended_design\":0,\"uid_local\":290,\"sys_language_uid\":0,\"l10n_parent\":0}',290,194,'pages','heroimage_big',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16896224174780336,\"y\":0.046875,\"width\":0.66207551650439322,\"height\":0.90625},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.16896224174780336,\"y\":0.27430555555555558,\"width\":0.66207551650439322,\"height\":0.4513888888888889},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.091489361702127681,\"y\":0.12239956958393114,\"width\":0.81702127659574464,\"height\":0.75520086083213778},\"selectedRatio\":\"md\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.128,\"y\":0.21679967718794835,\"width\":0.74399999999999999,\"height\":0.5664006456241033},\"selectedRatio\":\"lg\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.017167381974248937,\"y\":0.21679967718794835,\"width\":0.96566523605150212,\"height\":0.5664006456241033},\"selectedRatio\":\"xl\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.32149797834876748,\"width\":1,\"height\":0.3570040433024651},\"selectedRatio\":\"full\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(322,239,1541042688,1540775375,1,0,0,0,0,0,0,0,'{\"title\":null,\"description\":null,\"autoplay\":null,\"loop\":null,\"muted\":null,\"poster\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',318,239,'pages','video',1,NULL,NULL,NULL,'',0,'',1,NULL,1,1,NULL,NULL,'',0,'',0),(323,223,1631105541,1541042615,0,0,0,0,0,0,1,244,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null,\"poster\":0}',290,223,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"smartphone\":{\"cropArea\":{\"x\":0.099000000000000005,\"y\":0.0060814073695206099,\"width\":0.45400000000000001,\"height\":0.68572238163558108},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"tablet\":{\"cropArea\":{\"x\":0.025000000000000001,\"y\":0.23869688392636548,\"width\":0.60799999999999998,\"height\":0.45916212338593976},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"desktop\":{\"cropArea\":{\"x\":1.0799034692150656e-16,\"y\":0.11644081894188296,\"width\":0.99699999999999978,\"height\":0.56470144368723096},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"fullscreen\":{\"cropArea\":{\"x\":0.00077644879628791137,\"y\":0.11782477341389729,\"width\":0.99744710240742407,\"height\":0.56495468277945615},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(324,185,1548933127,1541546509,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',321,319,'sys_file_reference','poster',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(325,93,1590155101,1542570488,1,0,0,0,0,0,0,0,'',322,880,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(326,93,1590155101,1542570768,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',322,821,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(327,240,1641319976,1542795613,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',290,240,'pages','heroimage_big',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.23699999999999999,\"y\":0.078592233872400941,\"width\":0.49199999999999999,\"height\":0.74311764705882344},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.16896224174780336,\"y\":0,\"width\":0.66207551650439322,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.00044307743853131532,\"y\":0.12235649546827794,\"width\":0.99811384512293733,\"height\":0.75377643504531722},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21679967718794835,\"width\":1,\"height\":0.5664006456241033},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.00077644879628791137,\"y\":0.12688821752265861,\"width\":0.99744710240742407,\"height\":0.56495468277945615},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.00077644879628791137,\"y\":0.12990936555891239,\"width\":0.99744710240742407,\"height\":0.56495468277945615},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(328,240,1641319976,1542795613,0,0,0,0,0,0,1,327,'{\"poster\":0,\"hidden\":0}',290,241,'pages','heroimage_big',1,'[Translate to English:] ','[Translate to English:] ','[Translate to English:] ','',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16896224174780336,\"y\":0,\"width\":0.6620755165043932,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.16896224174780336,\"y\":0,\"width\":0.6620755165043932,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":0.7537764350453172,\"width\":0.999,\"x\":0,\"y\":0.12235649546827794},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21679967718794835,\"width\":1,\"height\":0.5664006456241033},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.5649546827794562,\"width\":0.999,\"x\":0,\"y\":0.1268882175226586},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"height\":0.5649546827794562,\"width\":0.999,\"x\":0,\"y\":0.1299093655589124},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(330,177,1552902970,1552902970,0,0,0,0,0,0,1,281,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',304,1301,'tt_content','background_media',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(331,177,1552902970,1552902970,0,0,0,0,0,0,1,270,'',304,1304,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(332,177,1552902970,1552902970,0,0,0,0,0,0,1,282,'',303,1306,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(333,177,1552902970,1552902970,0,0,0,0,0,0,1,272,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',304,1308,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(334,177,1552902970,1552902970,0,0,0,0,0,0,1,273,'{\"hidden\":null}',305,1311,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(335,177,1552902970,1552902970,0,0,0,0,0,0,1,274,'{\"hidden\":null}',306,1311,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(336,177,1552902970,1552902970,0,0,0,0,0,0,1,275,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',307,1311,'tt_content','image',3,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(337,177,1552902970,1552902970,0,0,0,0,0,0,1,276,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',308,1311,'tt_content','image',4,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(338,177,1552902970,1552902970,0,0,0,0,0,0,1,277,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',309,1311,'tt_content','image',5,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(339,177,1552902970,1552902970,0,0,0,0,0,0,1,278,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',310,1311,'tt_content','image',6,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(340,177,1587258167,1553595645,0,0,0,0,0,0,0,0,'{\"hidden\":null}',312,1318,'tt_content','background_media',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"height\":0.9985007496251874,\"width\":0.333,\"x\":0.32,\"y\":0},\"selectedRatio\":\"1:2\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.3333333333333333,\"y\":0,\"width\":0.3333333333333333,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":0.7496251874062968,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"height\":0.5622188905547226,\"width\":1,\"x\":0,\"y\":0.11544227886056972},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"height\":0.5622188905547226,\"width\":1,\"x\":0,\"y\":0.09145427286356822},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(341,177,1553607459,1553607459,0,0,0,0,0,0,0,0,'',312,1160,'tt_content','background_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(342,177,1586458787,1553607459,0,0,0,0,0,0,1,341,'{\"hidden\":0}',312,1293,'tt_content','background_media',1,'[Translate to English:] ','[Translate to English:] ','[Translate to English:] ','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(345,132,1631105541,1575596847,0,0,0,0,0,0,1,258,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null,\"poster\":0}',228,229,'pages','heroimage_big',1,'','','','',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"height\":1,\"width\":0.334,\"x\":0.011,\"y\":0},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.3333333333333333,\"y\":0,\"width\":0.3333333333333333,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.6666666666666666,\"height\":1},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0,\"width\":0.8888888888888888,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0,\"width\":0.8888888888888888,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0,\"width\":0.8888888888888888,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(346,132,1631105541,1575596847,0,0,0,0,0,0,1,259,'{\"hidden\":null,\"poster\":0}',229,229,'pages','heroimage_big',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.16666666666666666,\"y\":0,\"width\":0.66666666666666663,\"height\":1},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0,\"width\":0.88888888888888884,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0,\"width\":0.88888888888888884,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.05555555555555558,\"y\":0,\"width\":0.88888888888888884,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(347,137,1576964600,1576964373,0,0,0,0,0,0,-1,0,'{\"title\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',326,1,'tx_gomapsext_domain_model_map','preview_image',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(349,16,1577641904,1577641826,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',189,16,'pages','heroimage_big',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.32466666666666666,\"y\":0,\"width\":0.35066666666666668,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.32466666666666666,\"y\":0,\"width\":0.35066666666666668,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.14933333333333335,\"y\":0,\"width\":0.70133333333333336,\"height\":1},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.032444444444444498,\"y\":0,\"width\":0.935111111111111,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.032444444444444498,\"y\":0,\"width\":0.935111111111111,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.032444444444444498,\"y\":0,\"width\":0.935111111111111,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(350,16,1631105541,1577641826,0,0,0,0,0,0,1,349,'{\"poster\":0}',189,216,'pages','heroimage_big',1,'[Translate to English:] ','[Translate to English:] ','[Translate to English:] ','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.32466666666666666,\"y\":0,\"width\":0.35066666666666668,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.32466666666666666,\"y\":0,\"width\":0.35066666666666668,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0.14933333333333335,\"y\":0,\"width\":0.70133333333333336,\"height\":1},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0.032444444444444498,\"y\":0,\"width\":0.935111111111111,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0.032444444444444498,\"y\":0,\"width\":0.935111111111111,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0.032444444444444498,\"y\":0,\"width\":0.935111111111111,\"height\":1},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(351,93,1590155101,1577658301,1,0,0,0,0,0,1,212,'{\"hidden\":0}',245,1328,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(352,93,1590155101,1577658301,1,0,0,0,0,0,1,213,'{\"hidden\":0}',246,1328,'tt_content','assets',2,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(353,93,1590155101,1577658301,1,0,0,0,0,0,1,325,'{\"hidden\":0}',322,1329,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(354,93,1590155101,1577658301,1,0,0,0,0,0,1,326,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',322,1340,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(355,110,1577667447,1577666536,0,0,0,0,0,0,1,145,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',219,1397,'tt_content','assets',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(356,136,1577668763,1577668708,0,0,0,0,0,0,1,165,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',163,1411,'tt_content','assets',1,'','','','t3://file?uid=163',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(357,51,1577668892,1577668806,0,0,0,0,0,0,1,236,'{\"hidden\":0}',188,1413,'tt_content','assets',1,NULL,'',NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(358,51,1577668908,1577668806,0,0,0,0,0,0,1,238,'{\"hidden\":0}',285,1414,'tt_content','assets',1,NULL,'',NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(359,51,1577668934,1577668806,0,0,0,0,0,0,1,237,'{\"hidden\":0}',284,1415,'tt_content','assets',1,'','',NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(360,72,1577669197,1577669088,0,0,0,0,0,0,1,37,'{\"hidden\":0,\"title\":null,\"alternative\":null,\"link\":\"\",\"description\":\"Der Footer-Ordner\",\"crop\":\"\",\"extended_design\":0,\"uid_local\":160,\"sys_language_uid\":0,\"l10n_parent\":0}',160,1418,'tt_content','assets',1,NULL,'The Footer folder',NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(361,138,1577669682,1577669385,0,0,0,0,0,0,1,0,'{\"title\":null,\"description\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null,\"l10n_parent\":null}',103,3,'sys_file_collection','files',1,NULL,'',NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(362,138,1577669682,1577669385,0,0,0,0,0,0,1,167,'{\"hidden\":0,\"poster\":0,\"title\":\"mp3 Datei\",\"description\":\"\",\"uid_local\":188,\"sys_language_uid\":0,\"l10n_parent\":0}',188,3,'sys_file_collection','files',2,'mp3 file','',NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(363,138,1577669682,1577669385,0,0,0,0,0,0,1,166,'{\"hidden\":0,\"poster\":0,\"title\":\"PDF Datei\",\"description\":\"Eine Bildbeschreibung\",\"uid_local\":163,\"sys_language_uid\":0,\"l10n_parent\":0}',163,3,'sys_file_collection','files',3,'PDF file','A picture description',NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(366,21,1577670501,1577670229,0,0,0,0,0,0,1,232,'{\"hidden\":0}',241,1424,'tt_content','assets',1,'','','','',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(367,21,1577670527,1577670229,0,0,0,0,0,0,1,289,'{\"hidden\":0}',314,1425,'tt_content','image',1,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(368,21,1577670365,1577670229,0,0,0,0,0,0,1,230,'{\"hidden\":0}',190,1427,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(369,21,1577670320,1577670229,0,0,0,0,0,0,1,229,'{\"hidden\":0}',190,1429,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(370,21,1577670283,1577670229,0,0,0,0,0,0,1,228,'{\"hidden\":0}',190,1431,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(371,115,1577670680,1577670616,0,0,0,0,0,0,1,103,'{\"hidden\":0}',212,1435,'tt_content','assets',1,NULL,NULL,NULL,'',0,'',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(372,183,1587586934,1577670969,0,0,0,0,0,0,1,313,'{\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":1,\"text_visible\":\"

NiceLily<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0,\"poster\":0}',190,1438,'tt_content','image',1,'','A caption is still possible','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,'

NiceLily

','

Lorem Ipsum

','lily',0,'',0),(373,183,1587586934,1577670969,0,0,0,0,0,0,1,314,'{\"hidden\":0,\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":1,\"text_visible\":\"

NiceLily<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":191,\"sys_language_uid\":0,\"l10n_parent\":0,\"poster\":0}',191,1438,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,'

NiceLily

','

Lorem Ipsum

','lily',0,'',0),(374,183,1577671124,1577670969,0,0,0,0,0,0,1,315,'{\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":2,\"text_visible\":\"

HolySadie<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1439,'tt_content','image',1,'','A caption is still possible','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,'

HolySadie

','

Lorem Ipsum

','sadie',0,'',0),(375,183,1577671124,1577670969,0,0,0,0,0,0,1,316,'{\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":2,\"text_visible\":\"

HolySadie<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":191,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',191,1439,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,'

HolySadie

','

Lorem Ipsum

','sadie',0,'',0),(376,183,1577671174,1577670969,0,0,0,0,0,0,1,317,'{\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":3,\"text_visible\":\"

DreamyHoney<\\/strong>Now<\\/em><\\/p>\",\"text_hover\":\"\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1440,'tt_content','image',1,'','A caption is still possible','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,'

DreamyHoneyNow

','','honey',0,'',0),(377,183,1577671174,1577670969,0,0,0,0,0,0,1,318,'{\"title\":\"\",\"alternative\":\"\",\"link\":\"\",\"description\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":3,\"text_visible\":\"

DreamyHoney<\\/strong>Now<\\/em><\\/p>\",\"text_hover\":\"\",\"uid_local\":191,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',191,1440,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,'

DreamyHoneyNow

','','honey',0,'',0),(378,265,1580755057,1580755057,0,0,0,0,0,0,0,0,'',190,3,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(379,265,1581007343,1581007343,0,0,0,0,0,0,0,0,'',191,11,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(380,265,1587326747,1581008160,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',193,15,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'t3://page?uid=9',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(381,265,1581010696,1581010696,0,0,0,0,0,0,0,0,'',197,24,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(382,265,1587246871,1581013097,0,0,0,0,0,0,0,0,'{\"hidden\":null}',192,1477,'tt_content','background_media',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(383,267,1591706270,1581082456,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',190,1,'tx_wst3bootstrap_cardscarousel_item','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(384,267,1591706270,1581082524,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',194,2,'tx_wst3bootstrap_cardscarousel_item','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(385,265,1581088319,1581088319,0,0,0,0,0,0,0,0,'',190,36,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(386,265,1581088363,1581088363,0,0,0,0,0,0,0,0,'',190,39,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(387,265,1581088376,1581088376,0,0,0,0,0,0,0,0,'',190,42,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(388,265,1581088776,1581088776,0,0,0,0,0,0,0,0,'',190,45,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(389,265,1581088784,1581088784,0,0,0,0,0,0,0,0,'',190,48,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(390,265,1581090530,1581090530,0,0,0,0,0,0,0,0,'',190,51,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(391,265,1581090778,1581090778,0,0,0,0,0,0,0,0,'',190,54,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(392,265,1581090786,1581090786,0,0,0,0,0,0,0,0,'',190,56,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(394,265,1581091497,1581091497,0,0,0,0,0,0,0,0,'',190,61,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(395,267,1591706270,1581189766,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',198,3,'tx_wst3bootstrap_cardscarousel_item','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(396,267,1591706270,1581189766,1,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',194,4,'tx_wst3bootstrap_cardscarousel_item','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(397,267,1591706270,1581189811,1,0,0,0,0,0,0,0,'',196,5,'tx_wst3bootstrap_cardscarousel_item','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(399,265,1581789946,1581789946,0,0,0,0,0,0,0,0,'',190,68,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(400,265,1581789946,1581789946,0,0,0,0,0,0,0,0,'',190,71,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(401,265,1581789946,1581789946,0,0,0,0,0,0,0,0,'',190,74,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(402,265,1581808691,1581808691,0,0,0,0,0,0,0,0,'',197,78,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(403,277,1582199380,1582199128,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',244,1,'tx_wst3bootstrap_timeline_item','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(404,277,1582199410,1582199128,0,0,0,0,0,0,0,0,'{\"hidden\":null}',96,2,'tx_wst3bootstrap_timeline_item','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(405,277,1582212028,1582199410,0,0,0,0,0,0,0,0,'{\"title\":null,\"alternative\":null,\"link\":null,\"description\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',97,3,'tx_wst3bootstrap_timeline_item','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(406,277,1582199451,1582199451,0,0,0,0,0,0,0,0,'',313,4,'tx_wst3bootstrap_timeline_item','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(407,277,1582212028,1582212028,0,0,0,0,0,0,0,0,'',313,5,'tx_wst3bootstrap_timeline_item','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(408,177,1582511637,1582511637,0,0,0,0,0,0,0,0,'',304,82,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(409,177,1582511731,1582511731,0,0,0,0,0,0,0,0,'',303,84,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(410,177,1582511843,1582511843,0,0,0,0,0,0,0,0,'',312,86,'tx_wst3bootstrap_card_element','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(411,46,1587745818,1585776537,0,0,0,0,0,0,0,0,'{\"hidden\":null}',194,7,'tx_news_domain_model_news','fal_media',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"slim\":{\"cropArea\":{\"x\":0,\"y\":0.20486965076242006,\"width\":1,\"height\":0.59026069847515983},\"selectedRatio\":\"5:2\",\"focusArea\":null},\"square\":{\"cropArea\":{\"x\":0.16116666666666668,\"y\":0,\"width\":0.67766666666666664,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"upright\":{\"cropArea\":{\"x\":0.33058333333333334,\"y\":0,\"width\":0.33883333333333332,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(412,46,1587745818,1585776537,0,0,0,0,0,0,1,411,'{\"poster\":0}',194,12,'tx_news_domain_model_news','fal_media',3,'[Translate to English:] ','[Translate to English:] ','[Translate to English:] ','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"slim\":{\"cropArea\":{\"x\":0,\"y\":0.20486965076242006,\"width\":1,\"height\":0.59026069847515983},\"selectedRatio\":\"5:2\",\"focusArea\":null},\"square\":{\"cropArea\":{\"x\":0.16116666666666668,\"y\":0,\"width\":0.67766666666666664,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"upright\":{\"cropArea\":{\"x\":0.33058333333333334,\"y\":0,\"width\":0.33883333333333332,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null}}',0,'{\"poster\":\"parent\"}',0,0,NULL,NULL,'',0,'',0),(413,279,1586968687,1586705557,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',329,1,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.078816976489885185,\"width\":1,\"height\":0.84236604702022966},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(414,279,1586968653,1586705663,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',330,2,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0.0005509339794475313,\"y\":0.1368421052631579,\"width\":0.99889813204110489,\"height\":0.84511278195488726},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(415,279,1586729130,1586729096,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',330,3,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(416,279,1586811714,1586729130,0,0,0,0,0,0,0,0,'{\"hidden\":null}',329,4,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(417,279,1586968627,1586799324,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',331,5,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.078160235529942376,\"width\":1,\"height\":0.84367952894011522},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(418,279,1586968783,1586817446,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',332,6,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.8425787106446777,\"width\":0.999,\"x\":0,\"y\":0.07796101949025487},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(419,279,1586971087,1586819348,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',329,7,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.078816976489885185,\"width\":1,\"height\":0.84236604702022966},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(420,279,1586968492,1586897687,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',331,8,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.078160235529942376,\"width\":1,\"height\":0.84367952894011522},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(421,279,1586968492,1586897920,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',334,9,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.7493333333333333,\"width\":1,\"x\":0,\"y\":0.21066666666666667},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(422,279,1586968712,1586956000,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',334,10,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(423,279,1586968712,1586956287,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',335,11,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.8438438438438438,\"width\":0.999,\"x\":0,\"y\":0.06606606606606606},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(424,279,1586969017,1586968159,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',333,12,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0.00037037037037049406,\"y\":0.40100000000000002,\"width\":0.99792592592592577,\"height\":0.42099999999999999},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(425,279,1586969314,1586969017,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',335,13,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.077815934065934067,\"width\":1,\"height\":0.84436813186813187},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(426,279,1586969669,1586969314,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',336,14,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.078967065868263478,\"width\":1,\"height\":0.84206586826347307},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(427,279,1586969669,1586969314,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',337,15,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.4802811094452773,\"width\":0.99850074962518742,\"height\":0.37443778110944531},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(428,279,1586971087,1586971087,0,0,0,0,0,0,0,0,'',335,16,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.077815934065934067,\"width\":1,\"height\":0.84436813186813187},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(429,279,1586971087,1586971087,0,0,0,0,0,0,0,0,'',333,17,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.421,\"width\":0.9986666666666667,\"x\":0,\"y\":0.432},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(430,279,1587245457,1587245356,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',333,18,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.2890625,\"width\":1,\"height\":0.421875},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(431,279,1587245512,1587245457,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',332,19,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.078610248447204975,\"width\":1,\"height\":0.84277950310559002},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(432,279,1587245512,1587245512,0,0,0,0,0,0,0,0,'',334,20,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(433,280,1616212683,1587261633,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',331,1659,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(434,280,1616212743,1587501800,0,0,0,0,0,0,0,0,'{\"hidden\":null}',329,1660,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(435,280,1616212926,1587506421,0,0,0,0,0,0,0,0,'{\"hidden\":null}',329,1661,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(436,280,1642948063,1587508044,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',330,1662,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(437,280,1642948063,1587508044,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1662,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(438,280,1642948063,1587508044,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1662,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(439,280,1642948063,1587508044,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1662,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(440,280,1642948063,1587508044,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',337,1662,'tt_content','image',5,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.444,\"width\":1,\"x\":0,\"y\":0.444},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(441,280,1652982837,1587551843,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',330,1663,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(442,280,1652982837,1587551843,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1663,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(443,280,1652982837,1587551843,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1663,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(444,280,1652982837,1587551843,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1663,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(445,280,1652982837,1587551843,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',337,1663,'tt_content','image',5,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":6.579099405186112e-17,\"y\":0.4391109445277361,\"width\":0.9985007496251873,\"height\":0.44377811094452774},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(446,280,1616212706,1587555081,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1664,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(447,280,1642947952,1587555200,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',330,1665,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(448,280,1642947952,1587555200,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1665,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(449,280,1642947952,1587555200,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1665,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(450,280,1642947952,1587555200,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1665,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(451,280,1642947952,1587555200,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',337,1665,'tt_content','image',5,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.444,\"width\":1,\"x\":0,\"y\":0.444},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(452,280,1642948023,1587555744,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',330,1666,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(453,280,1642948023,1587555744,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1666,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(454,280,1642948023,1587555744,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1666,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(455,280,1642948023,1587555744,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1666,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(456,280,1642948023,1587555744,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',337,1666,'tt_content','image',5,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.444,\"width\":1,\"x\":0,\"y\":0.444},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(457,280,1616213039,1587555910,0,0,0,0,0,0,0,0,'{\"hidden\":null}',329,1667,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(458,280,1616212845,1587556474,0,0,0,0,0,0,0,0,'{\"hidden\":null}',329,1668,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(459,280,1642948052,1587556595,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1669,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(460,280,1642948052,1587556719,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',331,1669,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(461,280,1642948052,1587556719,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',334,1669,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.888,\"width\":1,\"x\":0,\"y\":0.11066666666666666},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(462,280,1642948052,1587556719,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',332,1669,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(463,280,1652982789,1587556764,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1670,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(464,280,1652982789,1587556764,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',331,1670,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(465,280,1652982789,1587556764,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',334,1670,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.888,\"width\":1,\"x\":0,\"y\":0.11066666666666666},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(466,280,1652982789,1587556764,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',332,1670,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(467,62,1637755794,1589040886,1,0,0,0,0,0,0,0,'{\"hidden\":null}',335,9,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16691068814055637,\"y\":0,\"width\":0.66617862371888725,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0.12472527472527473,\"width\":1,\"height\":0.75054945054945055},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.21854395604395604,\"width\":1,\"height\":0.56291208791208791},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21854395604395604,\"width\":1,\"height\":0.56291208791208791},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0.21854395604395604,\"width\":1,\"height\":0.56291208791208791},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.21854395604395604,\"width\":1,\"height\":0.56291208791208791},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(468,62,1637755794,1589041150,1,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',336,10,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16600000000000001,\"y\":0,\"width\":0.66800000000000004,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0.12574850299401197,\"width\":1,\"height\":0.74850299401197606},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.21931137724550898,\"width\":1,\"height\":0.56137724550898205},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21931137724550898,\"width\":1,\"height\":0.56137724550898205},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0.21931137724550898,\"width\":1,\"height\":0.56137724550898205},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.21931137724550898,\"width\":1,\"height\":0.56137724550898205},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(469,62,1637755794,1589041221,1,0,0,0,0,0,0,0,'',329,11,'tx_wsflexslider_domain_model_image','fal_image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.16611902154070829,\"y\":0,\"width\":0.66776195691858342,\"height\":1},\"selectedRatio\":\"1:1\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0.12561509021323128,\"width\":1,\"height\":0.7487698195735375},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.21921131765992347,\"width\":1,\"height\":0.56157736468015307},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21921131765992347,\"width\":1,\"height\":0.56157736468015307},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0.21921131765992347,\"width\":1,\"height\":0.56157736468015307},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0.21921131765992347,\"width\":1,\"height\":0.56157736468015307},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(470,26,1592533846,1589147101,0,0,0,0,0,0,0,0,'{\"hidden\":null}',335,1678,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"height\":1,\"width\":0.414,\"x\":0.301,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":1,\"width\":0.377,\"x\":0.305,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(471,102,1589156656,1589156598,1,0,0,0,0,0,0,0,'{\"hidden\":null}',335,1679,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(472,102,1589156704,1589156656,1,0,0,0,0,0,0,0,'',336,1679,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(473,102,1589156828,1589156704,1,0,0,0,0,0,0,0,'',333,1679,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(474,26,1589805481,1589156828,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',331,1679,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0.28599999999999998,\"y\":0,\"width\":0.42099999999999999,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(475,26,1663258803,1589801305,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1680,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"height\":1,\"width\":0.414,\"x\":0.301,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":1,\"width\":0.377,\"x\":0.305,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(476,26,1663258861,1589802481,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',331,1681,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0.28599999999999998,\"y\":0,\"width\":0.42099999999999999,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.25900000000000001,\"y\":0,\"width\":0.46899999999999997,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(477,26,1589805452,1589803616,0,0,0,0,0,0,0,0,'{\"hidden\":null}',335,1682,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"height\":1,\"width\":0.414,\"x\":0.301,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":1,\"width\":0.377,\"x\":0.305,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(478,26,1589805777,1589805749,0,0,0,0,0,0,0,0,'{\"hidden\":null}',335,1685,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"height\":1,\"width\":0.414,\"x\":0.301,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":1,\"width\":0.377,\"x\":0.305,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(479,26,1589805989,1589805960,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1686,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0.28599999999999998,\"y\":0,\"width\":0.42099999999999999,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(480,26,1589806314,1589806289,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1687,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0.28599999999999998,\"y\":0,\"width\":0.42099999999999999,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.25900000000000001,\"y\":0,\"width\":0.46899999999999997,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(481,287,1591502788,1591359655,0,0,0,0,0,0,0,0,'{\"hidden\":null}',335,1689,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"height\":1,\"width\":0.414,\"x\":0.301,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"height\":1,\"width\":0.377,\"x\":0.305,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(482,240,1591616315,1591614941,0,0,0,0,0,0,0,0,'{\"hidden\":null}',264,1106,'tt_content','background_media',1,NULL,NULL,NULL,'',0,'{\"xs\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.33333333333333331,\"y\":0,\"width\":0.33333333333333331,\"height\":1},\"selectedRatio\":\"1:2\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0.125,\"width\":1,\"height\":0.75},\"selectedRatio\":\"4:2\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0.21875,\"width\":1,\"height\":0.5625},\"selectedRatio\":\"16:6\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(483,294,1591707753,1591707753,0,0,0,0,0,0,0,0,'',340,1707,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(484,294,1591707753,1591707753,0,0,0,0,0,0,0,0,'',339,1707,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(485,280,1642948076,1593783114,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',330,1710,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(486,280,1642948076,1593783114,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1710,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(487,280,1642948076,1593783114,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1710,'tt_content','image',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(488,280,1642948076,1593783114,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1710,'tt_content','image',4,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(490,183,1657501611,1599173205,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1714,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FRESHBUBBA

','

Lorem Ipsum

','bubba',0,'',0),(491,183,1657501611,1599173205,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1714,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FRESHBUBBA

','

Lorem Ipsum

','bubba',0,'',0),(494,183,1657501590,1599495087,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1716,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FREESARAH

','

Lorem Ipsum

','sarah',0,'',0),(495,183,1657501590,1599495087,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1716,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FREESARAH

','

Lorem Ipsum

','sarah',0,'',0),(498,183,1657501552,1599496161,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1718,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FaithfulMILO

','

Lorem Ipsum

','milo',0,'',0),(499,183,1657501552,1599496161,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1718,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FAITHFULMILO

','

Lorem Ipsum

','milo',0,'',0),(502,183,1657501505,1599496904,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1720,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

SillyChico

','

Lorem Ipsum

','chico',0,'',0),(503,183,1657501505,1599496904,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1720,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

SillyChico

','

Lorem Ipsum

','chico',0,'',0),(506,183,1657501530,1599516491,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1722,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

StrangeDexter

','

Lorem Ipsum

','dexter',0,'',0),(507,183,1657501530,1599516491,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1722,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

StrangeDexter

','

Lorem Ipsum

','dexter',0,'',0),(510,183,1657501479,1599517553,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1724,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

WildRomeo

','

Lorem Ipsum

','romeo',0,'',0),(511,183,1657501479,1599517553,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1724,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

WildRomeo

','

Lorem Ipsum

','romeo',0,'',0),(514,183,1657501462,1599518715,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1726,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','roxy',0,'',0),(515,183,1657501462,1599518715,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',191,1726,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','roxy',0,'',0),(518,280,1599657840,1599657800,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1728,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(519,183,1601487896,1601487843,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',190,1729,'tt_content','image',1,'','Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','',0,'',0),(520,183,1601487896,1601487843,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',191,1729,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','',0,'',0),(523,183,1657501666,1601992442,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1732,'tt_content','image',1,NULL,'Eine Bildunterschrift ist weiterhin möglich','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

GLOWINGRUBY

','

Lorem Ipsum

','ruby',0,'',0),(524,183,1657501666,1601992442,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1732,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

GLOWINGRUBY

','

Lorem Ipsum

','ruby',0,'',0),(525,183,1601992833,1601992724,0,0,0,0,0,0,1,523,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"\",\"title\":null,\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"ruby\",\"text_visible\":\"

GLOWINGRUBY<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1733,'tt_content','image',1,NULL,'A caption is possible','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

GLOWINGRUBY

','

Lorem Ipsum

','ruby',0,'',0),(526,183,1601992833,1601992724,0,0,0,0,0,0,1,524,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1733,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

GLOWINGRUBY

','

Lorem Ipsum

','ruby',0,'',0),(527,183,1657501682,1601992945,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',190,1734,'tt_content','image',1,NULL,'Eine Bildunterschrift ist weiterhin möglich',NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CRAZYLAYLA

','

Lorem Ipsum

','layla',0,'',0),(528,183,1657501682,1601992945,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"text_visible\":\"\",\"text_hover\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',191,1734,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CRAZYLAYLA

','

Lorem Ipsum

','layla',0,'',0),(529,183,1601993343,1601993234,0,0,0,0,0,0,1,527,'{\"alternative\":null,\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"\",\"title\":null,\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"layla\",\"text_visible\":\"

CRAZYLAYLA<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1735,'tt_content','image',1,NULL,'A caption is possible',NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CRAZYLAYLA

','

Lorem Ipsum

','layla',0,'',0),(530,183,1601993343,1601993234,0,0,0,0,0,0,1,528,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1735,'tt_content','image',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CRAZYLAYLA

','

Lorem Ipsum

','layla',0,'',0),(531,183,1601993938,1601993770,0,0,0,0,0,0,1,494,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"sarah\",\"text_visible\":\"

FREESARAH<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1736,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FREESARAH

','

Lorem Ipsum

','sarah',0,'',0),(532,183,1601993938,1601993770,0,0,0,0,0,0,1,495,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1736,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FREESARAH

','

Lorem Ipsum

','sarah',0,'',0),(533,183,1601993824,1601993770,0,0,0,0,0,0,1,490,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"bubba\",\"text_visible\":\"

FRESHBUBBA<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1737,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FRESHBUBBA

','

Lorem Ipsum

','bubba',0,'',0),(534,183,1601993824,1601993770,0,0,0,0,0,0,1,491,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1737,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FRESHBUBBA

','

Lorem Ipsum

','bubba',0,'',0),(535,183,1601994445,1601994445,0,0,0,0,0,0,1,519,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',190,1738,'tt_content','image',1,'','[Translate to English:] Eine Bildunterschrift ist weiterhin möglich','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','',0,'',0),(536,183,1601994445,1601994445,0,0,0,0,0,0,1,520,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',191,1738,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','',0,'',0),(537,183,1601995076,1601994445,0,0,0,0,0,0,1,514,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"roxy\",\"text_visible\":\"

CharmingRoxy<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1739,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','roxy',0,'',0),(538,183,1601995076,1601994445,0,0,0,0,0,0,1,515,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1739,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

CharmingRoxy

','

Lorem Ipsum

','roxy',0,'',0),(539,183,1601994950,1601994445,0,0,0,0,0,0,1,510,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"romeo\",\"text_visible\":\"

WildRomeo<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1740,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

WildRomeo

','

Lorem Ipsum

','romeo',0,'',0),(540,183,1601994950,1601994445,0,0,0,0,0,0,1,511,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1740,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

WildRomeo

','

Lorem Ipsum

','romeo',0,'',0),(541,183,1601994823,1601994445,0,0,0,0,0,0,1,506,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"dexter\",\"text_visible\":\"

StrangeDexter<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1741,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

StrangeDexter

','

Lorem Ipsum

','dexter',0,'',0),(542,183,1601994823,1601994445,0,0,0,0,0,0,1,507,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1741,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

StrangeDexter

','

Lorem Ipsum

','dexter',0,'',0),(543,183,1601994695,1601994445,0,0,0,0,0,0,1,502,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"chico\",\"text_visible\":\"

SillyChico<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1742,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

SillyChico

','

Lorem Ipsum

','chico',0,'',0),(544,183,1601994695,1601994445,0,0,0,0,0,0,1,503,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1742,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

SillyChico

','

Lorem Ipsum

','chico',0,'',0),(545,183,1601994577,1601994445,0,0,0,0,0,0,1,498,'{\"alternative\":\"\",\"description\":\"Eine Bildunterschrift ist weiterhin m\\u00f6glich\",\"link\":\"t3:\\/\\/page?uid=23\",\"title\":\"\",\"crop\":\"{\\\"default\\\":{\\\"cropArea\\\":{\\\"x\\\":0,\\\"y\\\":0,\\\"width\\\":1,\\\"height\\\":1},\\\"selectedRatio\\\":\\\"NaN\\\",\\\"focusArea\\\":null}}\",\"extended_design\":\"milo\",\"text_visible\":\"

FaithfulMILO<\\/strong><\\/p>\",\"text_hover\":\"

Lorem Ipsum<\\/p>\",\"uid_local\":190,\"hidden\":0,\"sys_language_uid\":0,\"l10n_parent\":0}',190,1743,'tt_content','image',1,'','A caption is possible','','t3://page?uid=23',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FaithfulMILO

','

Lorem Ipsum

','milo',0,'',0),(546,183,1601994577,1601994445,0,0,0,0,0,0,1,499,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"text_visible\":null,\"text_hover\":null,\"uid_local\":null,\"hidden\":0,\"sys_language_uid\":null}',191,1743,'tt_content','image',2,'','','','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,'

FAITHFULMILO

','

Lorem Ipsum

','milo',0,'',0),(547,51,1603104727,1603104727,0,0,0,0,0,0,0,0,'',341,238,'sys_file_reference','poster',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(548,279,1603457235,1603457235,0,0,0,0,0,0,0,0,'',330,21,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.07697749407738878,\"width\":1,\"height\":0.8460450118452224},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(549,279,1603457235,1603457235,0,0,0,0,0,0,0,0,'',335,22,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.07781593406593407,\"width\":1,\"height\":0.8443681318681319},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(550,279,1603457235,1603457235,0,0,0,0,0,0,0,0,'',336,23,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.07896706586826348,\"width\":1,\"height\":0.8420658682634731},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(551,279,1603457235,1603457235,0,0,0,0,0,0,0,0,'',329,24,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.07881697648988518,\"width\":1,\"height\":0.8423660470202297},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(552,279,1603461779,1603457235,0,0,0,0,0,0,0,0,'{\"crop\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',337,25,'tx_wsslider_domain_model_item','foreground_media',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0.3125,\"width\":1,\"height\":0.375},\"selectedRatio\":\"16:9\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(553,303,1606492781,1606489494,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',342,1754,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(554,185,1609944912,1609944838,0,0,0,0,0,0,0,0,'{\"title\":null,\"description\":null,\"autoplay\":null,\"loop\":null,\"muted\":null,\"show_related_videos\":null,\"poster\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',318,185,'pages','heroimage_big',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(555,304,1609945053,1609945041,0,0,0,0,0,0,0,0,'{\"alternative\":null,\"description\":null,\"link\":null,\"title\":null,\"crop\":null,\"extended_design\":null,\"uid_local\":null,\"hidden\":null,\"sys_language_uid\":null}',290,304,'pages','heromedia_fullscreen',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0.3137912609831394,\"y\":0,\"width\":0.3724174780337212,\"height\":1},\"selectedRatio\":\"xs\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0.3137912609831394,\"y\":0,\"width\":0.3724174780337212,\"height\":1},\"selectedRatio\":\"sm\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"full\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(556,305,1609950392,1609950392,0,0,0,0,0,0,0,0,'',343,305,'pages','heroimage_big',1,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(557,305,1609950392,1609950392,0,0,0,0,0,0,0,0,'',344,305,'pages','heroimage_big',2,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'',0),(558,157,1615803615,1615803615,0,0,0,0,0,0,0,0,'',346,157,'pages','preview_image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(559,157,1631105541,1615803615,0,0,0,0,0,0,1,558,'',346,250,'pages','preview_image',1,'[Translate to English:] ','[Translate to English:] ','[Translate to English:] ','',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xs\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"sm\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"md\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"lg\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null},\"xl\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(560,280,1616211443,1616210882,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1766,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(561,280,1616526869,1616211475,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1767,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(562,280,1616526930,1616526882,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1768,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(563,280,1616526985,1616526892,0,0,0,0,0,0,0,0,'{\"hidden\":null}',331,1769,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(564,308,1642174794,1642174794,0,0,0,0,0,0,0,0,'',330,1783,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":0.997,\"x\":0,\"y\":0},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(565,308,1642176283,1642174871,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',329,1784,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.9970059880239521,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(566,308,1642174956,1642174956,0,0,0,0,0,0,0,0,'',335,1785,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(567,308,1642176291,1642175040,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',333,1786,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.5,\"width\":1,\"x\":0,\"y\":0.323},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(568,308,1642176695,1642176391,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1787,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.9970059880239521,\"width\":0.999,\"x\":0,\"y\":0.0014970059880239522},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(569,308,1642176708,1642176445,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',334,1788,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.888,\"width\":0.999,\"x\":0.001,\"y\":0.112},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(570,308,1642178835,1642178835,0,0,0,0,0,0,0,0,'',331,1790,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.9985007496251874,\"width\":0.999,\"x\":0,\"y\":0},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(571,308,1642178890,1642178890,0,0,0,0,0,0,0,0,'',332,1791,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.863568215892054,\"width\":0.865,\"x\":0.095,\"y\":0.05697151424287856},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(572,308,1642179974,1642179974,0,0,0,0,0,0,1,565,'{\"hidden\":\"\"}',329,1800,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.9970059880239521,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(573,308,1642179974,1642179974,0,0,0,0,0,0,1,567,'{\"hidden\":\"\"}',333,1801,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.5,\"width\":1,\"x\":0,\"y\":0.323},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(574,308,1642179974,1642179974,0,0,0,0,0,0,1,569,'{\"hidden\":\"\"}',334,1802,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.888,\"width\":0.999,\"x\":0.001,\"y\":0.112},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(575,308,1642179974,1642179974,0,0,0,0,0,0,1,571,'',332,1803,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.863568215892054,\"width\":0.865,\"x\":0.095,\"y\":0.05697151424287856},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(576,308,1642179974,1642179974,0,0,0,0,0,0,1,564,'',330,1804,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":0.997,\"x\":0,\"y\":0},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(577,308,1642179974,1642179974,0,0,0,0,0,0,1,566,'',335,1805,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":1,\"width\":1,\"x\":0,\"y\":0},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(578,308,1642179974,1642179974,0,0,0,0,0,0,1,568,'{\"hidden\":\"\"}',336,1806,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.9970059880239521,\"width\":0.999,\"x\":0,\"y\":0.0014970059880239522},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(579,308,1642179974,1642179974,0,0,0,0,0,0,1,570,'',331,1807,'tt_content','image',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.9985007496251874,\"width\":0.999,\"x\":0,\"y\":0},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(582,301,1643120114,1643115361,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',329,1811,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'',0),(583,0,1673279709,1673279500,0,0,0,0,0,0,0,0,'{\"alternative\":\"\",\"description\":\"\",\"link\":\"\",\"title\":\"\",\"crop\":\"\",\"extended_design\":\"\",\"uid_local\":\"\",\"hidden\":\"\",\"sys_language_uid\":\"\"}',350,275,'sys_file_metadata','poster',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"height\":0.8973799126637555,\"width\":0.616,\"x\":0.201,\"y\":0.05240174672489083},\"selectedRatio\":\"3:2\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'subtitles',0),(584,112,1673279636,1673279605,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',330,1825,'tt_content','assets',1,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'subtitles',0),(585,112,1673279636,1673279605,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',335,1825,'tt_content','assets',2,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'subtitles',0),(586,112,1673279636,1673279605,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',336,1825,'tt_content','assets',3,NULL,NULL,NULL,'',0,'{\"default\":{\"cropArea\":{\"x\":0,\"y\":0,\"width\":1,\"height\":1},\"selectedRatio\":\"NaN\",\"focusArea\":null}}',0,NULL,0,0,NULL,NULL,'',0,'subtitles',0),(587,112,1673279636,1673279605,0,0,0,0,0,0,0,0,'{\"hidden\":\"\"}',284,1825,'tt_content','assets',4,NULL,NULL,NULL,'',0,'',0,NULL,0,0,NULL,NULL,'',0,'subtitles',0); +/*!40000 ALTER TABLE `sys_file_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_file_storage` +-- + +DROP TABLE IF EXISTS `sys_file_storage`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_file_storage` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(10) unsigned NOT NULL DEFAULT 0, + `crdate` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `name` varchar(255) NOT NULL DEFAULT '', + `description` text DEFAULT NULL, + `driver` tinytext DEFAULT NULL, + `configuration` text DEFAULT NULL, + `is_browsable` smallint(6) NOT NULL DEFAULT 0, + `is_public` smallint(6) NOT NULL DEFAULT 0, + `is_writable` smallint(6) NOT NULL DEFAULT 0, + `is_online` smallint(6) NOT NULL DEFAULT 1, + `processingfolder` tinytext DEFAULT NULL, + `is_default` smallint(6) NOT NULL DEFAULT 0, + `auto_extract_metadata` smallint(6) NOT NULL DEFAULT 1, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_file_storage` +-- + +LOCK TABLES `sys_file_storage` WRITE; +/*!40000 ALTER TABLE `sys_file_storage` DISABLE KEYS */; +INSERT INTO `sys_file_storage` VALUES (1,0,1419211189,1374595946,0,'fileadmin/ (auto-created)','This is the local fileadmin/ directory. This storage mount has been created automatically by TYPO3.','Local','\n\n \n \n \n \n fileadmin/\n \n \n relative\n \n \n 1\n \n \n \n \n',1,1,1,1,NULL,1,1); +/*!40000 ALTER TABLE `sys_file_storage` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_filemounts` +-- + +DROP TABLE IF EXISTS `sys_filemounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_filemounts` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `title` varchar(255) NOT NULL DEFAULT '', + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `read_only` smallint(5) unsigned NOT NULL DEFAULT 0, + `identifier` varchar(255) NOT NULL DEFAULT '', + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_filemounts` +-- + +LOCK TABLES `sys_filemounts` WRITE; +/*!40000 ALTER TABLE `sys_filemounts` DISABLE KEYS */; +INSERT INTO `sys_filemounts` VALUES (1,0,1380652068,'Bilder',0,0,256,'',0,'1:/images/'),(2,0,1380652050,'Videos',0,0,128,'',0,'1:/videos/'),(3,0,1380652099,'Dokumente',0,0,64,'',0,'1:/documents/'),(4,0,1419211153,'Audio',0,0,32,'',0,'1:/audios/'); +/*!40000 ALTER TABLE `sys_filemounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_http_report` +-- + +DROP TABLE IF EXISTS `sys_http_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_http_report` ( + `uuid` varchar(36) NOT NULL, + `status` smallint(5) unsigned NOT NULL DEFAULT 0, + `created` int(10) unsigned NOT NULL, + `changed` int(10) unsigned NOT NULL, + `type` varchar(32) NOT NULL, + `scope` varchar(32) NOT NULL, + `request_time` bigint(20) unsigned NOT NULL, + `meta` mediumtext DEFAULT NULL, + `details` mediumtext DEFAULT NULL, + `summary` varchar(40) NOT NULL, + PRIMARY KEY (`uuid`), + KEY `type_scope` (`type`,`scope`), + KEY `created` (`created`), + KEY `changed` (`changed`), + KEY `request_time` (`request_time`), + KEY `summary_created` (`summary`,`created`), + KEY `all_conditions` (`type`,`status`,`scope`,`summary`,`request_time`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_http_report` +-- + +LOCK TABLES `sys_http_report` WRITE; +/*!40000 ALTER TABLE `sys_http_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_http_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_lockedrecords` +-- + +DROP TABLE IF EXISTS `sys_lockedrecords`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_lockedrecords` ( + `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, + `userid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `record_table` varchar(255) NOT NULL DEFAULT '', + `record_uid` int(11) NOT NULL DEFAULT 0, + `record_pid` int(11) NOT NULL DEFAULT 0, + `username` varchar(50) NOT NULL DEFAULT '', + `feuserid` int(11) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `event` (`userid`,`tstamp`) +) ENGINE=InnoDB AUTO_INCREMENT=4423 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_lockedrecords` +-- + +LOCK TABLES `sys_lockedrecords` WRITE; +/*!40000 ALTER TABLE `sys_lockedrecords` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_lockedrecords` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_messenger_messages` +-- + +DROP TABLE IF EXISTS `sys_messenger_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_messenger_messages` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `body` longtext NOT NULL, + `headers` longtext NOT NULL, + `queue_name` varchar(190) NOT NULL, + `created_at` datetime NOT NULL, + `available_at` datetime NOT NULL, + `delivered_at` datetime DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `queue_name` (`queue_name`), + KEY `available_at` (`available_at`), + KEY `delivered_at` (`delivered_at`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_messenger_messages` +-- + +LOCK TABLES `sys_messenger_messages` WRITE; +/*!40000 ALTER TABLE `sys_messenger_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_messenger_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_news` +-- + +DROP TABLE IF EXISTS `sys_news`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_news` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `title` varchar(255) NOT NULL DEFAULT '', + `content` mediumtext DEFAULT NULL, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_news` +-- + +LOCK TABLES `sys_news` WRITE; +/*!40000 ALTER TABLE `sys_news` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_news` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_note` +-- + +DROP TABLE IF EXISTS `sys_note`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_note` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(11) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `cruser` int(11) unsigned NOT NULL DEFAULT 0, + `subject` varchar(255) NOT NULL DEFAULT '', + `message` text DEFAULT NULL, + `personal` smallint(5) unsigned NOT NULL DEFAULT 0, + `category` smallint(5) unsigned NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `position` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `parent` (`pid`,`deleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_note` +-- + +LOCK TABLES `sys_note` WRITE; +/*!40000 ALTER TABLE `sys_note` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_note` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_reaction` +-- + +DROP TABLE IF EXISTS `sys_reaction`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_reaction` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `updatedon` int(10) unsigned NOT NULL DEFAULT 0, + `createdon` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `disabled` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(10) unsigned NOT NULL DEFAULT 0, + `endtime` int(10) unsigned NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `name` varchar(100) NOT NULL DEFAULT '', + `reaction_type` varchar(255) NOT NULL DEFAULT '', + `secret` varchar(255) NOT NULL DEFAULT '', + `impersonate_user` int(10) unsigned NOT NULL DEFAULT 0, + `table_name` varchar(255) NOT NULL DEFAULT '', + `storage_pid` int(10) unsigned NOT NULL DEFAULT 0, + `fields` longtext DEFAULT NULL COMMENT '(DC2Type:json)', + `identifier` varchar(36) NOT NULL DEFAULT '', + PRIMARY KEY (`uid`), + UNIQUE KEY `identifier_key` (`identifier`), + KEY `index_source` (`reaction_type`(5)), + KEY `parent` (`pid`,`deleted`,`disabled`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_reaction` +-- + +LOCK TABLES `sys_reaction` WRITE; +/*!40000 ALTER TABLE `sys_reaction` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_reaction` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_redirect` +-- + +DROP TABLE IF EXISTS `sys_redirect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_redirect` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `updatedon` int(10) unsigned NOT NULL DEFAULT 0, + `createdon` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `disabled` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(10) unsigned NOT NULL DEFAULT 0, + `endtime` int(10) unsigned NOT NULL DEFAULT 0, + `source_host` varchar(255) NOT NULL DEFAULT '', + `source_path` varchar(2048) NOT NULL DEFAULT '', + `is_regexp` smallint(5) unsigned NOT NULL DEFAULT 0, + `force_https` smallint(5) unsigned NOT NULL DEFAULT 0, + `respect_query_parameters` smallint(5) unsigned NOT NULL DEFAULT 0, + `keep_query_parameters` smallint(5) unsigned NOT NULL DEFAULT 0, + `target` varchar(2048) NOT NULL DEFAULT '', + `target_statuscode` int(11) NOT NULL DEFAULT 307, + `hitcount` int(11) NOT NULL DEFAULT 0, + `lasthiton` int(11) NOT NULL DEFAULT 0, + `disable_hitcount` smallint(5) unsigned NOT NULL DEFAULT 0, + `protected` smallint(5) unsigned NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `creation_type` int(10) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `index_source` (`source_host`(80),`source_path`(80)), + KEY `parent` (`pid`,`deleted`,`disabled`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_redirect` +-- + +LOCK TABLES `sys_redirect` WRITE; +/*!40000 ALTER TABLE `sys_redirect` DISABLE KEYS */; +INSERT INTO `sys_redirect` VALUES (3,0,1587654775,1587654699,0,0,0,0,'*','/de/typo3-bootstrap-template/',0,0,0,0,'t3://page?uid=1',301,0,0,0,0,NULL,0),(4,0,1590155321,1590155321,0,0,0,0,'*','/en/translate-to-english-zur-hauptseite',0,0,0,0,'/en/to-main-page',307,0,0,0,0,NULL,0),(5,0,1591366715,1591366715,0,0,0,0,'*','/de/seitenlayouts/boxed-layouts',0,0,0,0,'/de/seitenlayouts/boxed-layouts-1/einspaltig',307,0,0,0,0,NULL,0),(6,0,1591366746,1591366746,0,0,0,0,'*','/de/seitenlayouts/boxed-layouts-1',0,0,0,0,'/de/seitenlayouts/boxed-layouts',307,0,0,0,0,NULL,0),(7,0,1591366746,1591366746,0,0,0,0,'*','/de/seitenlayouts/boxed-layouts-1/einspaltig',0,0,0,0,'/de/seitenlayouts/boxed-layouts/einspaltig',307,0,0,0,0,NULL,0),(8,0,1596757060,1596757060,0,0,0,0,'*','/de/ueber-das-template/techniken',0,0,0,0,'/de/ueber-das-template/software',307,0,0,0,0,NULL,0),(9,0,1603143149,1603143149,0,0,0,0,'*','/en/elements/navigationen/translate-to-english-overlay-menue',0,0,0,0,'/en/elements/navigationen/overlay-menu',307,0,0,0,0,NULL,0),(10,1,1684501397,1642174061,1,0,0,0,'stage11.t3bootstrap.de','/de/elemente/animation-on-scroll',0,0,0,0,'t3://page?uid=308&_language=0',307,0,0,0,0,NULL,0),(11,1,1684501401,1642179928,1,0,0,0,'stage11.t3bootstrap.de','/en/elements/translate-to-englisch-animationen',0,0,0,0,'t3://page?uid=308&_language=1',307,0,0,0,0,NULL,0); +/*!40000 ALTER TABLE `sys_redirect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_refindex` +-- + +DROP TABLE IF EXISTS `sys_refindex`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_refindex` ( + `hash` varchar(32) NOT NULL DEFAULT '', + `tablename` varchar(255) NOT NULL DEFAULT '', + `recuid` int(11) NOT NULL DEFAULT 0, + `field` varchar(64) NOT NULL DEFAULT '', + `flexpointer` varchar(255) NOT NULL DEFAULT '', + `softref_key` varchar(30) NOT NULL DEFAULT '', + `softref_id` varchar(40) NOT NULL DEFAULT '', + `sorting` int(11) NOT NULL DEFAULT 0, + `ref_table` varchar(255) NOT NULL DEFAULT '', + `ref_uid` int(11) NOT NULL DEFAULT 0, + `ref_string` varchar(1024) NOT NULL DEFAULT '', + `workspace` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`hash`), + KEY `lookup_string` (`ref_string`(191)), + KEY `lookup_rec` (`tablename`(100),`recuid`), + KEY `lookup_uid` (`ref_table`(100),`ref_uid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_refindex` +-- + +LOCK TABLES `sys_refindex` WRITE; +/*!40000 ALTER TABLE `sys_refindex` DISABLE KEYS */; +INSERT INTO `sys_refindex` VALUES ('001f027894bee2ad8a955ee260a0c8dd','pages',223,'l10n_parent','','','',0,'pages',95,'',0),('003aa9d035905a79a062e647fa139de6','tt_content',482,'l18n_parent','','','',0,'tt_content',169,'',0),('00404f44186d9ab4a21bf809521f9bcc','static_countries',36,'cn_country_zones','','','',3,'static_country_zones',70,'',0),('0046c2957ec4dd8979f3171fa7eec417','static_countries',61,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('0047f99f71a889912daad374c8fb2a6b','tx_wst3bootstrap_card_element',32,'tt_content','','','',0,'tt_content',1488,'',0),('004c243db8422ba4b01169abd84c18ba','sys_file_reference',165,'link','','typolink','1594395372c917054cc1a94c6b1ddae9:0',-1,'sys_file',163,'',0),('005300c79ceae21136b39335466edca2','tt_content',1103,'assets','','','',0,'sys_file_reference',238,'',0),('005b4042044290c46a8978ee6f1c3bc5','static_countries',57,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('007b58302780aa3adc4ce2afbe6f23f4','tx_powermail_domain_model_answer',33,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('008a0a158a8e005cccc336404234d602','sys_file_reference',563,'uid_local','','','',0,'sys_file',331,'',0),('008b94aac146a0a46ad5649924584283','sys_file_reference',289,'uid_local','','','',0,'sys_file',314,'',0),('0098c398f51dd548c342d79995c63fc8','sys_file_metadata',298,'file','','','',0,'sys_file',307,'',0),('009b9ee3197c126dfa34b82d9b5b9a2c','tt_content',475,'l18n_parent','','','',0,'tt_content',162,'',0),('009ee2e61d4c80c9057460700d484ba1','sys_file_reference',490,'link','','typolink','0ff65ceebcb97754b5b55351a2fe995f:0',-1,'pages',23,'',0),('00b8e05676f85ed80e2161aefe864b8d','static_countries',74,'cn_country_zones','','','',47,'static_country_zones',381,'',0),('00c29345503bd5d77ee220721119324e','tt_content',977,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('00d1bd13458bf940c772a3788dbcbe95','sys_file',308,'storage','','','',0,'sys_file_storage',1,'',0),('00dea24dbff477d13150963d6a5c8682','sys_file_reference',238,'poster','','','',0,'sys_file_reference',547,'',0),('00edc86dabd6582e6b44881762f734fd','sys_file',284,'metadata','','','',0,'sys_file_metadata',275,'',0),('01076e46023db3d7289fd1fea616802b','tt_content',517,'l18n_parent','','','',0,'tt_content',111,'',0),('010c7033d64434737379082b460ddb9b','tt_content',1150,'pi_flexform','sDEF/lDEF/settings.pages/vDEF/','','',0,'pages',174,'',0),('01315bc1b52e9b74911978f7684bd2fb','sys_file',240,'metadata','','','',0,'sys_file_metadata',231,'',0),('013b64fbeec42d0711cf27b5bced8ec8','tt_content',1724,'image','','','',1,'sys_file_reference',511,'',0),('013dd8809656e0b9bb3379f9792c3f31','tx_news_domain_model_news',7,'fal_related_files','','','',0,'sys_file_reference',94,'',0),('013f7abf2d2d872d9304dad49b58190a','sys_file_metadata',105,'file','','','',0,'sys_file',105,'',0),('01509f675db974f2263c1e95e0ba7433','tt_content',1805,'image','','','',0,'sys_file_reference',577,'',0),('018a4a8c31bea275fc2a3b08fece27d5','static_countries',60,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('01a1273991de715b1db3acb22bd548b5','sys_file_reference',391,'uid_local','','','',0,'sys_file',190,'',0),('01b28d30e093923919ea5c35a942869d','sys_file',237,'metadata','','','',0,'sys_file_metadata',312,'',0),('01c88906d7c9bafa57d14a6e9d7ad6c3','tt_content',1496,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',47,'',0),('01d08f3e23a2f9ba3eabefd9d6243996','tt_content',932,'pi_flexform','pages/lDEF/settings.listPid/vDEF/','','',0,'pages',128,'',0),('01fe835485e4d5a701452a19f7c2115d','sys_file_reference',464,'uid_local','','','',0,'sys_file',331,'',0),('020db83717b5649506367e667162fd09','sys_file_reference',397,'uid_local','','','',0,'sys_file',196,'',0),('023102ae2d55a63f11aeed0543c876dc','sys_file_metadata',210,'file','','','',0,'sys_file',220,'',0),('02390f42c793d1577418b3f5b464694e','static_countries',74,'cn_country_zones','','','',14,'static_country_zones',345,'',0),('024cf8ccb602536608c0f3692b0b056c','sys_file',289,'metadata','','','',0,'sys_file_metadata',280,'',0),('027624ba38949386865d36f85b0b5643','sys_file_reference',503,'uid_local','','','',0,'sys_file',191,'',0),('027aed25da0056fb3901a90c00d4d504','sys_file',212,'storage','','','',0,'sys_file_storage',1,'',0),('027fc9a3b2281e4282775fe1dd6cae5a','tt_content',492,'l18n_parent','','','',0,'tt_content',178,'',0),('02addc2c8b97886d508ed10af6630cea','tt_content',1508,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',39,'',0),('02c0f143566ac982f9e10e2427aa939f','sys_file_reference',368,'sys_language_uid','','','',0,'sys_language',1,'',0),('02c483fc79306d8438e3f8731799f996','tx_powermail_domain_model_answer',31,'sys_language_uid','','','',0,'sys_language',-1,'',0),('02da444a6aa0b4f01cab8d1e31ee5271','static_countries',253,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('02eb6d0b541cdfbcd3edf3161701a1eb','sys_file_metadata',253,'file','','','',0,'sys_file',262,'',0),('02fdddfb184c9c6c39ee0b08957e1876','sys_file_metadata',69,'file','','','',0,'sys_file',69,'',0),('030c2f0de98d3fb03915a40ad5593cbd','tx_wst3bootstrap_card_element',40,'tt_content','','','',0,'tt_content',1494,'',0),('030e5d2e3bf4a22b07b48af0059a7d5e','sys_file',103,'storage','','','',0,'sys_file_storage',1,'',0),('0339e590e4bc93ac06b59082f0fa7e91','tt_content',1416,'l18n_parent','','','',0,'tt_content',581,'',0),('033f668955b25405548da464bb222d6c','sys_file_reference',551,'uid_local','','','',0,'sys_file',329,'',0),('0342d392f465768d4b3e82b5c391a5c1','static_countries',118,'cn_currency_uid','','','',0,'static_currencies',83,'',0),('0347e29824f56e8114837f9ed4ea6b48','sys_file',210,'metadata','','','',0,'sys_file_metadata',200,'',0),('036003a4e4c4c4b89a11569df3b2e0e1','static_countries',26,'cn_parent_territory_uid','','','',0,'static_territories',18,'',0),('0364e150802beca6d30f39c4819fea01','tt_content',1711,'pi_flexform','general/lDEF/persistence.storagePid/vDEF/','','',0,'pages',129,'',0),('0367b90d674bcbc07d2e22f4c31ae191','tx_powermail_domain_model_answer',43,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('0367f06ad942bbaf857b6eee0b7bfd8d','tt_content',1438,'image','','','',1,'sys_file_reference',373,'',0),('03955dab567cae651a21405ccdb8dcb6','static_territories',31,'tr_parent_territory_uid','','','',0,'static_territories',3,'',0),('03b5abadf885e847be03c3c207ab65b2','tt_content',1055,'assets','','','',0,'sys_file_reference',228,'',0),('03cf54fad5a1352cc84ec7aba94a6401','tt_content',1310,'l18n_parent','','','',0,'tt_content',1163,'',0),('03dc85c3d7fdb4573324be5968f31440','sys_file_metadata',241,'file','','','',0,'sys_file',250,'',0),('03ee0a643ed0195fb54c522a6c95985b','sys_file_metadata',8,'file','','','',0,'sys_file',8,'',0),('04002b757044657c3aca7347cfee6f39','tx_news_domain_model_news',4,'fal_media','','','',1,'sys_file_reference',89,'',0),('040d286cd9ed718ea268275e574367b9','sys_file_reference',357,'uid_local','','','',0,'sys_file',188,'',0),('042069eb167f516fb4385b494e628d93','sys_file_metadata',144,'file','','','',0,'sys_file',154,'',0),('042a04c9b510e78c12962672d315f65d','tx_powermail_domain_model_answer',39,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('043ac339f972941cc6827ffe06601466','sys_file_reference',308,'l10n_parent','','','',0,'sys_file_reference',158,'',0),('046354e05a6afeda7621a73503b57983','be_groups',1,'file_mountpoints','','','',3,'sys_filemounts',4,'',0),('04722d11df40d151d1a86de8e83e13e0','sys_file_metadata',312,'file','','','',0,'sys_file',237,'',0),('048436a8e9e5568f4da13423c8e1a54b','sys_category',10,'items','','','',2,'tx_news_domain_model_news',10,'',0),('048b71e0b3608a1add56b5807eb7ff72','static_countries',51,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('0495e0f804afd4eebf5813dc110b2e4e','tx_powermail_domain_model_answer',37,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('04a8cf91d39fd3daa4a42022cb4e389e','tt_content',1096,'bodytext','','typolink_tag','3',-1,'pages',1,'',0),('04b70f4c11eaac5d4bcf46d8f41a5e45','sys_file_reference',418,'uid_local','','','',0,'sys_file',332,'',0),('04c3a32ad78614955cba389302b7bdd4','tt_content',522,'l18n_parent','','','',0,'tt_content',116,'',0),('04fef556cdeb401a254789b21f598428','sys_file_reference',294,'uid_local','','','',0,'sys_file',191,'',0),('05084c7e16b52afddb82c2074e66aae1','tt_content',502,'l18n_parent','','','',0,'tt_content',266,'',0),('0523dfb99f3367f47c12d348840d6861','tt_content',798,'l18n_parent','','','',0,'tt_content',767,'',0),('053788b1229928f7736a38844956985e','sys_file_reference',479,'uid_local','','','',0,'sys_file',331,'',0),('056ee95aeffe7c32064e9f6e98cb0768','static_territories',25,'tr_parent_territory_uid','','','',0,'static_territories',2,'',0),('05714791d80fa61c4501bb98999730b2','sys_file_metadata',172,'file','','','',0,'sys_file',182,'',0),('05917bf1019070d5c194c3fc4ee56090','sys_file',121,'metadata','','','',0,'sys_file_metadata',121,'',0),('0593a93dba3af04b4df5c76c21c3230a','sys_file_reference',362,'l10n_parent','','','',0,'sys_file_reference',167,'',0),('0599f68325b39b51b3001328f1a93b01','static_countries',74,'cn_country_zones','','','',26,'static_country_zones',363,'',0),('05b0ac76610e7f818890cbb901909445','tt_content',556,'l18n_parent','','','',0,'tt_content',50,'',0),('05bd893a75c914e34d663697a2ee298e','tt_content',1348,'l18n_parent','','','',0,'tt_content',667,'',0),('0602416bcee8233336131c30ff9d5608','static_countries',147,'cn_currency_uid','','','',0,'static_currencies',103,'',0),('0608ed753e9b49b1509f9a50ef7ad016','static_countries',157,'cn_country_zones','','','',4,'static_country_zones',534,'',0),('0616022a4af1a56ff70eccec73d50a8f','tt_content',1051,'assets','','','',1,'sys_file_reference',219,'',0),('06250ee0e0ee8670221e90dd5f8be017','sys_file_reference',295,'uid_local','','','',0,'sys_file',190,'',0),('062c6e7c5843a099aeb653563a3ea7d8','static_countries',72,'cn_country_zones','','','',120,'static_country_zones',654,'',0),('062fcd573bc240d274857f305772ff54','static_countries',104,'cn_country_zones','','','',28,'static_country_zones',265,'',0),('063b854772d23c9cb4664ad8d5f2305b','static_countries',74,'cn_country_zones','','','',54,'static_country_zones',384,'',0),('06467dcae2bb7d35298bfbda6244449c','sys_file_metadata',226,'file','','','',0,'sys_file',236,'',0),('0661321a8e4744221a36077eab40b016','static_countries',170,'cn_country_zones','','','',15,'static_country_zones',688,'',0),('0672841beb48d2dc069f86ea71a72f4c','static_countries',196,'cn_currency_uid','','','',0,'static_currencies',174,'',0),('0674ac29e7b0d98b24b44c8f89bf562d','static_countries',72,'cn_country_zones','','','',58,'static_country_zones',656,'',0),('067c922e572e7c0f428b52b450434983','sys_file_reference',496,'sys_language_uid','','','',0,'sys_language',1,'',0),('06830a28c2c51ffe8b4afef633c5c356','sys_file_metadata',217,'file','','','',0,'sys_file',227,'',0),('06d44094cbbc6765b36fea90f6e814ba','sys_file_reference',378,'uid_local','','','',0,'sys_file',190,'',0),('06d5aa6e5c1f2108cffa4145d093c227','sys_file_reference',506,'link','','typolink','ec2ae1fcbd114c52214cb4248758f510:0',-1,'pages',23,'',0),('06ea0eb63783d5534ef1db5663e84099','sys_file_reference',333,'uid_local','','','',0,'sys_file',304,'',0),('06f0fe53e381ab9f60a3fd56c94f0bef','sys_file_metadata',178,'file','','','',0,'sys_file',188,'',0),('06fcdcacfee3448b7725e6941f36c3ee','tx_powermail_domain_model_answer',70,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('06fff2bd787e45be72ec75fe880d298f','static_countries',74,'cn_country_zones','','','',41,'static_country_zones',375,'',0),('070661b2f2f7ed66d1ffed7cedc49a12','sys_file_reference',472,'uid_local','','','',0,'sys_file',336,'',0),('0716ddbac1db1d509bacf0665c38d5d8','static_countries',119,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('07173f404372c73f68382f510031a178','tx_powermail_domain_model_answer',61,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('0723434df8db8bef2da864494ab757d2','sys_file_reference',301,'link','','typolink','d8524730805a693fbae12d0ef1f42070:0',-1,'pages',39,'',0),('0733619d5692ffc24f02f1a00902e5b1','tt_content',1311,'image','','','',0,'sys_file_reference',334,'',0),('07523ba52f2d112313eb38d91260a22c','static_countries',104,'cn_country_zones','','','',100,'static_country_zones',328,'',0),('07563c33ff1b1902a9c50c5d0bb32632','sys_file_metadata',218,'file','','','',0,'sys_file',228,'',0),('0756af1081681ec4eff5f0b3af70c48b','static_countries',72,'cn_country_zones','','','',72,'static_country_zones',608,'',0),('075fa3de719d8db3fe4a9c0f2ca2de1f','tx_wst3bootstrap_card_element',61,'assets','','','',0,'sys_file_reference',394,'',0),('077a681315a8cd9fbc57d042f8d8ee30','tt_content',1764,'pages','','','',2,'pages',74,'',0),('077d17137c01ff634b70f900062bce32','static_countries',168,'cn_currency_uid','','','',0,'static_currencies',118,'',0),('078e8d7f51bf7484a5980e846dd61a7f','tt_content',1201,'l18n_parent','','','',0,'tt_content',1200,'',0),('079800d7be6f9224ab24219fd844733e','static_countries',162,'cn_parent_territory_uid','','','',0,'static_territories',25,'',0),('07afa45cfbdcf7dcb0b4a5bba45f3b03','sys_file',338,'metadata','','','',0,'sys_file_metadata',328,'',0),('07b06a617d4be89d9654baf864f40030','tt_content',1384,'l18n_parent','','','',0,'tt_content',840,'',0),('07c908a1addc5f40d3f31c949f0e1089','static_countries',170,'cn_country_zones','','','',14,'static_country_zones',687,'',0),('07d63f2bbf4a20ba4cd16e1189763991','static_countries',74,'cn_country_zones','','','',87,'static_country_zones',412,'',0),('07df58be55dc3d3ecd5fb16e371d492e','static_countries',72,'cn_country_zones','','','',2,'static_country_zones',566,'',0),('07eee10f66e491737667c160f7109c6b','tx_powermail_domain_model_answer',55,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('07f0e9f8fee47856add5ff7d0fc18e05','tx_wsslider_domain_model_item',11,'foreground_media','','','',0,'sys_file_reference',423,'',0),('08164aef3c9d90b671ca38ad1a370331','pages',302,'l10n_parent','','','',0,'pages',300,'',0),('082667c77e20d5ad721e1ef117cf7e35','tx_powermail_domain_model_answer',15,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('082adcdd6e2709ee29f6bb2358812ac9','sys_file_metadata',68,'file','','','',0,'sys_file',68,'',0),('083bd3f4870d90cbb9040bf658474aef','sys_file_metadata',289,'file','','','',0,'sys_file',298,'',0),('084866fd9f36697bf1149d66f245afc1','static_countries',93,'cn_country_zones','','','',1,'static_country_zones',691,'',0),('08565facf4757476426771f944a13cd4','static_countries',95,'cn_currency_uid','','','',0,'static_currencies',65,'',0),('0866b8da20c27cdfbf44690fa0d7d333','sys_file_metadata',315,'file','','','',0,'sys_file',325,'',0),('08af2a43dd0421ff45ccdaaa8a7fbcb6','tt_content',1263,'l18n_parent','','','',0,'tt_content',1262,'',0),('08f2c56429cdc851e909d36fef83b61c','static_countries',41,'cn_country_zones','','','',13,'static_country_zones',117,'',0),('08ffbc1b45648167bb5334ba132758a7','sys_file_reference',540,'l10n_parent','','','',0,'sys_file_reference',511,'',0),('090337ac7fbad4761c455283decefd56','tt_content',1117,'l18n_parent','','','',0,'tt_content',1105,'',0),('090bdf7b8ad2abaa22905fbf2f18d67b','static_countries',58,'cn_currency_uid','','','',0,'static_currencies',43,'',0),('090d1c6d9db56f22dc6570b8583952fe','tt_content',972,'pi_flexform','sDEF/lDEF/settings.map/vDEF/','','',0,'tx_gomapsext_domain_model_map',1,'',0),('0916540f4ba379a1041cb113f5dd00b8','static_countries',157,'cn_country_zones','','','',10,'static_country_zones',541,'',0),('092f0ef9db501dedcff1f424ec61009a','tt_content',557,'l18n_parent','','','',0,'tt_content',51,'',0),('092f5cd214cb1f618a6ddd52db4d479e','sys_file_reference',372,'l10n_parent','','','',0,'sys_file_reference',313,'',0),('093139beb15846684092184f714702e4','sys_file',313,'storage','','','',0,'sys_file_storage',1,'',0),('095ecadb2ec2a0cd9883832d323c3735','sys_file_reference',305,'link','','typolink','a1ef606e82c244aa880e12e859db4657:0',-1,'pages',102,'',0),('096634c9ad9faa887fb4d730f5da0374','tx_wst3bootstrap_card_element',33,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('096e40d5f2168521ae357f065f03050f','tx_powermail_domain_model_page',1,'fields','','','',3,'tx_powermail_domain_model_field',4,'',0),('09773b4f9e5c48d4ad2bb785e5585195','tt_content',1662,'image','','','',3,'sys_file_reference',439,'',0),('09afb148070e288352af8347c3fcc63b','static_countries',220,'cn_country_zones','','','',49,'static_country_zones',62,'',0),('09bfd0f9fa7739d164ba6a145caf7bc8','sys_file_reference',533,'sys_language_uid','','','',0,'sys_language',1,'',0),('09e0206c8506db4eb13f909999e3ad38','sys_file_metadata',190,'file','','','',0,'sys_file',200,'',0),('09e22661dcc4654007cfaaf28f30b8a8','static_countries',207,'cn_currency_uid','','','',0,'static_currencies',113,'',0),('09e687f4c72dfb9c7b8e4b85d8b4a07d','sys_file_reference',420,'uid_local','','','',0,'sys_file',331,'',0),('09f1ec6f7e28e7760c15c9f17b55ef44','static_countries',216,'cn_currency_uid','','','',0,'static_currencies',152,'',0),('09f9717b782429bfe1212392b780004e','sys_file_reference',184,'l10n_parent','','','',0,'sys_file_reference',93,'',0),('0a2a30c1f70f0f7b838eb38fecd8c16f','static_countries',72,'cn_country_zones','','','',22,'static_country_zones',548,'',0),('0a4e926a60e964ae3d9417bbbaa26571','static_countries',230,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('0a862d43db0d38c60816a85a467af054','static_countries',204,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('0a9428d6b37551e7fe87f14535aaca9e','tt_content',1741,'image','','','',0,'sys_file_reference',541,'',0),('0abd6485605890006f55310c218dd3f2','sys_file_reference',306,'link','','typolink','02601b7791251f55e42844eb49b3de3f:0',-1,'pages',26,'',0),('0ac2e6640d8158e4af78fe580b451f74','static_countries',182,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('0ac4197f7acf219a00a79b4a266a0730','sys_file_metadata',179,'file','','','',0,'sys_file',189,'',0),('0acf3a746d69ea451124b0a825c3f85a','static_countries',104,'cn_country_zones','','','',96,'static_country_zones',323,'',0),('0adda25b7fb9f679a4bd2ccf231db716','tt_content',1391,'l18n_parent','','','',0,'tt_content',1390,'',0),('0ae9d5665d44794f51fcccec5086e485','tx_powermail_domain_model_answer',40,'sys_language_uid','','','',0,'sys_language',-1,'',0),('0b0f921e0b95e98d1c11989e2d962eab','pages',222,'l10n_parent','','','',0,'pages',106,'',0),('0b11c8f843d86b26cc1adacaeedb1286','sys_file_metadata',92,'file','','','',0,'sys_file',92,'',0),('0b1e0691ddf3aab6a02bb63471299c58','tt_content',1225,'l18n_parent','','','',0,'tt_content',928,'',0),('0b4796653299baba1dc465cbdf5d86cc','tt_content',1298,'bodytext','','typolink_tag','017f6fe497f040d19b68d1c1ba7fe051:1',-1,'tt_content',1157,'',0),('0b545fc8e85d7d01abc3f5666d069b06','tt_content',1161,'bodytext','','typolink_tag','073cd31f2b58fbbd31feeea4a8787270:1',-1,'tt_content',1157,'',0),('0b69f4154cf6c1e7faa31b17c4c53caa','tt_content',784,'l18n_parent','','','',0,'tt_content',739,'',0),('0b736b0e1d218619f54a51bc0c9d1e89','tt_content',286,'l18n_parent','','','',0,'tt_content',188,'',0),('0b7979fd67c02beb6924784748958b04','static_countries',110,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('0b86b696b39934b133045ed4d20d5838','tt_content',178,'bodytext','','typolink_tag','c3efb357c5b3061a79166cd116e5c705:1',-1,'tt_content',170,'',0),('0b8e2f2c4a67c603e88a3c9f24c83d07','tx_wst3bootstrap_card_element',81,'bodytext','','typolink_tag','1',-1,'pages',1,'',0),('0b9aff100954ad2f47ca5122c6f803df','sys_file_reference',541,'sys_language_uid','','','',0,'sys_language',1,'',0),('0bc952eba0b69516d878366e274c2631','tt_content',1425,'image','','','',0,'sys_file_reference',367,'',0),('0bd10bcdfa7d5d90458da8b75450508d','static_countries',104,'cn_country_zones','','','',85,'static_country_zones',308,'',0),('0bd7bda40572dd9a35a61eb25947529c','sys_category',2,'items','','','',0,'tx_news_domain_model_news',2,'',0),('0be79433c2eb414133649646a75653ef','sys_file_reference',424,'uid_local','','','',0,'sys_file',333,'',0),('0bed3a53ad1bdb486a838da7fae944f3','static_countries',177,'cn_currency_uid','','','',0,'static_currencies',122,'',0),('0bf75f3f7fe951e8d5dbbe79109c67f6','sys_file_reference',276,'uid_local','','','',0,'sys_file',308,'',0),('0c0815179e115ed642b09e72d7f6fec9','static_countries',93,'cn_country_zones','','','',5,'static_country_zones',694,'',0),('0c166d8c43f41a5fa35369f80110975e','static_countries',220,'cn_country_zones','','','',22,'static_country_zones',32,'',0),('0c5c78bbdae90e87911ebf67179890f4','sys_file',13,'metadata','','','',0,'sys_file_metadata',13,'',0),('0c6b4ec7631c414f81036db42602e358','sys_file_metadata',320,'file','','','',0,'sys_file',330,'',0),('0c771340dbf374a1fdc42417025b616f','tt_content',1801,'l18n_parent','','','',0,'tt_content',1786,'',0),('0c8155e8690db27e722801db15fe9529','sys_file',228,'metadata','','','',0,'sys_file_metadata',218,'',0),('0c88a533cfde72f45078d8ce9ecfe750','tt_content',1509,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('0c956a3b8258316ac57d72c60d98baeb','static_countries',65,'cn_country_zones','','','',42,'static_country_zones',172,'',0),('0ca70e60bb8ce5836c498711d88fb048','sys_file',336,'metadata','','','',0,'sys_file_metadata',326,'',0),('0ca86070feecf74754162515e1788f94','sys_file_reference',437,'uid_local','','','',0,'sys_file',335,'',0),('0d077ca33806026211e5f60132e2f0f6','tt_content',1241,'image','','','',0,'sys_file_reference',309,'',0),('0d143c835e1e7908bf3e7127bdb15d4a','sys_file_reference',208,'l10n_parent','','','',0,'sys_file_reference',207,'',0),('0d2112dc4d450544042a7e3f208a23b8','pages',253,'l10n_parent','','','',0,'pages',138,'',0),('0d222d3602bc7fcce0c3a76467eba195','tx_powermail_domain_model_answer',13,'sys_language_uid','','','',0,'sys_language',-1,'',0),('0d3be11129dfdf8debf38797afd6f1d5','static_countries',72,'cn_country_zones','','','',67,'static_country_zones',604,'',0),('0d401b8b67097fa07b9e84856281fbeb','sys_file',223,'storage','','','',0,'sys_file_storage',1,'',0),('0d44f8fb436a7619310ee9a643fb26d2','tt_content',1719,'image','','','',0,'sys_file_reference',500,'',0),('0d77fe4bd61f8ab524842f9e183ccad5','static_countries',38,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('0d7a2372b8d35de4126ff3a3d59af4ac','tt_content',1418,'assets','','','',0,'sys_file_reference',360,'',0),('0d7bcf2e3ab8574688679a90666106e0','static_countries',220,'cn_country_zones','','','',24,'static_country_zones',34,'',0),('0d7ed4d1c47a18dec2792c3229f45cb7','sys_file_metadata',278,'file','','','',0,'sys_file',287,'',0),('0d91446f2f7f11dbffea158465c82cf9','tx_wsslider_domain_model_item',2,'content_uid','','','',0,'tt_content',1641,'',0),('0d99b835f478940efdff9a6c9bd5d47a','sys_file',66,'metadata','','','',0,'sys_file_metadata',66,'',0),('0d9e106292db70cd540e1d9ad439d7ae','static_countries',104,'cn_country_zones','','','',94,'static_country_zones',316,'',0),('0da378c3c8ff04aae54319e4a43b1378','sys_file',86,'metadata','','','',0,'sys_file_metadata',86,'',0),('0da60785da72d4d4a83da45ce5eaa58e','tt_content',1051,'assets','','','',3,'sys_file_reference',221,'',0),('0db1d6c13de8ccec6124691cc5bf63b7','sys_file',191,'metadata','','','',0,'sys_file_metadata',181,'',0),('0dcc7a8c5209c9804808a24444aa6382','sys_file_reference',548,'uid_local','','','',0,'sys_file',330,'',0),('0dd9d1952f9835120c5f62b1f875de3b','sys_file_metadata',211,'file','','','',0,'sys_file',221,'',0),('0de60c46ce6bba4b35cb0afd81a5c6d4','tt_content',1300,'l18n_parent','','','',0,'tt_content',1174,'',0),('0def7223ca2fbea14f0c56b78535fb82','sys_file',25,'metadata','','','',0,'sys_file_metadata',25,'',0),('0df69382458b176da52a8f659b38622d','sys_file_reference',363,'l10n_parent','','','',0,'sys_file_reference',166,'',0),('0e02cbe97bb9477fe2dc06e2bceef34e','sys_file_reference',471,'uid_local','','','',0,'sys_file',335,'',0),('0e0501310f012ca537e198dd92f8ed6c','static_countries',220,'cn_country_zones','','','',0,'static_country_zones',1,'',0),('0e0c8f96dadb1a5c85dbf019cff47368','pages',245,'l10n_parent','','','',0,'pages',110,'',0),('0e0ffe7e301ed9f79b4bd7cea34ccd26','static_countries',72,'cn_country_zones','','','',99,'static_country_zones',561,'',0),('0e1a7b382740bd30171d420a5fa0112b','sys_file_metadata',216,'file','','','',0,'sys_file',226,'',0),('0e30818bc7000c9a757ac1bdde8054fa','tt_content',1493,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',38,'',0),('0e595683001bfab4f7c0bf0a347a26fd','tt_content',1383,'l18n_parent','','','',0,'tt_content',70,'',0),('0e59f5f63bf28022d06ea3191b7c9cdc','pages',95,'heroimage_big','','','',0,'sys_file_reference',244,'',0),('0e72116b5a91484407952c9e4f64e2d4','static_countries',155,'cn_currency_uid','','','',0,'static_currencies',109,'',0),('0e7bb57591d983688fca4d394e7c3d40','tt_content',1644,'tx_wsslider_items','','','',2,'tx_wsslider_domain_model_item',16,'',0),('0e8e86baf2ef574643023b25acd81e0e','static_territories',23,'tr_parent_territory_uid','','','',0,'static_territories',1,'',0),('0eb510871818cd2deb89f6afb06bf8b3','sys_file_reference',332,'sys_language_uid','','','',0,'sys_language',1,'',0),('0ebaae339f0bcdc4b65d911543f01ece','static_countries',65,'cn_country_zones','','','',0,'static_country_zones',159,'',0),('0ed956e45187585234c5151ebeb5ca0e','tt_content',1354,'bodytext','','email','2',-1,'_STRING',0,'info@wappler.systems',0),('0ee46a1366f00114e884bb234c594fa7','sys_file_reference',434,'uid_local','','','',0,'sys_file',329,'',0),('0f10e68939ac47c5c18f3520c0ff3050','static_countries',101,'cn_currency_uid','','','',0,'static_currencies',69,'',0),('0f115690c74902e72268712b59f353a8','static_countries',74,'cn_country_zones','','','',34,'static_country_zones',421,'',0),('0f121fe1294e6e27972a959d0f11f158','tt_content',1642,'tx_wsslider_items','','','',4,'tx_wsslider_domain_model_item',20,'',0),('0f160df2ba6f1ed0cf2240cde18675bb','sys_file',34,'metadata','','','',0,'sys_file_metadata',34,'',0),('0f2dadf7644be17eb4fc1d0ffa0dde13','tx_wst3bootstrap_card_element',86,'tt_content','','','',0,'tt_content',1169,'',0),('0f4689da842510666e5c180db7bff1d6','sys_file',160,'storage','','','',0,'sys_file_storage',1,'',0),('0f57641c3694a81ef970a1097adbcffc','tx_powermail_domain_model_answer',26,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('0f59b4a81d5a70a0100c37f16f2bc6ae','static_countries',164,'cn_currency_uid','','','',0,'static_currencies',115,'',0),('0f63b49df7931fb31d2ac6ddd861f0b5','static_countries',72,'cn_country_zones','','','',3,'static_country_zones',567,'',0),('0f6b8804b4dd55f1363e0df877608c32','sys_file_reference',336,'l10n_parent','','','',0,'sys_file_reference',275,'',0),('0f79acd49a62124bf962c55ddf110515','static_countries',6,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('0f7dce67d2c10358a5f576533615fa76','sys_file_reference',183,'sys_language_uid','','','',0,'sys_language',1,'',0),('0f82efe29639fc08f3b4e83d703d0bf5','tx_powermail_domain_model_answer',16,'sys_language_uid','','','',0,'sys_language',-1,'',0),('0f8480279112e1294ddcd0f693ccd4d3','sys_file_reference',315,'uid_local','','','',0,'sys_file',190,'',0),('0fb63de559c706bbd00d4dd9c2266988','tt_content',483,'header_link','','typolink','7ac3207acce5b3a2a7fb5f40d67be34f:0',-1,'pages',23,'',0),('0fc6cb7f1091386c50b8055c75c82b92','static_countries',50,'cn_currency_uid','','','',0,'static_currencies',38,'',0),('0fd9fc3113bc787de949501f8b8d4cec','static_countries',204,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('0fdb1448c72eb0625eb37c13a59290fe','static_countries',190,'cn_currency_uid','','','',0,'static_currencies',111,'',0),('0fe6de525f04d8d7aae18446f1beae96','sys_file',162,'metadata','','','',0,'sys_file_metadata',152,'',0),('0ff6d99ce7d7bdf31b57ffb58ed01d5e','pages',195,'l10n_parent','','','',0,'pages',43,'',0),('0ffa69e71e55dfbc0a5f732f6e01d1c5','static_countries',74,'cn_country_zones','','','',72,'static_country_zones',403,'',0),('10034d14de6b8c87aa0096de9d029498','sys_file',1,'metadata','','','',0,'sys_file_metadata',1,'',0),('100ae249536f4acb1f9c73ed168100dd','tx_powermail_domain_model_answer',46,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('103920146605232c19c2106c9c89a48d','tx_powermail_domain_model_answer',16,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('105ad17e672151f0d61519926e070768','sys_file',190,'storage','','','',0,'sys_file_storage',1,'',0),('10632210d95ac932d439d9fa74854ef4','tt_content',491,'l18n_parent','','','',0,'tt_content',177,'',0),('10adf135f60abab6d60e7fddbdc0269c','static_countries',148,'cn_country_zones','','','',21,'static_country_zones',203,'',0),('10c1b263a53072912fe78ed6a997fda6','sys_file_reference',103,'uid_local','','','',0,'sys_file',212,'',0),('10c559349dfcb1b3aac314a82ae9c4b9','static_countries',21,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('10c9b9398e7fc53e5653ccc10b365f89','sys_file_reference',537,'l10n_parent','','','',0,'sys_file_reference',514,'',0),('10da55c762bd7d2d8998758b8dc70caf','sys_file_reference',196,'uid_local','','','',0,'sys_file',240,'',0),('110e0edfb26f0fc2be7d60334db52db7','sys_file_metadata',154,'file','','','',0,'sys_file',164,'',0),('111a2e5bde0ab13ade0253ac2340e572','tt_content',504,'l18n_parent','','','',0,'tt_content',102,'',0),('111ea804f2293fc4afb60d760bd2a91c','sys_file_reference',411,'uid_local','','','',0,'sys_file',194,'',0),('1120e5e184cf8a3929d27754e9d5aed3','sys_file_reference',112,'uid_local','','','',0,'sys_file',190,'',0),('113f81c89ddb98dfb4c527eba39e11a4','sys_file',213,'storage','','','',0,'sys_file_storage',1,'',0),('1151e76aaacfda5bc8a03d4de6001b48','tx_wsslider_domain_model_item',20,'foreground_media','','','',0,'sys_file_reference',432,'',0),('116cc2efade3bf4df8acf5aa240a5c69','tt_content',194,'assets','','','',0,'sys_file_reference',7,'',0),('117c2dc5b026bb280a8fc09c8d13a0d5','tt_content',1443,'l18n_parent','','','',0,'tt_content',612,'',0),('11881dcfea4da59f3c59c50a9e2a9d92','sys_file',67,'metadata','','','',0,'sys_file_metadata',67,'',0),('11a24554d9300f7a4f051991f7cad427','tt_content',652,'l18n_parent','','','',0,'tt_content',138,'',0),('11b2d342be8ccd8fa853ce4c0d8adc4a','tx_wst3bootstrap_card_element',15,'assets','','','',0,'sys_file_reference',380,'',0),('11c0ca9c466862033f4470a0a089d8f8','sys_file',123,'metadata','','','',0,'sys_file_metadata',123,'',0),('11ca06b947cd2e05b0ba3fe3d248ae06','tt_content',1243,'image','','','',0,'sys_file_reference',313,'',0),('11cbe685953503c67e10a0ef09099a92','sys_file_metadata',59,'file','','','',0,'sys_file',59,'',0),('11cdb89a202669d7b85f7530486966db','tt_content',1334,'l18n_parent','','','',0,'tt_content',875,'',0),('11f502f1d819ad21721213a8c011574f','sys_file_reference',480,'uid_local','','','',0,'sys_file',331,'',0),('1223595f51f05719eac88c369b491c7d','static_countries',55,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('12670a9f7ea4efde3476ed03ced6d416','sys_file_reference',277,'uid_local','','','',0,'sys_file',309,'',0),('1281717fc98ca8a4679b2cda21b32a16','sys_file_reference',538,'uid_local','','','',0,'sys_file',191,'',0),('128639f66ca36a4724d1ddad9858570d','sys_file',127,'metadata','','','',0,'sys_file_metadata',127,'',0),('128baae79b4e4d12723e27a0b34816a4','tt_content',1663,'image','','','',4,'sys_file_reference',445,'',0),('128df13dc25fa21950b6eb466968622d','static_countries',1,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('12a8da13ccfe39b7aa193316959aebbf','pages',248,'l10n_parent','','','',0,'pages',139,'',0),('12afdaa99932689e0a7b5f76448c6f0b','sys_file',305,'metadata','','','',0,'sys_file_metadata',296,'',0),('12c3c100a29cc54eb42b9dc1ce45852d','static_countries',104,'cn_country_zones','','','',2,'static_country_zones',224,'',0),('12d373e0a597a344394ee10062c43d2e','sys_file',333,'storage','','','',0,'sys_file_storage',1,'',0),('12f2a219abd49d06247ed2def58aa035','tt_content',1807,'image','','','',0,'sys_file_reference',579,'',0),('12f3e45c3a096d689b976c4e657acd18','tt_content',1535,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',78,'',0),('1307034ddcbcedd8b42e10c12037d54b','static_countries',29,'cn_country_zones','','','',3,'static_country_zones',493,'',0),('1344e1d9cb7ea01f98c3c4c1844e4459','static_countries',43,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('134ba10461a8484c002f0a25a75a3987','static_countries',70,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('1357e4bf2bbfa3f79523a955b91fd53d','tx_wsslider_domain_model_item',7,'foreground_media','','','',0,'sys_file_reference',419,'',0),('135b7eefaa8be50135b2a6f931691b47','pages',219,'l10n_parent','','','',0,'pages',93,'',0),('136b35af55800e5667241051eb80da0d','tt_content',1066,'bodytext','','typolink_tag','7',-1,'_STRING',0,'info@wappler.systems',0),('138b959c2a8f980ddc02b618f88ca6fc','sys_file_reference',111,'uid_local','','','',0,'sys_file',213,'',0),('13b142962f89287f5fc414dc56bf806d','tt_content',1312,'l18n_parent','','','',0,'tt_content',1171,'',0),('13b9d24a01c3452820ffc9e4ababa186','sys_file_reference',497,'sys_language_uid','','','',0,'sys_language',1,'',0),('13cf5bfe9d81ea5a4e73b07fb8ef3bac','sys_file_reference',537,'uid_local','','','',0,'sys_file',190,'',0),('13d7afd3808d91017d36b8150ad3195e','tx_gomapsext_domain_model_map',1,'preview_image','','','',0,'sys_file_reference',347,'',0),('13d8dff81f7ad8911a356b4f406add40','static_countries',65,'cn_country_zones','','','',9,'static_country_zones',136,'',0),('13dcc5d344aee72e879d4719e362575b','sys_file_reference',517,'uid_local','','','',0,'sys_file',191,'',0),('13ea2940bd634f5259dbfb9a664338de','tx_news_domain_model_news',12,'fal_media','','','',0,'sys_file_reference',294,'',0),('13fa7401d2b61fbd8952b8c963599262','tt_content',804,'pi_flexform','sDEF/lDEF/settings.fileCollection/vDEF/','','',0,'sys_file_collection',1,'',0),('14083c9f10432cdf1af650c846b0de0b','sys_file_reference',317,'uid_local','','','',0,'sys_file',190,'',0),('1424effc8e5768ce12f57332fa81ad2f','static_countries',206,'cn_currency_uid','','','',0,'static_currencies',144,'',0),('1442c27b24c16c997a23d85592cb06d3','sys_file_reference',522,'l10n_parent','','','',0,'sys_file_reference',520,'',0),('144310ea71516242f3401111b830626e','static_countries',104,'cn_country_zones','','','',3,'static_country_zones',225,'',0),('144a15b30b09732c7a601c9327c45c21','sys_file',197,'storage','','','',0,'sys_file_storage',1,'',0),('1452bb511874f7d50a3c9eb5aafb1bc5','tx_news_domain_model_news',2,'fal_media','','','',0,'sys_file_reference',92,'',0),('145c09338527b17f311529a0f0b0405b','tt_content',1509,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('145dcd4724cd1531ba6ee175ac251605','tx_powermail_domain_model_answer',69,'sys_language_uid','','','',0,'sys_language',-1,'',0),('146277f9fde8e495c3ab14293c2e39ad','sys_file',299,'storage','','','',0,'sys_file_storage',1,'',0),('146401c611eee338fafc0b44f7d5df36','static_countries',74,'cn_country_zones','','','',70,'static_country_zones',407,'',0),('14724efcd75faad5bcec803f13db910d','sys_file',118,'storage','','','',0,'sys_file_storage',1,'',0),('1474ad9b722d9ce7b3b9895b8588d4af','sys_file_reference',230,'uid_local','','','',0,'sys_file',190,'',0),('1482fc17d717bf6a5988cc47db7c922a','sys_file',219,'metadata','','','',0,'sys_file_metadata',209,'',0),('14916a444b90b8eb62f5642ec8f2f268','sys_file_metadata',200,'file','','','',0,'sys_file',210,'',0),('14be16c3e528b8679e14abb79d8dc470','static_territories',12,'tr_parent_territory_uid','','','',0,'static_territories',5,'',0),('14c25dde8fccad55bbd6f71092689331','sys_file_metadata',134,'file','','','',0,'sys_file',134,'',0),('14d28bb062a7f8169c371e954c1d9aaf','static_territories',13,'tr_parent_territory_uid','','','',0,'static_territories',5,'',0),('14f0a87441bd35881b0f0487d1b359da','tt_content',1754,'image','','','',0,'sys_file_reference',553,'',0),('14f8abe3e2115d6f8d300e425a74d765','tt_content',1350,'l18n_parent','','','',0,'tt_content',670,'',0),('14fe885dce6429cb5555465b7031912f','static_countries',148,'cn_country_zones','','','',23,'static_country_zones',205,'',0),('150660afd6765d6cde7a4d2c1daa9adf','sys_file_reference',410,'uid_local','','','',0,'sys_file',312,'',0),('1521871cadb8e760125c17b3b16a1191','tt_content',1743,'image','','','',1,'sys_file_reference',546,'',0),('1550ee50867b9baed0cd1dc38d128682','static_countries',24,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('1560a0355fbafa835bf6bc1098e7f497','static_countries',253,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('156f871a29dcc99840b0e24ab5fd3abb','tt_content',1368,'l18n_parent','','','',0,'tt_content',1079,'',0),('157b1c7a3e0fd99807f0eb2c78dfa94f','static_countries',13,'cn_country_zones','','','',1,'static_country_zones',99,'',0),('159869a0fc456e53ef081d0240ebd4c7','pages',57,'shortcut','','','',0,'pages',35,'',0),('15a151fb4f3bd43f105ce7fc638a2137','tt_content',1033,'l18n_parent','','','',0,'tt_content',1032,'',0),('15c06b56927f118b9b9de5529f5b48c2','tt_content',519,'l18n_parent','','','',0,'tt_content',113,'',0),('15cf1ff9e500684f2f6afb7ead851b67','sys_file_reference',375,'l10n_parent','','','',0,'sys_file_reference',316,'',0),('15dc37dd24c0c18844e493fd448a2339','sys_file',226,'metadata','','','',0,'sys_file_metadata',216,'',0),('15e6d8d721676223c4766a4103424d82','tt_content',1670,'image','','','',3,'sys_file_reference',466,'',0),('16168c104bb22f77893d3263c17e03cb','sys_file_metadata',275,'file','','','',0,'sys_file',284,'',0),('1625661e7e610a806fe5e329d6b92dab','tx_powermail_domain_model_answer',53,'sys_language_uid','','','',0,'sys_language',-1,'',0),('162b7d83ce9cf36b4b09a073688decc3','tx_wst3bootstrap_card_element',45,'assets','','','',0,'sys_file_reference',388,'',0),('163288bd59236618bb096ef4707a24d3','static_countries',14,'cn_country_zones','','','',1,'static_country_zones',215,'',0),('163854137d5de034f42e5d7d3ac20316','sys_file_reference',89,'uid_local','','','',0,'sys_file',195,'',0),('163866d9da74aa64fc472ff0ff5afe3a','static_countries',74,'cn_country_zones','','','',8,'static_country_zones',339,'',0),('166ac0708df89a57be7dc5d0b276a2bd','tt_content',1721,'image','','','',1,'sys_file_reference',505,'',0),('16722196ee4d4eb86e5c3e3778be3525','static_countries',243,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('16895af3ed406ec7375c6592dab3be97','static_countries',65,'cn_country_zones','','','',1,'static_country_zones',130,'',0),('168b8145f55bc109afd68d1cea5e8084','sys_file_metadata',261,'file','','','',0,'sys_file',270,'',0),('16ce91c487ab10ffd41a5fca9061b4a7','tx_powermail_domain_model_answer',71,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('16db4dcf58703c602976bd0518da33ce','static_countries',65,'cn_country_zones','','','',34,'static_country_zones',166,'',0),('16fd42bfb0fb74d9e975aaa4c14e2d78','static_countries',225,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('1719a51cd7dbe673f03e4b1175e23dd5','static_countries',143,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('174a6bd02e7071b0970fa6754f602aa4','sys_file_reference',490,'uid_local','','','',0,'sys_file',190,'',0),('1758e35fbfcfb8d8877f6e7e10c8efdd','sys_file_reference',212,'uid_local','','','',0,'sys_file',245,'',0),('175a63b6123b736277498ee9d93e61fe','sys_file',126,'metadata','','','',0,'sys_file_metadata',126,'',0),('176a8edea3bf0f6be3b02731691e018b','tt_content',1311,'l18n_parent','','','',0,'tt_content',1170,'',0),('1777fca0860127f2ec1af7a3348f22f3','tt_content',1730,'l18n_parent','','','',0,'tt_content',1729,'',0),('178c4c1929a6a40d5c31da99f67e2bce','sys_template',1,'config','','url','2',-1,'_STRING',0,'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap',0),('1794fadb73da210d3cf14fa467396739','tt_content',1662,'image','','','',2,'sys_file_reference',438,'',0),('17b3e1b8c16976d1480ee6186ed22d44','static_countries',29,'cn_country_zones','','','',1,'static_country_zones',492,'',0),('17b8b560b198a8df08236bff9e6afbf2','static_countries',77,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('17c1c29b90c3124f289847ab16fac6aa','static_countries',14,'cn_parent_territory_uid','','','',0,'static_territories',25,'',0),('17de845aebb08ad49f4e781562a25989','tx_wst3bootstrap_card_element',37,'tt_content','','','',0,'tt_content',1493,'',0),('17f19f81529202dc489ed68343c0b201','tt_content',1014,'l18n_parent','','','',0,'tt_content',1010,'',0),('17fdb38104836a29e10e7021117e0830','sys_file_reference',32,'sys_language_uid','','','',0,'sys_language',1,'',0),('180a02f93a92c941b4095574df019e0d','sys_file_reference',510,'uid_local','','','',0,'sys_file',190,'',0),('18180412998b4859665b3c0694022f7d','static_countries',104,'cn_country_zones','','','',55,'static_country_zones',275,'',0),('181ceef6e71ab78134dac24d93f82081','static_countries',171,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('1825fdf93e03364722c55bf0544d87c1','tx_powermail_domain_model_field',4,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('1835f0cfea4e1bc9952b7a6463f98fa9','tt_content',1113,'l18n_parent','','','',0,'tt_content',1104,'',0),('1851f1de96f7c766626f05c5c3131d61','sys_file_reference',546,'uid_local','','','',0,'sys_file',191,'',0),('185611a6c74b7a186fca2187414efe88','static_countries',104,'cn_country_zones','','','',8,'static_country_zones',231,'',0),('1856894e4449d5dfc8a2a309fe2df993','static_countries',74,'cn_country_zones','','','',44,'static_country_zones',376,'',0),('1860a0fc18680623a19a426046b9c167','tt_content',518,'l18n_parent','','','',0,'tt_content',112,'',0),('1874126b4bb0de62ef5910edaaf7ab4c','static_countries',148,'cn_country_zones','','','',13,'static_country_zones',195,'',0),('188b953a3286aaff20f87ec219a1bf30','fe_users',1,'usergroup','','','',1,'fe_groups',2,'',0),('18aabd5c9601b42adda003e77bc3d197','tx_powermail_domain_model_answer',1,'sys_language_uid','','','',0,'sys_language',-1,'',0),('18ace264890318a2a0a86f4de9964425','static_countries',29,'cn_currency_uid','','','',0,'static_currencies',23,'',0),('18b12ae7a5db62296e011abbf91ac934','tx_wst3bootstrap_card_element',44,'tt_content','','','',0,'tt_content',1495,'',0),('18c87568ec61eacba83ffaebce6ae03e','tt_content',476,'l18n_parent','','','',0,'tt_content',163,'',0),('18d5d0e597a2b08017b86dc32a04e7a9','sys_file_metadata',78,'file','','','',0,'sys_file',78,'',0),('18e21a6b9c1ef4ffc10c2c8a195ace27','sys_file',154,'storage','','','',0,'sys_file_storage',1,'',0),('18fbfbc7e08652fb963d9a8664673a8d','tt_content',1439,'l18n_parent','','','',0,'tt_content',1245,'',0),('1902723198f6095a784796603a164777','sys_file',70,'metadata','','','',0,'sys_file_metadata',70,'',0),('1911bf9e2c0e8b8b02fbbbb776e5a636','static_countries',11,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('1911de3c790e24f1d922499f16a11d3a','tt_content',1456,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',3,'',0),('192848180249699650b75988ec6300cb','tx_wst3bootstrap_counterbar_item',2,'tt_content','','','',0,'tt_content',1478,'',0),('1934a65e9611962e3b36ad03488a9d93','pages',250,'l10n_parent','','','',0,'pages',157,'',0),('193c78b64533b7ce4490fd6f453ab3ef','sys_file_metadata',225,'file','','','',0,'sys_file',235,'',0),('1955fe38453a64bfd0efd3d7489c356d','sys_file_reference',527,'uid_local','','','',0,'sys_file',190,'',0),('1956e70d9978d23eb1e0b28488f8a4b1','static_countries',148,'cn_country_zones','','','',20,'static_country_zones',202,'',0),('195a446bc1280a4525f50d7a7d4105ec','tx_powermail_domain_model_answer',57,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('1964c5a5fa1336f123a3e0401ed1d344','pages',57,'fe_group','','','',0,'fe_groups',-1,'',0),('196869b7fcfdabbc15008f411aacb082','static_countries',148,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('19825397a8a90f827fc314bea3e5b159','sys_file',320,'storage','','','',0,'sys_file_storage',1,'',0),('19869a8965cd9d41131081aaa2ec3db2','tx_news_domain_model_news',11,'l10n_parent','','','',0,'tx_news_domain_model_news',10,'',0),('19cbd72358bc58a0de76a16cec4bd7eb','static_countries',36,'cn_currency_uid','','','',0,'static_currencies',29,'',0),('19d3cb91630bcf83ab664b4320fa789a','static_countries',123,'cn_currency_uid','','','',0,'static_currencies',86,'',0),('19da5bbc20995d4cd97e68ab2728c913','sys_file',122,'metadata','','','',0,'sys_file_metadata',122,'',0),('19e28941c0bf1625eb0f1a79106de025','static_countries',72,'cn_country_zones','','','',19,'static_country_zones',577,'',0),('19e9dc29ba2ec6e86911e4c9a9dfb2c2','tt_content',1219,'l18n_parent','','','',0,'tt_content',939,'',0),('19f0d46402e97e8b45227bb8f5196278','tt_content',1508,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('1a02abd05ec5bd7db9b5f5270dff5a69','static_countries',74,'cn_country_zones','','','',35,'static_country_zones',364,'',0),('1a28bdd2d4b880ecf6f16dc3b5fd33a0','static_countries',104,'cn_country_zones','','','',82,'static_country_zones',307,'',0),('1a4a525cf396263f6215d7d86700244b','sys_file',11,'metadata','','','',0,'sys_file_metadata',11,'',0),('1a57fddee3d1e64f099c95dabdcb2b2d','tt_content',452,'l18n_parent','','','',0,'tt_content',448,'',0),('1a596f992a88d132739f929e8c5f69d1','tt_content',505,'assets','','','',0,'sys_file_reference',31,'',0),('1a6278b105b51a5fe1ed779bf6be52ab','tt_content',1819,'l18n_parent','','','',0,'tt_content',1818,'',0),('1a78e37c4b2b91b8fe6f4e48f7c98034','static_countries',145,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('1a9b279c4ac334b8479263513ee3a1db','static_countries',74,'cn_country_zones','','','',73,'static_country_zones',404,'',0),('1a9bb641d48c8d57a73918c90d79f730','static_countries',36,'cn_country_zones','','','',1,'static_country_zones',67,'',0),('1adaba2c5ff468bf8a2aa2755251c13f','tt_content',1679,'assets','','','',0,'sys_file_reference',474,'',0),('1afc4de679bf5fb24e17f7aea73f0aaf','tt_content',574,'l18n_parent','','','',0,'tt_content',569,'',0),('1b2b988da4e7fd98ad57ac14005112ff','sys_file_reference',251,'uid_local','','','',0,'sys_file',264,'',0),('1b2f083f83062d8522fba5f86e05b802','tx_powermail_domain_model_answer',51,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('1b39c6c53d65ee9154baf12055dfdb5d','pages',252,'l10n_parent','','','',0,'pages',72,'',0),('1b5740c9990cf41ba9c1a7a3021885e3','tt_content',536,'l18n_parent','','','',0,'tt_content',97,'',0),('1b601b9b75de9812cd2d3dbcb30ac69a','sys_file',317,'storage','','','',0,'sys_file_storage',1,'',0),('1b7602569302bc12e4acc40139ac7cb0','static_countries',70,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('1b8902390257ad52e3bbc0ce40201946','static_countries',201,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('1b8da0f565d99883eebc5623c6a23776','static_countries',214,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('1ba117b5850fc5cdbf1da7704cbdc85a','static_countries',72,'cn_country_zones','','','',71,'static_country_zones',606,'',0),('1bd34110decf83ba3661b1dbdacf796f','tt_content',1226,'l18n_parent','','','',0,'tt_content',943,'',0),('1bdb3ab4efcbd0a4852c29440e7fcc3b','tt_content',1741,'l18n_parent','','','',0,'tt_content',1722,'',0),('1beecb73aab8f882c1bfbf15782c7cc5','tt_content',1381,'l18n_parent','','','',0,'tt_content',959,'',0),('1bf18105efe62e0950b9697f7149c08d','static_countries',36,'cn_country_zones','','','',2,'static_country_zones',68,'',0),('1c1461358d7ead6d6a35b932c8f60aa5','sys_file_reference',440,'uid_local','','','',0,'sys_file',337,'',0),('1c2045208d44917039885f0500cb0444','tt_content',507,'l18n_parent','','','',0,'tt_content',119,'',0),('1c221823cba7c1940787f72019e42537','tt_content',239,'pages','','','',0,'pages',23,'',0),('1c25ead7d9a4ec23e7a93a5d0e58d86a','sys_file_reference',501,'l10n_parent','','','',0,'sys_file_reference',499,'',0),('1c4017e6a364ac0c051de7be12c9b02c','sys_file_reference',327,'uid_local','','','',0,'sys_file',290,'',0),('1c53a9cf41647116aa5a0cf96727eed6','tt_content',801,'pages','','','',0,'pages',23,'',0),('1c5582a7afd15313d9eb51bcfb3fb618','tt_content',762,'assets','','','',0,'sys_file_reference',103,'',0),('1c574aa7fadfde65d4d5ca4b6736eaa2','sys_file',220,'storage','','','',0,'sys_file_storage',1,'',0),('1c67cbfe1b1de3041ed04322ee1f5ab0','sys_file_reference',219,'sys_language_uid','','','',0,'sys_language',1,'',0),('1c774c0a3302e2de766c30f1122ce6cc','static_countries',127,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('1c934ee0d47df8fb8f03e5c08d1fbe86','tt_content',1361,'l18n_parent','','','',0,'tt_content',1083,'',0),('1c96d57a001e7dc1546d088d34e24518','sys_file_metadata',83,'file','','','',0,'sys_file',83,'',0),('1ca5e9c35b017496457f5ceafb436746','static_countries',233,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('1ca84512ffdaf730dae54bcbdeb5017f','sys_file_metadata',222,'file','','','',0,'sys_file',232,'',0),('1cae69f61859f790220ac1963cf76df4','static_countries',74,'cn_country_zones','','','',65,'static_country_zones',395,'',0),('1cc81d3ca1bbba7036cd21e5d40da207','static_countries',33,'cn_currency_uid','','','',0,'static_currencies',26,'',0),('1cfcbbe74fdd7a23dd9ccbbddb618769','sys_file',60,'metadata','','','',0,'sys_file_metadata',60,'',0),('1d1e281bcf63ea10910dbfa1631a45bd','tt_content',278,'l18n_parent','','','',0,'tt_content',143,'',0),('1d29ca78b8c1465a55dbc66ee8516fa6','tt_content',1385,'l18n_parent','','','',0,'tt_content',841,'',0),('1d377f3add10ab97e60c105bf3c699ab','sys_file',155,'metadata','','','',0,'sys_file_metadata',145,'',0),('1d704cb464692f9283e217e32d52370c','sys_file_reference',493,'sys_language_uid','','','',0,'sys_language',1,'',0),('1d8a150fa93bebbf2c5b4499291ec5f6','sys_file_reference',166,'uid_local','','','',0,'sys_file',163,'',0),('1d96d93fb92b665712b50bc80a159050','tt_content',1221,'assets','','','',0,'sys_file_reference',302,'',0),('1da225c6e5756f91f88e65ce6913bf40','tt_content',1161,'bodytext','','typolink_tag','193823d36617f3152eada9efe24ac0a6:3',-1,'tt_content',1162,'',0),('1da8841af2e09f6dac3dfb76649f88fa','tx_news_domain_model_news',12,'fal_related_files','','','',0,'sys_file_reference',293,'',0),('1dab869b0bbf95da2c9d3dacfeef8fb5','sys_file_reference',156,'uid_local','','','',0,'sys_file',222,'',0),('1db2239463054cb5f557c881f4b90fed','sys_file_metadata',100,'file','','','',0,'sys_file',100,'',0),('1db74129b5b84a28db1cb438d93f6d51','sys_file_reference',371,'uid_local','','','',0,'sys_file',212,'',0),('1dba22566b90ff2bd51269e56a62e10f','sys_file',98,'storage','','','',0,'sys_file_storage',1,'',0),('1dd419b0e9802ee106ab2ba782357109','tt_content',1796,'l18n_parent','','','',0,'tt_content',1779,'',0),('1dde1d48da8809fcff882ccac02d9574','tx_powermail_domain_model_answer',66,'sys_language_uid','','','',0,'sys_language',-1,'',0),('1deaba77b8907e7a5ab43222b1ad2eba','static_countries',220,'cn_country_zones','','','',30,'static_country_zones',40,'',0),('1deefe6a27baaea3c05338da522f8c11','sys_file_metadata',248,'file','','','',0,'sys_file',257,'',0),('1defc483cdf222d226832bb773dcb9a2','sys_file',298,'metadata','','','',0,'sys_file_metadata',289,'',0),('1df5c2033fc961300f29bd5c5e378ac0','tx_wst3bootstrap_card_element',10,'bodytext','','typolink_tag','3',-1,'pages',26,'',0),('1df778f539542fe4eef95bcda0a660d4','static_countries',65,'cn_country_zones','','','',27,'static_country_zones',154,'',0),('1dfb526ebac880e9a73e638616472f81','sys_file_reference',512,'uid_local','','','',0,'sys_file',190,'',0),('1dff8d613ee4ebdaf06af1fc9e02a0fd','static_countries',104,'cn_country_zones','','','',51,'static_country_zones',276,'',0),('1e48d65e22ec9ae3f3f264021669096e','static_countries',147,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('1e62747bb8bdf2697a23824adf581f0c','pages',227,'l10n_parent','','','',0,'pages',115,'',0),('1e6d82e1672df50186dfb3b276213087','sys_file_reference',364,'l10n_parent','','','',0,'sys_file_reference',126,'',0),('1e831a42757fad64a3b8f4f7b88c7697','sys_category',1,'posts','','','',0,'pages',24,'',0),('1e8846ef33b1c6b77f360f349c662b62','static_countries',4,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('1e8abad04d175bde2f2f6f5d16e4b459','sys_file_metadata',108,'file','','','',0,'sys_file',108,'',0),('1e8d2db7eea080f62d0925d8093e4d3f','tt_content',1477,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',25,'',0),('1e8f404095be870112a341b4379de0ed','static_countries',247,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('1e9cf66095dea1756372b4529356eab5','tt_content',1723,'image','','','',0,'sys_file_reference',508,'',0),('1e9dec5777145de97573e29a13ceb777','tt_content',1421,'l18n_parent','','','',0,'tt_content',844,'',0),('1ea9a9b51d2447905066db26da647852','static_countries',65,'cn_country_zones','','','',20,'static_country_zones',133,'',0),('1eb7a6820e30bad886717378c1dbb9b7','static_countries',126,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('1eb8b9c7812ceff756312eea6de36a14','sys_file',222,'metadata','','','',0,'sys_file_metadata',212,'',0),('1ec093dca120ae6aa58b51858dbd91c1','sys_file_reference',159,'uid_local','','','',0,'sys_file',226,'',0),('1ee538913312ee32533af64250cb8d5a','tx_powermail_domain_model_answer',50,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('1ee568cf690add7f68f33c848c453d70','static_countries',252,'cn_currency_uid','','','',0,'static_currencies',176,'',0),('1ee9339bcac4a15d9834d420b3192f6d','sys_file_metadata',132,'file','','','',0,'sys_file',132,'',0),('1eea499f4753127c52c6cf8d74122c15','sys_file_reference',515,'uid_local','','','',0,'sys_file',191,'',0),('1efa9ac4209489fa93bf3601e35d2705','sys_file_reference',392,'uid_local','','','',0,'sys_file',190,'',0),('1f0080351b2a88398111581ce7254198','tt_content',1804,'image','','','',0,'sys_file_reference',576,'',0),('1f2bb8eb2eac9b91bda62a8ece2f21e4','tt_content',799,'pages','','','',0,'pages',109,'',0),('1f4f710747c75e9179d66a664e01d9c8','sys_file',259,'metadata','','','',0,'sys_file_metadata',250,'',0),('1f5c5dac1ddaf16c0d9ba373d580272d','sys_file_reference',433,'uid_local','','','',0,'sys_file',331,'',0),('1f692449a712401ea1193a8347744478','static_countries',233,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('1f756cb5ea99df4abb60908bd589171f','tx_powermail_domain_model_answer',32,'sys_language_uid','','','',0,'sys_language',-1,'',0),('1f78aa67e35d021c6fe531b6aa277926','sys_file',314,'storage','','','',0,'sys_file_storage',1,'',0),('1f7f542402faeb3745cd545278be24cd','static_countries',65,'cn_country_zones','','','',3,'static_country_zones',139,'',0),('1f96bf097918f9aead58fa1e4b90047d','sys_file_metadata',74,'file','','','',0,'sys_file',74,'',0),('1fa3813c4ddba6d57a7cc1248d2e2c75','tt_content',1230,'l18n_parent','','','',0,'tt_content',947,'',0),('1fb486cd298ac504cad63c4045fc4bd0','tt_content',1170,'image','','','',1,'sys_file_reference',274,'',0),('1fc0efdcfaf6f3e20e40ba02b957b022','sys_file',283,'metadata','','','',0,'sys_file_metadata',274,'',0),('1fc2d2e2df0dade8d0617b745d9fb089','tt_content',996,'pages','','','',1,'pages',23,'',0),('1fdbe8b365b9d61ff445914bee8c7489','tt_content',731,'assets','','','',0,'sys_file_reference',236,'',0),('1fe30b7021822d5574a6bf76ff0f904d','sys_file_reference',188,'uid_local','','','',0,'sys_file',192,'',0),('1ffcfeaab33c3376b5351aa75622264c','sys_file_reference',348,'sys_language_uid','','','',0,'sys_language',1,'',0),('1ffdd8ce253d6ccc5dc49cac9f8e93f7','sys_template',71,'constants','','url','42',-1,'_STRING',0,'https://www.instagram.com/',0),('2001dd079325224fb68531fe493b324e','tx_powermail_domain_model_answer',68,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('201f47f6f504e221609de4afe25230b2','static_countries',65,'cn_country_zones','','','',18,'static_country_zones',152,'',0),('20361337fa4396f45c1c90329d2f2c62','tt_content',1031,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('20366d207dd02f57e32fcd741fe8f6b4','tt_content',799,'l18n_parent','','','',0,'tt_content',782,'',0),('203b24512a5f2ac0fdd3d62ff3b0ce6b','static_countries',29,'cn_country_zones','','','',9,'static_country_zones',499,'',0),('204447a62f1be2985bd54003975ba989','sys_file',335,'storage','','','',0,'sys_file_storage',1,'',0),('20457d8dc3af4f7da39b4acaa3f80441','sys_file_reference',364,'uid_local','','','',0,'sys_file',160,'',0),('20499206cf71e85222a06bf39c62852d','sys_file',81,'metadata','','','',0,'sys_file_metadata',81,'',0),('204b1c2baabd28a0cc5a8c3cad7d1f05','tx_powermail_domain_model_answer',58,'sys_language_uid','','','',0,'sys_language',-1,'',0),('204bf053b841469b4f863fd8e95dac3f','sys_file_reference',347,'sys_language_uid','','','',0,'sys_language',-1,'',0),('20540ec9126dd08e5611c9963ebe86ed','sys_file_metadata',268,'file','','','',0,'sys_file',277,'',0),('205b5525833f68379161bf6593df1e02','static_countries',171,'cn_parent_territory_uid','','','',0,'static_territories',18,'',0),('2061b8b37eeace229e3b18af94cb4a1f','sys_file_metadata',88,'file','','','',0,'sys_file',88,'',0),('2066d4ff5679ef3b01e2c7b2dab8c73b','tt_content',1374,'l18n_parent','','','',0,'tt_content',962,'',0),('2068bf0d819e0d5b5adac80ec569b979','sys_file_metadata',42,'file','','','',0,'sys_file',42,'',0),('208865c3bf89058f1fc358111cdef8ef','sys_file_reference',566,'uid_local','','','',0,'sys_file',335,'',0),('20a3cefb986b5ca74d25fd2a8538551b','tt_content',1793,'l18n_parent','','','',0,'tt_content',1789,'',0),('20b67514b5dab82996a2217fac1b1150','sys_file_reference',396,'uid_local','','','',0,'sys_file',194,'',0),('20b70db46bf30aed5fb0ec0cd18d0621','static_countries',160,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('20c3d9448007566bcc8c0ddff1b274dc','sys_file_metadata',267,'file','','','',0,'sys_file',276,'',0),('20d99eb11fd35aabbd3ef627b2150607','sys_file_reference',83,'uid_local','','','',0,'sys_file',190,'',0),('20e831962fb502d793b58870fde0279b','tt_content',1806,'image','','','',0,'sys_file_reference',578,'',0),('21091a0434a92f4033481fe620cee5a4','tt_content',1413,'assets','','','',0,'sys_file_reference',357,'',0),('2111c5dd8e43d3859e4ac7ea533870a6','tx_powermail_domain_model_mail',2,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('211651adba13bc1e1426132631926343','sys_file_reference',194,'uid_local','','','',0,'sys_file',198,'',0),('211bc2433dec33e8d7d0631502fca72e','sys_file_reference',399,'uid_local','','','',0,'sys_file',190,'',0),('211bf2ac7ec12f17f67c8810d335bf43','static_countries',121,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('211e8495988e09b635ea41179e06d941','sys_file_reference',375,'uid_local','','','',0,'sys_file',191,'',0),('2128fdf4d4f1286fb0f9a011d78c4a5a','static_countries',72,'cn_country_zones','','','',83,'static_country_zones',665,'',0),('2132d842b3d25dab17b28570a2f81bcc','sys_file_reference',543,'sys_language_uid','','','',0,'sys_language',1,'',0),('213945cdb2881cb3e0dcf5fb0a2bc6a4','sys_file',223,'metadata','','','',0,'sys_file_metadata',213,'',0),('214bc88b500aba0edd2af417ebd86a59','pages',225,'l10n_parent','','','',0,'pages',146,'',0),('214d188ea11570ff41827ed34734cea6','sys_file_metadata',155,'file','','','',0,'sys_file',165,'',0),('215590eabbcab64a211f87e955653c87','sys_file_reference',118,'uid_local','','','',0,'sys_file',197,'',0),('2173b135a282bb2b1a18add5ebfd3942','sys_redirect',2,'target','','typolink','ff5a61bceddbfbdd9c9845c2b9a425d9:0',-1,'pages',1,'',0),('217bca84336526c9b119e57df017c33b','pages',238,'l10n_parent','','','',0,'pages',137,'',0),('218b6b2411367c2c8e0094d970f35124','static_countries',40,'cn_currency_uid','','','',0,'static_currencies',162,'',0),('2192758c7cbbe8b12237adfce26a7680','static_countries',5,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('219d149ce2a011d93e5d9273463a7e2d','static_countries',220,'cn_country_zones','','','',35,'static_country_zones',45,'',0),('21b2edb7bfa34f4a7ebc4ed7346b04a0','sys_file_reference',331,'sys_language_uid','','','',0,'sys_language',1,'',0),('21c80dabd6761c0c40db272f84ad2790','static_countries',104,'cn_country_zones','','','',10,'static_country_zones',234,'',0),('21ce3e377731eeeb4982b62418a9a01b','tx_powermail_domain_model_answer',51,'sys_language_uid','','','',0,'sys_language',-1,'',0),('21d5d0d322b69a5c4f3894e1fd1dbebe','sys_filemounts',3,'base','','','',0,'sys_file_storage',1,'',0),('21ee13e3ebd9ff10831311407b0483e5','tt_content',1739,'l18n_parent','','','',0,'tt_content',1726,'',0),('220e7598329e76aa2fd2e55dffc8a332','static_countries',201,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('221bf988bc603c9367c4154ce0f12084','sys_file_reference',575,'uid_local','','','',0,'sys_file',332,'',0),('22218d7c9d80df31b5f6bbca2ea611e7','tt_content',1096,'bodytext','','typolink_tag','5',-1,'pages',1,'',0),('22280402c902ba2b759b61c7ed08bc69','tx_wst3bootstrap_card_element',56,'tt_content','','','',0,'tt_content',1501,'',0),('2231f9197cd3ce15f40de32743764752','sys_file',264,'storage','','','',0,'sys_file_storage',1,'',0),('224c8c9cdb2c922b9a2245bfb7c4321f','static_countries',121,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('225bdd9ecf02ad1a3722debb9757c693','tx_wst3bootstrap_card_element',19,'tt_content','','','',0,'tt_content',1471,'',0),('2286495dd3bc7f844bd8849db1549590','static_countries',104,'cn_country_zones','','','',41,'static_country_zones',264,'',0),('2290846f1d31836518237435f32da650','tx_powermail_domain_model_answer',62,'sys_language_uid','','','',0,'sys_language',-1,'',0),('229a90c3e38f8f8e40de14259240fa99','sys_file_reference',470,'uid_local','','','',0,'sys_file',335,'',0),('229b203cb118e968fa1759ad21118fc9','sys_file_metadata',266,'file','','','',0,'sys_file',275,'',0),('22b47b3683715c697964de790afd49e5','sys_file_reference',352,'l10n_parent','','','',0,'sys_file_reference',213,'',0),('22b5a76c9d65e4953f25f7e943f2365b','static_countries',220,'cn_country_zones','','','',7,'static_country_zones',15,'',0),('22d3142b3abbb84f1164346c10e529ad','sys_file_reference',369,'sys_language_uid','','','',0,'sys_language',1,'',0),('22d544323ea69b3c01d2d93cf8c81d2d','sys_file',306,'metadata','','','',0,'sys_file_metadata',297,'',0),('22ea6ec4f1b4b2a6840062114f6673c1','sys_file_reference',259,'uid_local','','','',0,'sys_file',229,'',0),('22f026b234a01aaecd490f7d384746d6','static_countries',72,'cn_country_zones','','','',112,'static_country_zones',637,'',0),('22f61a3528eb48d3334edfebc0aca645','sys_file_metadata',46,'file','','','',0,'sys_file',46,'',0),('230cde3200d19a1d7aecaacd56438e55','static_countries',45,'cn_currency_uid','','','',0,'static_currencies',162,'',0),('230d17dd2ae60c9e1db2501f17bf3c16','tx_powermail_domain_model_answer',20,'sys_language_uid','','','',0,'sys_language',-1,'',0),('232ae35f150c9f8a371d7691195c7427','static_countries',83,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('232cd4005b79955d6f7a06e6a321f7cd','tx_powermail_domain_model_answer',8,'sys_language_uid','','','',0,'sys_language',-1,'',0),('23311446c3ab3194781700face53f628','tx_wst3bootstrap_card_element',16,'tt_content','','','',0,'tt_content',1469,'',0),('2333ff98b171fd1e77bfe5ad070c86e1','tt_content',802,'l18n_parent','','','',0,'tt_content',238,'',0),('2335764dd0b83b78bb2ad69dc670efa9','tx_powermail_domain_model_page',1,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('233772150a1a508ceb889fbb8cdb94fb','static_countries',72,'cn_country_zones','','','',7,'static_country_zones',570,'',0),('233b792fac7b8ef41e9eed04ab242bb0','tx_powermail_domain_model_field',11,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('2348feb42c3004126be4dd28a519c5d2','sys_file_metadata',270,'file','','','',0,'sys_file',279,'',0),('23522fbcad9e555aac643284bea64404','tt_content',534,'l18n_parent','','','',0,'tt_content',233,'',0),('235a6be12afd60d2952ad147fc44b95a','tt_content',1663,'image','','','',3,'sys_file_reference',444,'',0),('23629fb4cee257cd5c3d3cf14e13c64c','static_countries',92,'cn_currency_uid','','','',0,'static_currencies',62,'',0),('237389c7022fa24e8ffc4f6d8b0d2ca2','tt_content',1533,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',72,'',0),('2376f9ed2b583f9dab617a5f45354a52','tx_powermail_domain_model_answer',28,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('237cce187ea8db5e973d7edc87916db7','sys_file_reference',545,'uid_local','','','',0,'sys_file',190,'',0),('237dedfaa0694d0e965ebee18d55971a','sys_file_reference',402,'uid_local','','','',0,'sys_file',197,'',0),('2387e29cda6feb43857189649ec46be8','tx_powermail_domain_model_answer',18,'field','','','',0,'tx_powermail_domain_model_field',8,'',0),('238cd22772f7859a354ff6c0561a6d7a','sys_file_reference',573,'uid_local','','','',0,'sys_file',333,'',0),('239cf07a53d1bb347bfebd44c3aaec53','sys_file_reference',372,'uid_local','','','',0,'sys_file',190,'',0),('23ae5712c83a558ff76e1cd2b52ef0b8','sys_file_reference',519,'link','','typolink','a426ab9e9a8f66596d46bafe54648a12:0',-1,'pages',23,'',0),('23b051d741e8d5d1a349a321c80a8a37','sys_file',17,'metadata','','','',0,'sys_file_metadata',17,'',0),('23bf304a730d0269a8a536f2b38742c9','static_countries',103,'cn_currency_uid','','','',0,'static_currencies',71,'',0),('2405e2fde8be748c47095a25ca6f1b6b','sys_file_reference',312,'uid_local','','','',0,'sys_file',193,'',0),('24074b51dfce96135be9c05dc86e0be9','static_countries',148,'cn_country_zones','','','',8,'static_country_zones',190,'',0),('241eda258a8925cc362b3496f371c206','static_countries',105,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('24523351ad6f493039cec4b6f111c584','tt_content',492,'bodytext','','typolink_tag','1',-1,'pages',53,'',0),('2456cdbec8d04aa90308aebcbf000cda','sys_file_reference',287,'l10n_parent','','','',0,'sys_file_reference',286,'',0),('245fc841059288271591da1fac7b7ea9','static_countries',170,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('247330c3e088c1608105029b9a84c444','static_countries',221,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('247d01a73f93b87e25ddac9a9f92d775','sys_file_metadata',275,'poster','','','',0,'sys_file_reference',583,'',0),('247e14e9f07911bfbd34db17205f1e1d','static_countries',72,'cn_country_zones','','','',88,'static_country_zones',621,'',0),('24831bc55e2aa0307eb8cc60ef59f6ef','tt_content',799,'header_link','','typolink','167034ced1cdae0878d0ca2415191332:0',-1,'pages',109,'',0),('248894de533473a3dd92cd0ad519343e','tt_content',1721,'image','','','',0,'sys_file_reference',504,'',0),('2492689f99950d3111357b06f77929d4','pages',221,'l10n_parent','','','',0,'pages',109,'',0),('249a0f3c23b79bd15868d74d6215b912','sys_file_reference',252,'sys_language_uid','','','',0,'sys_language',1,'',0),('24a12896c9644313894f7a485ff3a230','static_countries',117,'cn_currency_uid','','','',0,'static_currencies',82,'',0),('24a1aaf0d99e6f14a935c433299dcfca','static_countries',12,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('24a930d1f5e11c341461fae049096b0c','sys_file_reference',335,'uid_local','','','',0,'sys_file',306,'',0),('24b504e98cb6d526fd4cae220a6f4d2c','tx_wst3bootstrap_card_element',82,'assets','','','',0,'sys_file_reference',408,'',0),('24b98d1f6fcb572838a29e0fcbd5b6f5','tt_content',1768,'image','','','',0,'sys_file_reference',562,'',0),('24ba533cb002d4827145c6285838481a','static_countries',93,'cn_country_zones','','','',16,'static_country_zones',705,'',0),('24c9e7d81daaa394ef5fc257d7bbfab8','static_countries',220,'cn_country_zones','','','',32,'static_country_zones',42,'',0),('24daad5bcdd1984628b1e45dc6d8547e','tx_news_domain_model_news',4,'bodytext','','typolink_tag','1',-1,'pages',53,'',0),('24e304e8f25451bd09208f49dfca9b42','static_countries',13,'cn_country_zones','','','',0,'static_country_zones',102,'',0),('24eaea9a2f73a26f9a10d3581bb84e97','tx_powermail_domain_model_answer',63,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('24efb3a8772f2d2094c41919ace81c27','sys_file_metadata',280,'file','','','',0,'sys_file',289,'',0),('24fe80483ac8598d7b85dc2cd35dcf9d','sys_file_reference',544,'uid_local','','','',0,'sys_file',191,'',0),('2501eb871f892f07d68e7b36db2829e2','sys_file_metadata',128,'file','','','',0,'sys_file',128,'',0),('250b48baf136bdf59f615104de40a93d','tt_content',272,'l18n_parent','','','',0,'tt_content',82,'',0),('250e0b917ae71eff2e9426318e5e322f','sys_file_reference',345,'l10n_parent','','','',0,'sys_file_reference',258,'',0),('2514b6f3fd3604eccef53a305402711a','tt_content',1732,'image','','','',0,'sys_file_reference',523,'',0),('251668974a3542baec40218432b71793','sys_file_reference',223,'uid_local','','','',0,'sys_file',197,'',0),('2531ee627ec81c07ef845f73a7c1abdd','sys_file_reference',462,'uid_local','','','',0,'sys_file',332,'',0),('25662b50c55cc28ce8a0a76d3440e0b2','sys_category',9,'items','','','',0,'sys_file_metadata',97,'',0),('256a1053a47279813a006b8cc0a7d9a1','tt_content',1661,'image','','','',0,'sys_file_reference',435,'',0),('257325975b9171bab13668e9988fc283','tx_powermail_domain_model_answer',5,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('257e3d887bc50d2e3d952e506589b955','static_countries',158,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('257f37678fcf470854da47b1fba64959','sys_file_reference',153,'link','','typolink','72331881e85ab0ef0fd082a47b5030b4:0',-1,'pages',117,'',0),('2583f7581d5b54f3bdc17b31ad1fef60','tx_powermail_domain_model_answer',65,'sys_language_uid','','','',0,'sys_language',-1,'',0),('25884f4961cc93b117445fe68d80409b','pages',204,'l10n_parent','','','',0,'pages',51,'',0),('258ce480e90fbedbde02d50ec80f479a','sys_file_reference',160,'uid_local','','','',0,'sys_file',227,'',0),('25b27d3ab0f886e8ad9e8dbd22a690d2','tx_blog_domain_model_comment',1,'post_language_id','','','',0,'sys_language',-1,'',0),('25ba9470b6693bd1869f6c47c3984a6b','sys_file_reference',265,'sys_language_uid','','','',0,'sys_language',-1,'',0),('25cda87bbb1dec030537acf6aee50b00','static_countries',72,'cn_country_zones','','','',11,'static_country_zones',574,'',0),('25e3bed8fbe6ac11a8bd5115a35b6815','sys_category',7,'posts','','','',3,'pages',122,'',0),('2601777fb80fcec023a033e75a954b8c','tt_content',1719,'image','','','',1,'sys_file_reference',501,'',0),('260aaa16ab63c06cb7035a522e10cd7a','tt_content',1497,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',50,'',0),('2632891a5cb70b7c413225681a08fa40','tt_content',1729,'image','','','',1,'sys_file_reference',520,'',0),('263fddf6afa19c377a0d9790f37cf20b','sys_file_reference',13,'uid_local','','','',0,'sys_file',122,'',0),('26693edc907e1ae97b40d21fa0919a6e','sys_file',73,'metadata','','','',0,'sys_file_metadata',73,'',0),('2672ba2aa39eb724460f2ecfcf2a8c2d','sys_file_reference',405,'uid_local','','','',0,'sys_file',97,'',0),('267d0cd03676cd1125eefc19bd3aab67','tt_content',1227,'l18n_parent','','','',0,'tt_content',927,'',0),('26844cd34d4b3bc105866f33611d1f32','tt_content',72,'l18n_parent','','','',0,'tt_content',52,'',0),('26aec30e053f9ff6a7118e7951ce7513','tt_content',1803,'image','','','',0,'sys_file_reference',575,'',0),('26da8cb70b5ace8e206c14c56a76aa38','sys_file',29,'metadata','','','',0,'sys_file_metadata',29,'',0),('26ed0af592cbf41005cd70d8d43ec3ad','static_countries',104,'cn_country_zones','','','',12,'static_country_zones',232,'',0),('2703722a4dab88898cfa8755dcb6e35c','static_countries',78,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('2710e5616f1e9340a15bdb4401a180c7','sys_file',294,'storage','','','',0,'sys_file_storage',1,'',0),('27191593005d575cbbe17adea5bcb4c9','static_countries',220,'cn_country_zones','','','',26,'static_country_zones',36,'',0),('271f3cc3376549a87fe797118112734b','sys_file',303,'metadata','','','',0,'sys_file_metadata',294,'',0),('272284e80c1f0386a976310b50751d28','sys_file_metadata',196,'file','','','',0,'sys_file',206,'',0),('2738234ea74c61864a1e0c261844a520','static_countries',20,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('2749f923fdbbe5f13b836d5ee51104ac','sys_file_metadata',51,'file','','','',0,'sys_file',51,'',0),('27542442496bec23ccd3cd1eadedd0a3','tx_wst3bootstrap_card_element',23,'tt_content','','','',0,'tt_content',1475,'',0),('2770651a2eeb99132a5ea4f6ed400ba7','static_countries',77,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('277dbaa5b5789fda317b0b1e75602ef0','static_countries',29,'cn_country_zones','','','',8,'static_country_zones',498,'',0),('2780ccd79887fc4eb83f49b037c3db44','static_countries',72,'cn_country_zones','','','',47,'static_country_zones',632,'',0),('279810e67120d62eb22bea4d6162e587','tt_content',1800,'l18n_parent','','','',0,'tt_content',1784,'',0),('27a5f1e385e740502ac5dc7509b5a97a','sys_file_reference',328,'uid_local','','','',0,'sys_file',290,'',0),('27cdf5afcd6b4072a17db298c7a708a1','pages',103,'fe_group','','','',0,'fe_groups',-2,'',0),('27d1258c05fa97fcbe2d8454f35d719f','pages',307,'sys_language_uid','','','',0,'sys_language',1,'',0),('27e81fa27908ffdd270e247176e541e8','sys_file_reference',328,'l10n_parent','','','',0,'sys_file_reference',327,'',0),('27f204e28dfb02c954748ea3fc283320','static_countries',82,'cn_currency_uid','','','',0,'static_currencies',57,'',0),('27fe6bf00d4345bd0d630e8502b11bdb','static_countries',29,'cn_country_zones','','','',4,'static_country_zones',494,'',0),('28025d43b52fe64f9552475f323d330a','sys_file_metadata',265,'file','','','',0,'sys_file',274,'',0),('282872c36d049c7170a6274a5696a255','tt_content',450,'l18n_parent','','','',0,'tt_content',446,'',0),('2842258cb57e2f3ad4ec6460febac2c9','static_countries',57,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('2843213266c8019fc904ee5bdc81ce59','static_countries',54,'cn_country_zones','','','',7,'static_country_zones',87,'',0),('2854a15ce502ab9fdf94071f037a24a9','sys_file_reference',438,'uid_local','','','',0,'sys_file',336,'',0),('286c98ca067ae5936a5cae787b249754','sys_file_reference',365,'l10n_parent','','','',0,'sys_file_reference',127,'',0),('2879a9c1e852f79ea4e95133765cfc44','tt_content',1408,'l18n_parent','','','',0,'tt_content',1093,'',0),('288c3217db45cda9858b746e629cf03f','static_countries',239,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('288d55087ec36747c6d44fde0fcf08b7','tt_content',195,'assets','','','',0,'sys_file_reference',9,'',0),('2891ba778b551bb7d68fd8f31e492e85','sys_file_reference',351,'uid_local','','','',0,'sys_file',245,'',0),('289b4673787524eb2fa4d84c1a193ef7','sys_file_metadata',152,'file','','','',0,'sys_file',162,'',0),('289fba89873811ce2c472cc12dd15d06','tt_content',484,'l18n_parent','','','',0,'tt_content',171,'',0),('28a4e54fd0a62d632d06aa2f39ba0bae','tt_content',1415,'l18n_parent','','','',0,'tt_content',1003,'',0),('28a68b665dd22c3160579f24e5dc8f1a','tx_wst3bootstrap_card_element',45,'tt_content','','','',0,'tt_content',1496,'',0),('28ba9eb65bfe14d845ec0a11e26c3a9d','static_countries',237,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('28bf1bf640a395a2d4332764345c7b22','tt_content',1426,'l18n_parent','','','',0,'tt_content',713,'',0),('28c99aaea522660307d70bc8bfe70e2c','sys_file_metadata',39,'file','','','',0,'sys_file',39,'',0),('28e402f13af10ef0290e4bbb28ecf2c0','tt_content',1717,'image','','','',1,'sys_file_reference',497,'',0),('28edc6ce04bb02354874bb005a8d1800','static_countries',124,'cn_currency_uid','','','',0,'static_currencies',87,'',0),('29051c0fa124b23aec6a09ced2551e94','tt_content',463,'l18n_parent','','','',0,'tt_content',462,'',0),('2905825400af8e9559e100de6a22d8cd','sys_file_reference',316,'uid_local','','','',0,'sys_file',191,'',0),('29066b61ba4240d0ffa9f30c1953109a','tt_content',1715,'image','','','',0,'sys_file_reference',492,'',0),('290c0a44c6f50efedaaaf548649b416e','sys_file',96,'metadata','','','',0,'sys_file_metadata',96,'',0),('29151da1b9a894f4fee9dbe0b380043a','tt_content',555,'l18n_parent','','','',0,'tt_content',100,'',0),('29a0c54a24e78a941135f8c9fd406583','static_countries',68,'cn_currency_uid','','','',0,'static_currencies',50,'',0),('29b6606fc57c95c7aee0f4d4d4e627b8','static_countries',220,'cn_country_zones','','','',38,'static_country_zones',49,'',0),('29b7b042f532dfd11bf49015c6ff1289','tt_content',1478,'tx_wst3bootstrap_counterbar_item','','','',2,'tx_wst3bootstrap_counterbar_item',3,'',0),('29c8da45dd86409b66269d27fbf137b8','sys_file',12,'metadata','','','',0,'sys_file_metadata',12,'',0),('29f744db92c8ffc41746d52674800732','sys_file',296,'storage','','','',0,'sys_file_storage',1,'',0),('2a102aeb3064c274e1f90ebda22a337f','tt_content',521,'l18n_parent','','','',0,'tt_content',115,'',0),('2a2d853764cc2c31c1fab647adeb0024','static_countries',236,'cn_currency_uid','','','',0,'static_currencies',169,'',0),('2a4002a2c36565d7eacd6eeaab172c3f','tt_content',1313,'l18n_parent','','','',0,'tt_content',1180,'',0),('2a48a67ec7e1e1f5a606d88b3f3fedb4','static_countries',217,'cn_currency_uid','','','',0,'static_currencies',153,'',0),('2a521ac6ef86f14d16b96827c03409af','static_countries',104,'cn_country_zones','','','',9,'static_country_zones',239,'',0),('2a5ff6eeb297169d755e6ef8e0dd2efe','tx_wst3bootstrap_card_element',77,'tt_content','','','',0,'tt_content',1535,'',0),('2a6294056ac735153f7a9b6e52fb4bd5','static_countries',184,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('2a8daa7ad27ebf5736292f3314c42817','sys_file_reference',242,'uid_local','','','',0,'sys_file',289,'',0),('2a8ddaef88f43c61d930a3bf57e64f6d','static_countries',74,'cn_country_zones','','','',43,'static_country_zones',397,'',0),('2a8e581ed6e615c4d0b791a993d076cf','tt_content',514,'l18n_parent','','','',0,'tt_content',108,'',0),('2aa320ac0372f85f01f70e05b4f83d8a','static_countries',97,'cn_country_zones','','','',20,'static_country_zones',480,'',0),('2aae640b346988325b42abf791492ca8','tx_wsslider_domain_model_item',21,'foreground_media','','','',0,'sys_file_reference',548,'',0),('2ac6f4f97eba785665ef98cdcd748b7a','tt_content',486,'bodytext','','typolink_tag','3',-1,'pages',5,'',0),('2ae566523e6a60f0d74b8eb8c9eec39d','tx_powermail_domain_model_answer',62,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('2ae8a40d86be164700082350f1b72857','tx_powermail_domain_model_answer',64,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('2aef1caf36f1a309d32c91769a5aa3f6','sys_template',55,'config','','url','2',-1,'_STRING',0,'http://t3bootstrap7.home.wappler.systems/de/login/',0),('2af058e733940c0b458f37107b758b20','tx_powermail_domain_model_answer',27,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('2af3b7bb5c862d1526baa093ac2366aa','sys_file_metadata',89,'file','','','',0,'sys_file',89,'',0),('2af70442e7c591084879b1ac99752c0d','static_countries',65,'cn_country_zones','','','',39,'static_country_zones',171,'',0),('2af7f6de85260dba8a2067f8e1d090e3','sys_file_reference',218,'uid_local','','','',0,'sys_file',193,'',0),('2b1b02c0045bceb5ee6bd3cdfd5a6072','sys_file_reference',272,'uid_local','','','',0,'sys_file',304,'',0),('2b209d80e7e6510f40f2ca1549a7451e','static_countries',9,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('2b39466a663a620f6acdd42d69f2825a','sys_file_reference',565,'uid_local','','','',0,'sys_file',329,'',0),('2b402376eebe4ae8a6336b61bc3a17c0','tx_wst3bootstrap_card_element',84,'assets','','','',0,'sys_file_reference',409,'',0),('2b49290783d27c0edff3d7be1c669416','static_countries',41,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('2b5275788513f45429c5500075139646','tx_wst3bootstrap_card_element',25,'tt_content','','','',0,'tt_content',1477,'',0),('2b5b7858ca5303221bbcc5e725ecb103','static_countries',54,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('2b882ef7b645feffde8a109574fe2fdc','tt_content',1767,'image','','','',0,'sys_file_reference',561,'',0),('2b892016c16791ea2c4d5db439b62c3d','static_countries',54,'cn_country_zones','','','',5,'static_country_zones',85,'',0),('2b8ed4c84daeab63126b8f3eb63cdfdc','sys_file_reference',509,'l10n_parent','','','',0,'sys_file_reference',507,'',0),('2b9ad2f236a14d3a6459e46978f072b1','static_countries',54,'cn_country_zones','','','',0,'static_country_zones',80,'',0),('2bb85ce83ed7235cba27f0dc9ad3b006','tt_content',1507,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('2bbf8346058b0366d0663387bcd78b37','sys_file_reference',331,'l10n_parent','','','',0,'sys_file_reference',270,'',0),('2bce3754560d77a70cdb67a9fdb2c129','sys_file_reference',361,'sys_language_uid','','','',0,'sys_language',1,'',0),('2bf096b5bc275ad02af233bf937f83be','tx_wst3bootstrap_card_element',86,'assets','','','',0,'sys_file_reference',410,'',0),('2c0c6b3cc574c60147848adbe47fae2a','tt_content',1170,'image','','','',3,'sys_file_reference',276,'',0),('2c19a5cc983ee2361f862f7cc89bbfbe','static_countries',64,'cn_currency_uid','','','',0,'static_currencies',47,'',0),('2c5d767dcbbd5cf7a546e58dbf73fdcd','sys_file_reference',319,'poster','','','',0,'sys_file_reference',324,'',0),('2c67952012192e8f177de1110fb51062','sys_file',227,'storage','','','',0,'sys_file_storage',1,'',0),('2c790c291ce430a88aa5641ddb59fee2','tt_content',1406,'l18n_parent','','','',0,'tt_content',1101,'',0),('2c7c12e1d4f74350dd35a60864296678','static_countries',74,'cn_country_zones','','','',74,'static_country_zones',406,'',0),('2c94ed842329734b28e0ce7b30851bea','static_countries',41,'cn_country_zones','','','',11,'static_country_zones',115,'',0),('2ca4778b942d72fd27b3f8b23e461204','static_countries',52,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('2ca6e1ad7f437b1632a108d3f38c4825','tt_content',1500,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',55,'',0),('2cefab81eeffcb4e1a7edd687dc1fa07','tx_wst3bootstrap_card_element',56,'assets','','','',0,'sys_file_reference',392,'',0),('2cfd6610536e425a92c8176630b62b91','tt_content',1632,'l18n_parent','','','',0,'tt_content',1631,'',0),('2d00f80af86bc1dfde2eaa5965eb4a27','static_countries',29,'cn_country_zones','','','',11,'static_country_zones',501,'',0),('2d03e8db5ef76184cd9ed10789b2627d','sys_file_metadata',299,'file','','','',0,'sys_file',308,'',0),('2d0e1e3b6c7b3efaa80d01d50cc8da10','sys_file_reference',296,'uid_local','','','',0,'sys_file',163,'',0),('2d18cf1f4d95c20cdaa5e9f2fc10acbd','sys_file_metadata',10,'file','','','',0,'sys_file',10,'',0),('2d2d4ec34720f5e85a6114446b7f856a','tx_powermail_domain_model_answer',23,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('2d5d6018b11fff7c06fcaa9cc1f5377e','tx_gomapsext_domain_model_map',1,'addresses','','','',0,'tx_gomapsext_domain_model_address',1,'',0),('2d7515ffc3fb7b63e9e6309e26858a17','sys_file_reference',355,'sys_language_uid','','','',0,'sys_language',1,'',0),('2d888d96d9bd774c2ff90bf77f7bc162','static_countries',223,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('2d8cfd96348273c5cdba757a0e3497e9','sys_file_metadata',130,'file','','','',0,'sys_file',130,'',0),('2da945d49cfda5db9ab65184c5fb7a17','tx_wst3bootstrap_card_element',81,'tt_content','','','',0,'tt_content',752,'',0),('2dabae2fb4395fdd85927e29bad3033f','sys_file_reference',334,'uid_local','','','',0,'sys_file',305,'',0),('2de02062b2ef49feff76db9f565ff116','tt_content',1732,'image','','','',1,'sys_file_reference',524,'',0),('2df1fa6467719d00f75e4ee78da1fd79','tt_content',1366,'l18n_parent','','','',0,'tt_content',1239,'',0),('2df6c5e1f6184823d153c4ed4665d585','tx_news_domain_model_news',12,'l10n_parent','','','',0,'tx_news_domain_model_news',7,'',0),('2e1a9e2fac337af77315c4ad1512409b','tt_content',1478,'tx_wst3bootstrap_counterbar_item','','','',0,'tx_wst3bootstrap_counterbar_item',1,'',0),('2e1b4a1d2b7e4da6b22cc274447acc86','tt_content',285,'l18n_parent','','','',0,'tt_content',187,'',0),('2e29646a50380936b5341f12f026e021','be_users',2,'usergroup','','','',0,'be_groups',1,'',0),('2e32ccf5758058cfce83d0233a193684','static_countries',13,'cn_country_zones','','','',2,'static_country_zones',96,'',0),('2e4f61dced5f0b80ad80c87389bf6df5','sys_file',329,'metadata','','','',0,'sys_file_metadata',319,'',0),('2e7b08500c9eadb54926556c3a996363','sys_file_reference',436,'uid_local','','','',0,'sys_file',330,'',0),('2e82d94acf87bc473e1fe03a9b3ffc47','sys_file_reference',390,'uid_local','','','',0,'sys_file',190,'',0),('2e845cfed354eb630b814206e0e3a226','static_countries',104,'cn_country_zones','','','',14,'static_country_zones',236,'',0),('2e9827289221c3b030b45ef6aed88e86','tt_content',819,'l18n_parent','','','',0,'tt_content',660,'',0),('2e98617d8feaf6565ecc9c6f75917209','tx_wst3bootstrap_card_element',31,'tt_content','','','',0,'tt_content',1487,'',0),('2ea3923e1b391e95c11800666ee71bb9','static_countries',65,'cn_country_zones','','','',19,'static_country_zones',153,'',0),('2ebc2b3e5f54eb9595656d508ad3364d','tt_content',1352,'l18n_parent','','','',0,'tt_content',957,'',0),('2ee613ce41702a40191355878b24a6eb','tt_content',222,'assets','','','',0,'sys_file_reference',16,'',0),('2f015e9b25c589d91b9127b95d6d0775','tt_content',1521,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','e05c86f931ef964f5d2edd897039870c',-1,'sys_file',328,'',0),('2f17468f35fff105fe03510605e6a318','sys_file_reference',213,'uid_local','','','',0,'sys_file',246,'',0),('2f1a668b95ba8640180250312358ba04','sys_file_reference',374,'uid_local','','','',0,'sys_file',190,'',0),('2f4c0037102251306fe84d8baf3ee8ae','static_countries',93,'cn_country_zones','','','',0,'static_country_zones',690,'',0),('2f5470760f527dc1ee72b914c6704193','tt_content',1794,'l18n_parent','','','',0,'tt_content',1775,'',0),('2f58828387dfab53a20785814c1b399c','static_countries',104,'cn_country_zones','','','',15,'static_country_zones',240,'',0),('2f6ed7714f6d8129284d4e09e40b70d6','static_countries',65,'cn_country_zones','','','',12,'static_country_zones',146,'',0),('2f7048ef6b302a54334d3759124762df','sys_file_reference',232,'uid_local','','','',0,'sys_file',241,'',0),('2f7c034cbb486c286cbffcdf736e587f','sys_file_reference',586,'uid_local','','','',0,'sys_file',336,'',0),('2f82bf8633327dfaf15b0ee8e72a2f5b','sys_file_reference',301,'sys_language_uid','','','',0,'sys_language',1,'',0),('2f8f24e7ab39ce1646cadcc0737b425f','static_countries',138,'cn_currency_uid','','','',0,'static_currencies',97,'',0),('2fa34f2998ceeeb36e6f14e9f45ef257','static_countries',74,'cn_country_zones','','','',80,'static_country_zones',418,'',0),('2fac7266e6e146cac20fe69b06ff49b8','static_countries',72,'cn_country_zones','','','',80,'static_country_zones',615,'',0),('2fb349371050eccb98220a6a751c1851','tx_wst3bootstrap_card_element',63,'bodytext','','typolink_tag','3',-1,'pages',26,'',0),('2fbfbd51fadfa3ca21dd049585c663c6','static_countries',65,'cn_country_zones','','','',4,'static_country_zones',140,'',0),('2fc175a5d40567bf359f6dabbb585325','sys_file_reference',313,'uid_local','','','',0,'sys_file',190,'',0),('2fca981999779237281707379c2177bb','tt_content',1297,'l18n_parent','','','',0,'tt_content',1156,'',0),('2fcf25b9c431d8cfab679c9e10c9c1b9','tx_powermail_domain_model_answer',16,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('2fd0a97c12ef6ea454bec7fb65b8f644','static_countries',189,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('2fd82932745c85dd9ed50577fe7e13c8','tt_content',1440,'l18n_parent','','','',0,'tt_content',1246,'',0),('2fdf3e93ba92981c411552b002db2e46','sys_file',333,'metadata','','','',0,'sys_file_metadata',323,'',0),('300d8e3cb6e81f3283624e3b36cb65c6','sys_file_reference',546,'sys_language_uid','','','',0,'sys_language',1,'',0),('3033c55c45354eb6d8e7ac48113fd7ab','tt_content',1395,'l18n_parent','','','',0,'tt_content',915,'',0),('3048743cfd840aa9096af7b7dd1ab866','static_countries',14,'cn_country_zones','','','',7,'static_country_zones',221,'',0),('3050547dc0a8d7f54d06283db33ed15e','static_countries',104,'cn_country_zones','','','',16,'static_country_zones',238,'',0),('309f4abcd48dc8408ed5ac938c67d9a9','static_countries',72,'cn_country_zones','','','',91,'static_country_zones',556,'',0),('30a2531baff86eb3eb6e5a76944d2d93','sys_file_reference',83,'link','','typolink','45d8627261de232cee317837ec3ca137:0',-1,'pages',1,'',0),('30aab0bef677d0d67b2b50360b773f92','sys_file_metadata',321,'file','','','',0,'sys_file',331,'',0),('30b39cd94d76b6a14e1a7c6e6c82f862','static_countries',160,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('30b6865d86457b5cf14703846126069f','tx_powermail_domain_model_answer',13,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('30b916a7a9bc2728d48fffdcbb42dedb','sys_file_reference',557,'uid_local','','','',0,'sys_file',344,'',0),('30bdf5ca880ee30c42d4e3ff3f53bf76','tx_wst3bootstrap_card_element',59,'tt_content','','','',0,'tt_content',1502,'',0),('30dfa314338504bd9531d36954c4bb3a','tt_content',1295,'l18n_parent','','','',0,'tt_content',1157,'',0),('30e4a11e2be202607d0ec50c3a7edf19','tt_content',1424,'assets','','','',0,'sys_file_reference',366,'',0),('30ebf9853e40d264f2db68cbc7932e7a','static_countries',41,'cn_country_zones','','','',21,'static_country_zones',125,'',0),('30f3d3ce79c5b71ebbfa1d795e5a7742','static_countries',75,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('3122f9afe5d3daffb1be49ab6b401b66','static_countries',72,'cn_country_zones','','','',62,'static_country_zones',600,'',0),('3123dcca5b34f0b5bbb28309f5218d37','tt_content',1802,'l18n_parent','','','',0,'tt_content',1788,'',0),('314f746e5d93186280bc3f694f950976','sys_file_reference',256,'link','','typolink','99b37222d01b5381449a5458b8ae20dd:0',-1,'pages',1,'',0),('315950fd36d1e8819b32524ccf77a104','sys_file_metadata',143,'file','','','',0,'sys_file',153,'',0),('31596900ba86f63cacbf5cde915b7a22','tt_content',1662,'image','','','',4,'sys_file_reference',440,'',0),('316ace331702d0e7634065ae7b4a1e61','tt_content',1428,'l18n_parent','','','',0,'tt_content',712,'',0),('3171f1ed3c2bfc3fafa5d1526357e9b1','tt_content',1022,'assets','','','',1,'sys_file_reference',187,'',0),('318d32775b18cb9c640de8d73e179afb','tx_powermail_domain_model_answer',73,'sys_language_uid','','','',0,'sys_language',-1,'',0),('31987bee7d7294e454ea41b5cb39a121','static_countries',72,'cn_country_zones','','','',61,'static_country_zones',599,'',0),('319b09cca8cc0945f8e34787ee13ff20','sys_file_reference',348,'uid_local','','','',0,'sys_file',189,'',0),('31bb93c1769d6e58cf6481ce2c4d07a1','sys_file',342,'storage','','','',0,'sys_file_storage',1,'',0),('31cabb3ea72c5854e900aec4bc2ed67d','pages',195,'shortcut','','','',0,'pages',12,'',0),('31e8e6cf79e7c6045c123cab6c19a259','tt_content',1438,'l18n_parent','','','',0,'tt_content',1243,'',0),('31eb8eb0e8eda27f0b0cd4618f34748f','tt_content',1429,'l18n_parent','','','',0,'tt_content',1056,'',0),('3211412f26817e622c89da8458fe13ea','sys_category',3,'l10n_parent','','','',0,'sys_category',1,'',0),('32358ab534e310d1fb4d0eb21d0a967f','tt_content',1308,'image','','','',0,'sys_file_reference',333,'',0),('323a54a854bfff0da04c6ad69b0c8ea9','static_countries',5,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('324f942a7a94154e6c015f374d89afcd','tx_powermail_domain_model_answer',25,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('327344c2b0aba298a9bee93ce76f3386','sys_file_reference',258,'link','','typolink','f0aaa073a76ab0ee5bba3d56af6a5e39:0',-1,'pages',7,'',0),('3277983a3d6784605c0b98029e58d3d8','sys_file_metadata',189,'file','','','',0,'sys_file',199,'',0),('328518f9775af49388c2cb7a0d8955b9','sys_file_reference',305,'sys_language_uid','','','',0,'sys_language',1,'',0),('329cd1cd27cc8f526f053e40ed4e408b','sys_file',35,'metadata','','','',0,'sys_file_metadata',35,'',0),('32a5c244158348248a631919b57dfa97','sys_file_reference',539,'l10n_parent','','','',0,'sys_file_reference',510,'',0),('32c2562a1b26e0939258058e8d0f6213','sys_file_reference',447,'uid_local','','','',0,'sys_file',330,'',0),('32cfc55c0e0f73239fa408fbf12974f9','static_countries',148,'cn_country_zones','','','',15,'static_country_zones',197,'',0),('32d8ef7a2a8955ad163e92d800299e9e','static_countries',212,'cn_currency_uid','','','',0,'static_currencies',175,'',0),('32e6612f39bb91adf20d1474cc6a7b33','sys_file_metadata',285,'file','','','',0,'sys_file',294,'',0),('330cf07ad1a72ac5029879a6f1f85ab2','static_countries',99,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('33551677529a2dee3a90c01e2c5026b6','tt_content',1460,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',10,'',0),('336a9f660507f280942fb7f3db6d6777','static_countries',74,'cn_country_zones','','','',16,'static_country_zones',348,'',0),('3374d6e3cd1365c769d67a494002f16c','tt_content',508,'l18n_parent','','','',0,'tt_content',148,'',0),('337a009efb3aed01f60c029a9c5fcb34','sys_file',16,'metadata','','','',0,'sys_file_metadata',16,'',0),('33976d9135ebf7e2991a99003d0a3088','static_countries',72,'cn_country_zones','','','',111,'static_country_zones',636,'',0),('33a1c27f4fb46b57b0fa05cb45604105','static_countries',186,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('33a82445a85a63ff625244475037a8b1','tt_content',1799,'l18n_parent','','','',0,'tt_content',1782,'',0),('33c12217a946d7860c7f7b57c48dd1c5','static_countries',211,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('33e177b07a571c2d7e347307da6a3478','static_countries',220,'cn_country_zones','','','',11,'static_country_zones',20,'',0),('33ee072db616bfba96fa229a0a0eba4d','tx_wst3bootstrap_card_element',18,'bodytext','','typolink_tag','3',-1,'pages',177,'',0),('341b8247f602c97faac94ae76fa69f8e','tt_content',1723,'image','','','',1,'sys_file_reference',509,'',0),('3449c8ba528ed417f803881d8a707677','static_countries',72,'cn_country_zones','','','',70,'static_country_zones',605,'',0),('345c2c4fa2dff8913a14049bf6d92345','tx_powermail_domain_model_answer',34,'sys_language_uid','','','',0,'sys_language',-1,'',0),('34688bf9b16d38eea8331721fa9244ef','tx_powermail_domain_model_answer',8,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('347074781ae1872ec4badd78c0d843f4','sys_file_reference',305,'l10n_parent','','','',0,'sys_file_reference',161,'',0),('34769deb9963427d9c554c02b7b6859b','tt_content',1722,'image','','','',1,'sys_file_reference',507,'',0),('347779877836653d7a99ea89ee85852d','static_countries',95,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('34a39e8b66fa8f6b880f9e3bb3137323','tt_content',1537,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('34b80170b464f6eb1eff4bc123d2c97b','sys_file_metadata',238,'file','','','',0,'sys_file',247,'',0),('34cec4018d1c0a1abb2c4318673f76d9','tt_content',1371,'l18n_parent','','','',0,'tt_content',1028,'',0),('34de8d30c3518b54e18b819e0e680d3b','static_countries',252,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('34eac459d6623bd05b992e4ffb41dcff','static_countries',169,'cn_currency_uid','','','',0,'static_currencies',119,'',0),('34f160ecea393fa719d56cc52694f094','tt_content',252,'l18n_parent','','','',0,'tt_content',84,'',0),('34f6fdf6098cee088e9fdb1a194fb38e','sys_file_reference',192,'uid_local','','','',0,'sys_file',195,'',0),('35153837764d2e816cce7bc50a53959d','tt_content',1710,'image','','','',0,'sys_file_reference',485,'',0),('354f6839164d90a9e268694f77bde2a9','tx_powermail_domain_model_answer',52,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('3558f54f6fa29d9ad004eb70f25ebaa2','sys_file_reference',274,'uid_local','','','',0,'sys_file',306,'',0),('3569293a448fd69cc2390be1e8860414','sys_file_reference',521,'l10n_parent','','','',0,'sys_file_reference',519,'',0),('357a2a74e16fbe69eb9afa2ce7eff87d','tx_powermail_domain_model_answer',69,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('357bfeff8fd5f3c7845664ac19573595','pages',194,'l10n_parent','','','',0,'pages',1,'',0),('3597f248df0b98b2e1dd45bb77c8e5d7','static_territories',16,'tr_parent_territory_uid','','','',0,'static_territories',31,'',0),('35affe091b1054162677e2d74f687571','sys_file_reference',498,'link','','typolink','b02389ff0a2e6b11a501375eaa7dad7d:0',-1,'pages',23,'',0),('35b6eea9726218a8bf4b5ff7f2b028b4','static_countries',89,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('35bae90054442e596c02e42665ed0dce','pages',1,'heroimage_big','','','',0,'sys_file_reference',320,'',0),('35c43086886f0d70499627db600e0e8f','sys_file',82,'metadata','','','',0,'sys_file_metadata',82,'',0),('35cc81e6dc46df0dee865bdb940f16e9','static_countries',74,'cn_country_zones','','','',42,'static_country_zones',389,'',0),('35d8a0db85dda6a01efcd7e542cebd50','static_countries',29,'cn_country_zones','','','',25,'static_country_zones',514,'',0),('35f278b3b2d756839dd8602627c31d28','sys_file_reference',579,'uid_local','','','',0,'sys_file',331,'',0),('35ffdb4e1aa98302214065d019f7ddbf','sys_file_reference',363,'sys_language_uid','','','',0,'sys_language',1,'',0),('36061b3d4da401544045fac73261265e','static_countries',72,'cn_country_zones','','','',32,'static_country_zones',587,'',0),('3615852027aebc68592ab797bc3e4eaf','tx_powermail_domain_model_answer',20,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('361a3d714fb581951f02a741970ddaf9','tt_content',1502,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',59,'',0),('36314ca26b1afe57d37d5344384caddf','sys_file',37,'metadata','','','',0,'sys_file_metadata',37,'',0),('3632897033e9467877462f31a280ee1c','static_countries',125,'cn_currency_uid','','','',0,'static_currencies',88,'',0),('36328a4f264320b9990d1f859b53093c','tt_content',1164,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',82,'',0),('3634c30fac21291969bd735e810a0f02','sys_file_metadata',86,'file','','','',0,'sys_file',86,'',0),('3639fef10288e90c3408bbb4d7c981dc','tt_content',892,'l18n_parent','','','',0,'tt_content',891,'',0),('368fa6ea470f892cdf2d2eace3d95c31','sys_file_reference',492,'uid_local','','','',0,'sys_file',190,'',0),('369854c68f7bd1e7c857d4c153bd3465','static_countries',25,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('36c3314ea7bed868643b165c02b1b860','pages',261,'l10n_parent','','','',0,'pages',134,'',0),('36efd7172405eaa530fb7d66bb889dd7','sys_file_metadata',43,'file','','','',0,'sys_file',43,'',0),('370d669cfeec1835f1cb6d7adb7bf2aa','sys_file_reference',309,'uid_local','','','',0,'sys_file',190,'',0),('3755a220ce96a270ae3d4c28ef443ad9','tt_content',1359,'l18n_parent','','','',0,'tt_content',1240,'',0),('375fc7cdcd20f361c597a8a81134301d','tt_content',1629,'l18n_parent','','','',0,'tt_content',1628,'',0),('376e2b2655042a4b149a5da13b86a1c5','static_countries',104,'cn_country_zones','','','',70,'static_country_zones',291,'',0),('377d340a46f8db3b972a60acb5ee7c7f','sys_file_metadata',138,'file','','','',0,'sys_file',148,'',0),('378e135bf1a94af58b4321a4f4b71d97','pages',231,'l10n_parent','','','',0,'pages',127,'',0),('37a2ee68e13ec6bee2794e7bd908b90a','tt_content',1030,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('37a88a6e4ab3fd102038fcc2d85d78d3','sys_file_metadata',142,'file','','','',0,'sys_file',152,'',0),('37af9f6625eefb835d604c6fea3560d4','tt_content',1170,'image','','','',4,'sys_file_reference',277,'',0),('37b9bce5a4ff5221f4ff96465bf9139b','sys_file_collection',3,'files','','','',0,'sys_file_reference',361,'',0),('37ea27e2ecb10291171069d857c714e5','static_countries',65,'cn_country_zones','','','',32,'static_country_zones',131,'',0),('37ed0a4a733b3eba1c0c8748a458f4b5','tx_powermail_domain_model_page',1,'fields','','','',5,'tx_powermail_domain_model_field',7,'',0),('3807cef41b1b4d59fa46698c9a7abcbe','sys_category',10,'items','','','',4,'pages',292,'',0),('38173f5e7b7678dd00e354668b6a3164','sys_file_reference',496,'l10n_parent','','','',0,'sys_file_reference',494,'',0),('381862b057df49bf15ffb493c7de8f33','static_countries',104,'cn_country_zones','','','',29,'static_country_zones',247,'',0),('382ae940af11392f1d435cf1ca828d98','sys_file_reference',262,'sys_language_uid','','','',0,'sys_language',1,'',0),('382e6cbd99d62b7a9239e9c0b17006c6','static_countries',74,'cn_country_zones','','','',11,'static_country_zones',343,'',0),('38384177a325e6d15fbd2e2626e4edfa','tt_content',1744,'l18n_parent','','','',0,'tt_content',58,'',0),('3838d0463f8ac7e4f87254db89bf8cdd','static_countries',220,'cn_country_zones','','','',5,'static_country_zones',13,'',0),('383c96f41abedca471e78993c2e4ca72','sys_file_reference',369,'l10n_parent','','','',0,'sys_file_reference',229,'',0),('384d7a129ed8d97d679058c4160a797b','static_countries',15,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('386fd7e4e7281e4e0280124ef5108e3d','sys_file_reference',545,'sys_language_uid','','','',0,'sys_language',1,'',0),('3878c4c301373bd6f31b6119669ee5d7','sys_file_reference',110,'uid_local','','','',0,'sys_file',191,'',0),('388f74ff1d90c370605a36df969c73c7','static_countries',66,'cn_currency_uid','','','',0,'static_currencies',48,'',0),('3891b8b4d874a47c3685a5cea9e32bfc','static_countries',104,'cn_country_zones','','','',89,'static_country_zones',314,'',0),('3893a15c30905b7946f45ec4f76a0572','tt_content',1357,'l18n_parent','','','',0,'tt_content',1082,'',0),('38b78704d66658042ed525981e93a986','sys_file_metadata',313,'file','','','',0,'sys_file',323,'',0),('38d6b5e78f8f9cf4acd5e5b278ef81fc','tx_wst3bootstrap_card_element',18,'tt_content','','','',0,'tt_content',1469,'',0),('38d894b3c1be4fa1313250dede99e9e2','static_countries',104,'cn_country_zones','','','',87,'static_country_zones',309,'',0),('38d9a740ca917ceb5c6c188d3cd126df','sys_file_reference',509,'uid_local','','','',0,'sys_file',191,'',0),('38e01da823e437afc2b7b29ce750e3b9','tt_content',1024,'assets','','','',5,'sys_file_reference',195,'',0),('38e5aa8a83f349da745ed5d1d77f6def','static_countries',251,'cn_currency_uid','','','',0,'static_currencies',6,'',0),('38e66e77e5ddcc3616decd7a4fe3e7e7','tx_powermail_domain_model_answer',6,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('39034f2d3bcc93a2d9995910b003118f','static_countries',74,'cn_country_zones','','','',104,'static_country_zones',433,'',0),('390600c933ca37c3f34dd27219f42684','tt_content',1662,'image','','','',1,'sys_file_reference',437,'',0),('390a0a74f2fc6cd6c2ed352aeb5086fa','sys_file',188,'storage','','','',0,'sys_file_storage',1,'',0),('390ecd8c5a8d6ac4953dd3e2a6d18fca','sys_file_reference',215,'sys_language_uid','','','',0,'sys_language',1,'',0),('390f2b2be83ca6f6afb80d4c1fead895','static_countries',65,'cn_country_zones','','','',7,'static_country_zones',143,'',0),('3918744808fcadb59b170d9fc64497d0','sys_file_reference',31,'uid_local','','','',0,'sys_file',100,'',0),('39475000b2d96d57171a0a9655c9e429','static_countries',74,'cn_country_zones','','','',12,'static_country_zones',347,'',0),('3950b70d5e4bb4ba3c4c8a4386ada8ec','sys_file_metadata',118,'file','','','',0,'sys_file',118,'',0),('3955ac0828349abc054408ca5eb6cc2b','static_countries',72,'cn_country_zones','','','',85,'static_country_zones',619,'',0),('395f96310de1f0a33ef19e8d40bc05e3','sys_file',301,'metadata','','','',0,'sys_file_metadata',292,'',0),('396c6be915779eec87eb6321b9c3bfd8','static_countries',104,'cn_country_zones','','','',37,'static_country_zones',260,'',0),('3970c20cc245dfc110a7edb51faac79d','sys_file_reference',366,'l10n_parent','','','',0,'sys_file_reference',232,'',0),('398182f2e1631054df0341c6eff210a1','sys_file_reference',367,'sys_language_uid','','','',0,'sys_language',1,'',0),('399a3e78f83a0e3c36de8d648ec0b3cc','tx_wsslider_domain_model_item',8,'foreground_media','','','',0,'sys_file_reference',420,'',0),('39a45443ec7e1516c814d07bcca37aa1','tx_powermail_domain_model_answer',33,'sys_language_uid','','','',0,'sys_language',-1,'',0),('39ae3337d080fd1b6112e18427475865','sys_file_metadata',4,'file','','','',0,'sys_file',4,'',0),('39b3641c301b7d42637399cbfe2f3da0','sys_file_reference',85,'uid_local','','','',0,'sys_file',193,'',0),('39b3ffe769d42d0b00e12562fda54f60','tt_content',1411,'assets','','','',0,'sys_file_reference',356,'',0),('39ce49f2cd9f96cba43a55f4fec064f1','static_territories',10,'tr_parent_territory_uid','','','',0,'static_territories',5,'',0),('39d6e98dd200e46886da4a1ee925cb3f','tt_content',1051,'assets','','','',2,'sys_file_reference',220,'',0),('3a00e8d349e73dbbbf4bd548ccdfd38b','static_countries',6,'cn_currency_uid','','','',0,'static_currencies',4,'',0),('3a13e3c09015855332c98c9a9e6b7104','static_countries',105,'cn_currency_uid','','','',0,'static_currencies',72,'',0),('3a261871b1cfd8aee2b639841ed7dc5c','tt_content',1435,'assets','','','',0,'sys_file_reference',371,'',0),('3a39a7acfdff8411f970e41d95452040','tx_powermail_domain_model_answer',22,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('3a479aed36c5681829f0a3277f728f15','tt_content',1399,'l18n_parent','','','',0,'tt_content',759,'',0),('3a4a1e080748d1701976eabba1695d44','tt_content',1112,'pages','','','',0,'pages',148,'',0),('3a59bb6474f7cedfa9d6c4e64edebdad','static_countries',72,'cn_country_zones','','','',10,'static_country_zones',573,'',0),('3a5c0166db6f5036c521e68bbae85ef5','static_countries',113,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('3a7ccf6ffeb4ccda853e751b7bec4adb','static_countries',211,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('3a83e6f063e94cace0603ce3e69549a4','static_countries',17,'cn_currency_uid','','','',0,'static_currencies',12,'',0),('3a863c26b4c72f98f0fa78cfbb742116','sys_file_metadata',309,'file','','','',0,'sys_file',320,'',0),('3a929c166f812831b81b323311fc9ee8','tx_wsslider_domain_model_item',11,'content_uid','','','',0,'tt_content',1641,'',0),('3a9983024585f195e029e51001c5e834','tt_content',1229,'l18n_parent','','','',0,'tt_content',949,'',0),('3aad5067efa1edebd3d1b5fd1a57a6be','sys_file',156,'metadata','','','',0,'sys_file_metadata',146,'',0),('3ae8d2a678820f017bbd44990ec8fc4d','static_countries',104,'cn_country_zones','','','',79,'static_country_zones',305,'',0),('3aec3815146f6a039c293b61d68e28dd','static_countries',104,'cn_country_zones','','','',63,'static_country_zones',286,'',0),('3af3df6ae908246d49185a64e2a1889f','static_territories',27,'tr_parent_territory_uid','','','',0,'static_territories',2,'',0),('3b05b478a59c02a7d4b5281711cd84bc','sys_file_reference',558,'uid_local','','','',0,'sys_file',346,'',0),('3b0ee4199fd654919ff0c3720c86c0b0','sys_file_metadata',76,'file','','','',0,'sys_file',76,'',0),('3b1527628529744f59032ae9f1b42468','static_countries',180,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('3b1cabe0c88107e2444dae50334e789b','static_countries',49,'cn_currency_uid','','','',0,'static_currencies',37,'',0),('3b2037a402446302a081f5ad6cfb9d18','tx_wst3bootstrap_card_element',58,'tt_content','','','',0,'tt_content',1502,'',0),('3b32bd4c85964887bd445f22bd3410b3','tt_content',1329,'l18n_parent','','','',0,'tt_content',880,'',0),('3b38fde81e564146365127b126bd9e53','tx_powermail_domain_model_answer',61,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('3b3a3470eb7137add6fbf125618609f3','tt_content',1298,'bodytext','','typolink_tag','3',-1,'pages',177,'',0),('3b4831dc59d7a308cd5a27512c856034','static_countries',56,'cn_currency_uid','','','',0,'static_currencies',42,'',0),('3b4fe841c41123c54d7f5412aa8ce20c','static_countries',167,'cn_parent_territory_uid','','','',0,'static_territories',26,'',0),('3b56eca52e2da48f500d87538270528c','static_countries',31,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('3b8d06e3ab72eeb42dd9730a114ec155','tt_content',457,'l18n_parent','','','',0,'tt_content',132,'',0),('3bacff09ab103de5c56f493dba4f1cc9','static_countries',74,'cn_country_zones','','','',7,'static_country_zones',335,'',0),('3bc2fb8270a7e4732940b6d325355c52','static_countries',41,'cn_currency_uid','','','',0,'static_currencies',31,'',0),('3bc33ae23f1f8c7d7abd27b2a497802d','sys_file_reference',161,'uid_local','','','',0,'sys_file',224,'',0),('3bc5465effae61503de93c850bad135d','sys_file_reference',37,'uid_local','','','',0,'sys_file',160,'',0),('3be2effda50b1fdbbffb9c2b2dec3c7b','tt_content',768,'assets','','','',0,'sys_file_reference',104,'',0),('3beee7bb0b40311d8b7498e4130b424f','sys_file_reference',332,'l10n_parent','','','',0,'sys_file_reference',282,'',0),('3bfe55523bf9aa7310d024544ac377d6','tt_content',945,'assets','','','',0,'sys_file_reference',159,'',0),('3bff2af4b2d82f0f7164a9b921b2bdc9','sys_file_metadata',269,'file','','','',0,'sys_file',278,'',0),('3c19b4be306190a10c6fa216cb2a7216','static_countries',74,'cn_country_zones','','','',0,'static_country_zones',332,'',0),('3c3a80affb0a97f810d3ffd6b5287f15','sys_file',290,'storage','','','',0,'sys_file_storage',1,'',0),('3c643049a30e78f95a2dd0c85696d0f3','tt_content',1533,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',73,'',0),('3c6a8daa178ab80ea228a1e27e893d72','sys_file_reference',16,'uid_local','','','',0,'sys_file',100,'',0),('3c6ffcd034ff0b6d0fe43dd06858e8c5','static_countries',219,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('3c71d280029debade25e473d1dfe5fe3','tx_powermail_domain_model_field',5,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('3c7a6e1cb10b9f2e4e469a145a5eaabe','tx_powermail_domain_model_page',1,'fields','','','',2,'tx_powermail_domain_model_field',3,'',0),('3c7c208ae7843da1585aa6357089b32a','static_countries',34,'cn_currency_uid','','','',0,'static_currencies',27,'',0),('3c8923e5371a6d8898c4fe52d64e1977','pages',185,'heroimage_big','','','',0,'sys_file_reference',554,'',0),('3c9e58cc347bf73ce39a7e5c7efb63cb','tx_powermail_domain_model_answer',8,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('3ca252cd913e6fe894f46f2f46d9c4fc','sys_file_reference',127,'uid_local','','','',0,'sys_file',160,'',0),('3ca275c9e1f45ffb20a250acc5fa5bdf','static_countries',72,'cn_country_zones','','','',21,'static_country_zones',547,'',0),('3cae5a85f2044506db42d48eee341fda','tt_content',542,'l18n_parent','','','',0,'tt_content',196,'',0),('3cbeaa56007f4273bedc42461e93f1ab','static_countries',13,'cn_country_zones','','','',4,'static_country_zones',98,'',0),('3cc54dd00137e03bcdecbb3c99334498','static_countries',11,'cn_currency_uid','','','',0,'static_currencies',8,'',0),('3cd02831eb3b982f8c053f87450f730c','static_countries',148,'cn_country_zones','','','',10,'static_country_zones',192,'',0),('3cd95b706d2859be24e7102bbeedcc84','tt_content',1752,'tx_wsslider_items','','','',2,'tx_wsslider_domain_model_item',23,'',0),('3cf81bd682bcde42042d23a1f2949d1d','static_countries',54,'cn_country_zones','','','',8,'static_country_zones',79,'',0),('3d08f315a440e331b5f1015260888d51','static_countries',173,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('3d2fff3a05a1df7fa98b39bcbb6e94b2','static_countries',36,'cn_country_zones','','','',10,'static_country_zones',76,'',0),('3d304f812dc515493452d84ec65fa02f','static_countries',97,'cn_country_zones','','','',23,'static_country_zones',483,'',0),('3d3a5a1b64231d9cadd358920bbb3c08','sys_file',343,'storage','','','',0,'sys_file_storage',1,'',0),('3d3db40cb8bddd55124300ca1adf0463','tx_powermail_domain_model_page',1,'fields','','','',10,'tx_powermail_domain_model_field',12,'',0),('3d479194d77602311fbbdc2d7ce1e7d0','static_countries',244,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('3d4eecbb12feaef89b23d115628bf1c4','static_countries',72,'cn_country_zones','','','',76,'static_country_zones',611,'',0),('3d54c1b21b92ab2e503616268d22c57f','tt_content',1343,'l18n_parent','','','',0,'tt_content',662,'',0),('3d569f475350cccb142b04f18071d75c','sys_file_reference',522,'sys_language_uid','','','',0,'sys_language',1,'',0),('3d75a21dc0bdd53fb7ac0a5d2aa2ed66','static_countries',72,'cn_country_zones','','','',37,'static_country_zones',655,'',0),('3d8df9b7117245edebc753809dd56329','sys_file_metadata',70,'file','','','',0,'sys_file',70,'',0),('3da56bf3f55fa14ae3514920da87e3ea','tx_powermail_domain_model_answer',49,'sys_language_uid','','','',0,'sys_language',-1,'',0),('3db7e9149d93c9e2306d9be6aa29cba3','tt_content',793,'l18n_parent','','','',0,'tt_content',62,'',0),('3dc5400e792654e9d9fbd5e4d09d7633','sys_file_reference',460,'uid_local','','','',0,'sys_file',331,'',0),('3dcc0e821fe2686ca18351bd992945d5','tt_content',562,'l18n_parent','','','',0,'tt_content',214,'',0),('3dcd4b2c428b22d4d3b9aaf49b753023','sys_file_reference',508,'l10n_parent','','','',0,'sys_file_reference',506,'',0),('3df0d2438a0ff353d4554c91f1e96760','sys_file_reference',257,'uid_local','','','',0,'sys_file',290,'',0),('3df378d736cfd564e28269a5603ff6a4','tx_powermail_domain_model_answer',65,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('3df7667a6b244fedcf1798ffaf9f7b6b','static_countries',194,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('3e045b2af0127590a810b8552f6dbaa5','tt_content',1317,'l18n_parent','','','',0,'tt_content',1155,'',0),('3e2030b091d49e9d5810651a5eaf7d67','sys_file_reference',446,'uid_local','','','',0,'sys_file',331,'',0),('3e28381aa3d0d5b2fc87f0acb04470c6','static_countries',155,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('3e327465af9bede54513a2e1b8358e0e','sys_file',246,'storage','','','',0,'sys_file_storage',1,'',0),('3e33f2714fd4bc0e60dfe50bedc67534','sys_file_reference',512,'l10n_parent','','','',0,'sys_file_reference',510,'',0),('3e556d3782d4b6d8f672796ac5b32b84','sys_file_metadata',31,'file','','','',0,'sys_file',31,'',0),('3e56381aed904a623d5a9b41363958df','pages',223,'heroimage_big','','','',0,'sys_file_reference',323,'',0),('3e57a518cf30017a73409ce527122edc','static_countries',74,'cn_country_zones','','','',103,'static_country_zones',431,'',0),('3e6ab11ad0ced244357cf323b662df6a','static_countries',74,'cn_country_zones','','','',75,'static_country_zones',409,'',0),('3e7174b509de1a348a09517a2995582b','sys_file_collection',2,'files','','','',1,'sys_file_reference',167,'',0),('3e96d4cc46d28fbbb728079631068e0d','tt_content',1737,'l18n_parent','','','',0,'tt_content',1714,'',0),('3eb79534257d6eb7270053413a9ac199','sys_file_metadata',260,'file','','','',0,'sys_file',269,'',0),('3eb8ed8ffc0213d6a08e9fa1f6af2a38','sys_file_reference',572,'uid_local','','','',0,'sys_file',329,'',0),('3ebf5d5bd9ccbbba334977dbf63540ae','tx_wst3bootstrap_card_element',78,'assets','','','',0,'sys_file_reference',402,'',0),('3ecbdeb7bbf4a994fa4a8567a07df217','tx_powermail_domain_model_answer',44,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('3eda5e0970240a5999d00799b54d7092','tt_content',802,'pages','','','',0,'pages',5,'',0),('3eda6ffbd1dac23f689e751009d8e3ae','tt_content',789,'l18n_parent','','','',0,'tt_content',710,'',0),('3edd9ea3a9ddd81aaebf087b5b76c6df','tt_content',1326,'l18n_parent','','','',0,'tt_content',183,'',0),('3f07506cfe546ad9945baf5d66b74681','sys_file_metadata',231,'file','','','',0,'sys_file',240,'',0),('3f55da4ede5faab233b258388298f4df','sys_file_metadata',203,'file','','','',0,'sys_file',213,'',0),('3f9499fa0d10fde45daa2b2a8b70b574','tt_content',75,'l18n_parent','','','',0,'tt_content',55,'',0),('3fa1cf51a62727654b2533cb3b7640a4','sys_file_reference',553,'uid_local','','','',0,'sys_file',342,'',0),('3fa9fd831953bd2ef07e16ce9f2e70c0','sys_file_reference',304,'link','','typolink','0687379ed452004c39c9b9dd45881ad0:0',-1,'pages',126,'',0),('3ff2531b5b3a9371b7eaac1be1620492','sys_file',340,'storage','','','',0,'sys_file_storage',1,'',0),('402bbafb795c30e1664fcbb178088790','tt_content',1341,'l18n_parent','','','',0,'tt_content',669,'',0),('403475cb7b65550fc73b8e12d891b854','tx_wst3bootstrap_card_element',26,'tt_content','','','',0,'tt_content',1481,'',0),('4034ec176d9508ee051ad59b0f52d98e','tx_news_domain_model_news',12,'tags','','','',0,'tx_news_domain_model_tag',1,'',0),('40384c50012cf2a86f7b4446590b5d3d','sys_file_metadata',223,'file','','','',0,'sys_file',233,'',0),('404beacc3ceb97591da14038b8a80cb7','tt_content',1349,'l18n_parent','','','',0,'tt_content',668,'',0),('405cc4d9c1b5d40779072c5694b7a385','static_countries',33,'cn_parent_territory_uid','','','',0,'static_territories',24,'',0),('4087c60385425fa0e493c09b57abf07d','static_countries',241,'cn_parent_territory_uid','','','',0,'static_territories',25,'',0),('409e15ae810fc2679c62b8e17c2eaac4','pages',16,'heroimage_big','','','',0,'sys_file_reference',349,'',0),('40a35e608f07bcab65fde510b6966eda','static_countries',14,'cn_country_zones','','','',3,'static_country_zones',217,'',0),('40b41d158dfdbaf0b930fa1adee801d8','tx_powermail_domain_model_answer',23,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('40b95e6d7886c20895482bfa81f4a11b','tt_content',1663,'image','','','',0,'sys_file_reference',441,'',0),('40c32ee7166f95e835d5f04f3d84e2bc','sys_file',22,'metadata','','','',0,'sys_file_metadata',22,'',0),('40f96c46bffa471bbf702825c3b54c71','tt_content',1500,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',54,'',0),('40fea5e2e5254bbaf7a2409c0565fb7d','sys_file_reference',318,'uid_local','','','',0,'sys_file',191,'',0),('41071a46b807905f1e555f1290f7b730','sys_file',312,'metadata','','','',0,'sys_file_metadata',303,'',0),('414718ea4a6212d700c2fb339edd06dc','static_countries',73,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('4149708c423e1d04750ca58826dfdb8c','sys_file_reference',417,'uid_local','','','',0,'sys_file',331,'',0),('4159b7c77041f1c1ff30fb208388d9d8','tt_content',1427,'assets','','','',0,'sys_file_reference',368,'',0),('4163ea5d441bb90766df5f72d85c0ad4','tx_wsslider_domain_model_item',23,'foreground_media','','','',0,'sys_file_reference',550,'',0),('416f5cf89de406d6ab6a40d6d8f1dee1','sys_file_reference',214,'sys_language_uid','','','',0,'sys_language',1,'',0),('418c5ad2ec90238998768f247f8c3061','static_countries',72,'cn_country_zones','','','',66,'static_country_zones',663,'',0),('41d7d6596189e8ecf86cf799633adf24','static_countries',41,'cn_country_zones','','','',9,'static_country_zones',113,'',0),('41ee9145d6156d5a0f658ee012c869d5','tt_content',1798,'l18n_parent','','','',0,'tt_content',1781,'',0),('421c57dc3ee4da8adbcc7dcceff2dfd7','sys_file_reference',513,'sys_language_uid','','','',0,'sys_language',1,'',0),('42218514c39a1cb84952e229fc0f2bcb','static_countries',65,'cn_country_zones','','','',40,'static_country_zones',132,'',0),('4225736528f6a5f6a6dbc447cfff1a38','tt_content',1726,'image','','','',1,'sys_file_reference',515,'',0),('422ba908f7593e3d339e98f8e7493f67','sys_file_metadata',22,'file','','','',0,'sys_file',22,'',0),('425dbda468709377fd959539ea5b6f2e','sys_file_reference',167,'uid_local','','','',0,'sys_file',188,'',0),('4267888d812b641cf9ef3a70d7d9494a','static_countries',235,'cn_parent_territory_uid','','','',0,'static_territories',24,'',0),('4275276ec7492b846e5742c9d742d527','static_countries',74,'cn_country_zones','','','',61,'static_country_zones',390,'',0),('427fc1812180181bba8c43be20ed6f25','tx_wsslider_domain_model_item',1,'content_uid','','','',0,'tt_content',1641,'',0),('429a832c341bcd836c978ad307f4764a','pages',246,'l10n_parent','','','',0,'pages',114,'',0),('429e2e2e51e0d209cdd06b135d7a72dc','sys_file_reference',545,'link','','typolink','42c0afb3f3463a409e2c143b9d21fd96:0',-1,'pages',23,'',0),('42a06bde4ee1443c6550a7ef6e319c9c','sys_file_reference',215,'uid_local','','','',0,'sys_file',191,'',0),('42a8b472c7ae8f1090a1eca4f9436825','sys_file_reference',450,'uid_local','','','',0,'sys_file',329,'',0),('42af573984e0f7751869fb4b8925ee90','tt_content',1353,'l18n_parent','','','',0,'tt_content',842,'',0),('42b14b1b40346654d273615ff24a4272','static_territories',24,'tr_parent_territory_uid','','','',0,'static_territories',1,'',0),('42b20e8eddf9148accba636a83a5bd60','static_countries',220,'cn_country_zones','','','',40,'static_country_zones',52,'',0),('42bcff4cd7721a44779744287e16d45b','static_countries',148,'cn_country_zones','','','',3,'static_country_zones',185,'',0),('42f4b6c0a2ede729f12ca81e396e7f5e','sys_file_reference',575,'l10n_parent','','','',0,'sys_file_reference',571,'',0),('42fe3659c9b6abc3c1d88bd09bfdd833','sys_file_reference',298,'sys_language_uid','','','',0,'sys_language',1,'',0),('43047098e47940887e15393874b199d3','sys_file_reference',216,'uid_local','','','',0,'sys_file',192,'',0),('4328f65fe0cd2ef33a78a87a7be9ae8e','sys_file_reference',333,'l10n_parent','','','',0,'sys_file_reference',272,'',0),('4331695c4c12f5f410c7bf83c2fff954','sys_file_metadata',246,'file','','','',0,'sys_file',255,'',0),('434ce8f483892a40cbbf9e7e42c316d4','static_countries',74,'cn_country_zones','','','',5,'static_country_zones',337,'',0),('4355eb5c4f425b46a9a1b6e08ddcdd0c','tx_wst3bootstrap_card_element',3,'assets','','','',0,'sys_file_reference',378,'',0),('435fb69f60e99ebe2fec23c90dfe7b6a','tx_powermail_domain_model_mail',4,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('4376c8b29a1e950ac677f89bf68bbe5b','static_countries',14,'cn_country_zones','','','',0,'static_country_zones',214,'',0),('437e13d42c38a0e0dc61ab57487a9402','static_countries',193,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('439a1d4520204d85da50c1675a2d3888','sys_file',167,'metadata','','','',0,'sys_file_metadata',157,'',0),('43b82cb2405bd535ac68ca5792392e45','static_countries',247,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('43d56c8e5c1c8e053cc41f9903f035ba','tt_content',999,'l18n_parent','','','',0,'tt_content',733,'',0),('43db046721f50f2c033783a269764116','sys_file_reference',516,'l10n_parent','','','',0,'sys_file_reference',514,'',0),('43dcd22125983b5b3ca7350336bd205b','static_countries',93,'cn_country_zones','','','',6,'static_country_zones',695,'',0),('43e5bb7019c4a7f8d8954ccc1c5e780b','tt_content',1433,'l18n_parent','','','',0,'tt_content',763,'',0),('43fb7eb1eb3d9168e3712e2a712e0855','tx_wst3bootstrap_card_element',5,'tt_content','','','',0,'tt_content',1455,'',0),('43ff668d97b0e7feb35eb13d7106ab00','static_countries',13,'cn_country_zones','','','',5,'static_country_zones',100,'',0),('44077d4e2749f9b50fc2ae738313f7b8','pages',247,'l10n_parent','','','',0,'pages',119,'',0),('4442416b3b1df786529b23b715050453','sys_file_reference',313,'link','','typolink','d6fa7135d390910ba4491c4159a7ff27:0',-1,'pages',23,'',0),('4450791b4d81a3bb77d226815fdccf7c','static_countries',72,'cn_country_zones','','','',106,'static_country_zones',563,'',0),('4451aabcb79d5adfce3bfb909e3137d1','tx_wsslider_domain_model_item',9,'foreground_media','','','',0,'sys_file_reference',421,'',0),('4484ae330a142dd9e98118a1f0e03eac','tt_content',1496,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',46,'',0),('44885941d373957633f5407329832cce','tx_powermail_domain_model_answer',54,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('449de858ae8a8269c4fb6742bf660fbd','tt_content',1738,'l18n_parent','','','',0,'tt_content',1729,'',0),('44b960c8da691d962ca9f4ba109341b6','static_countries',220,'cn_country_zones','','','',12,'static_country_zones',21,'',0),('44d1e7a5788b929254df147f381a87c1','tx_wst3bootstrap_card_element',84,'tt_content','','','',0,'tt_content',1167,'',0),('44d237c5194ac267af3fc2db9fa469e3','sys_file_metadata',90,'file','','','',0,'sys_file',90,'',0),('44dca328b790f3a4a299f4de169e5f50','sys_file_metadata',288,'file','','','',0,'sys_file',297,'',0),('44e50e9c57c11a3bcf3ac282fc19d803','sys_category',10,'items','','','',3,'tx_news_domain_model_news',11,'',0),('44fe4dd30c34775fbd5b58d042ae85ee','static_countries',104,'cn_country_zones','','','',18,'static_country_zones',241,'',0),('44fea3d5d0c632ab386bab41c5f43ec3','tt_content',462,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('45041f4b2d3554c237e8d641389019d2','sys_file_reference',227,'uid_local','','','',0,'sys_file',275,'',0),('4512015f3fd4a4ddf120259956a6efbf','tt_content',1475,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',24,'',0),('45136d7775ba139a635189dd7d4d3985','static_countries',71,'cn_currency_uid','','','',0,'static_currencies',42,'',0),('4520f20f469de76ffbbf108cd7e72bc6','tt_content',1787,'image','','','',0,'sys_file_reference',568,'',0),('454d526cdc64fea29694b315befc28f6','tt_content',1017,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('4553cbf15c91824a13a49c3106c88662','sys_file_reference',291,'uid_local','','','',0,'sys_file',163,'',0),('45560618b3e5d6a19db7cd1a7ae8635d','sys_file_reference',441,'uid_local','','','',0,'sys_file',330,'',0),('4579bc929ce9aab1d4d454210ed68697','sys_file_reference',229,'uid_local','','','',0,'sys_file',190,'',0),('457ca1df640518e9be7bc50c2f415425','sys_file',164,'metadata','','','',0,'sys_file_metadata',154,'',0),('457e16052640771c70f505641c74cff0','tx_wsslider_domain_model_item',16,'content_uid','','','',0,'tt_content',1644,'',0),('45812581192ecb09d3d7fea4f3dcc717','tx_wst3bootstrap_card_element',51,'assets','','','',0,'sys_file_reference',390,'',0),('45afeb6a796975fd8c6e768db3211046','static_countries',72,'cn_country_zones','','','',102,'static_country_zones',627,'',0),('45b79eddec19bcf07b51f9c4fe8a0c72','tx_wst3bootstrap_card_element',24,'assets','','','',0,'sys_file_reference',381,'',0),('45c8c84ff012ddf0d0a7dbbeeae8cda5','sys_file_reference',577,'l10n_parent','','','',0,'sys_file_reference',566,'',0),('45c9caad008d560b98aebb269b0511e2','pages',240,'heroimage_big','','','',0,'sys_file_reference',327,'',0),('45e2e62a9a885d736f2341cbde3bf3e5','tt_content',1419,'l18n_parent','','','',0,'tt_content',974,'',0),('4612c526ba67129e78dc7e89e00194d3','tx_powermail_domain_model_page',1,'fields','','','',8,'tx_powermail_domain_model_field',9,'',0),('463e83d2f2d9585c0248de7ef04a2c43','tt_content',483,'l18n_parent','','','',0,'tt_content',170,'',0),('4641025ed816adbaa25b325de72bbf22','tt_content',453,'l18n_parent','','','',0,'tt_content',449,'',0),('464e5946180328d7cd0746a273338be1','sys_file_reference',564,'uid_local','','','',0,'sys_file',330,'',0),('4654a7fbe03086d6a47777118e7c564d','tx_wsslider_domain_model_item',8,'content_uid','','','',0,'tt_content',1645,'',0),('466d62ea2919a7d31f2f2d67ea270ab3','tx_powermail_domain_model_answer',33,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('46abb76ac29ac1af11babd12941c9e42','static_countries',220,'cn_country_zones','','','',41,'static_country_zones',53,'',0),('46c3fefd53e65b58d94e1e9d68304f5c','sys_file_reference',518,'uid_local','','','',0,'sys_file',331,'',0),('46c631d13211cd6b9d1249e093db70fe','static_countries',108,'cn_currency_uid','','','',0,'static_currencies',75,'',0),('46c82094094b539b10ba4f43a5f292c7','static_countries',44,'cn_currency_uid','','','',0,'static_currencies',33,'',0),('46cb5ec5ab78670b702a13b7ddb43f8c','tt_content',1150,'pi_flexform','sDISPLAY/lDEF/settings.singlePid/vDEF/','','',0,'pages',175,'',0),('46cdc13f9fad0b2f71ef04b3c5215da5','tt_content',1298,'bodytext','','typolink_tag','663b055ce39224fdc95bfb4a0b24f520:3',-1,'tt_content',1162,'',0),('46f9d16b54bb5c4da58370b3dcb6fa01','tx_wst3bootstrap_card_element',57,'tt_content','','','',0,'tt_content',1501,'',0),('470cc4d9c0c42574d041476483afcfa8','tt_content',240,'header_link','','typolink','c78d7b3a3349dcc6623e229f23aecc8a:0',-1,'pages',7,'',0),('470ceb1198a830b5d0feb42ac24cfe29','tx_wst3bootstrap_card_element',65,'tt_content','','','',0,'tt_content',1526,'',0),('473d11b56dbb67be1ee189890090a344','tx_powermail_domain_model_answer',62,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('47657f2e14bc4d0d16dde8767fb4346d','sys_file_reference',200,'uid_local','','','',0,'sys_file',189,'',0),('47714ee370b469e63ae17ae22bf246a9','tt_content',1745,'l18n_parent','','','',0,'tt_content',140,'',0),('4784a4f1a0168efb2d7f531bd6db9511','static_countries',157,'cn_country_zones','','','',3,'static_country_zones',533,'',0),('47b37b40f909428e84465f3492cff998','static_countries',104,'cn_country_zones','','','',26,'static_country_zones',250,'',0),('47b64e8020be78b4500bf668b6e6a9d0','tx_wst3bootstrap_card_element',38,'tt_content','','','',0,'tt_content',1493,'',0),('47dde2cf4bb571ce0571037200c0ee2b','static_countries',90,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('47f65a2a60d1fb64955b5c866f1804e5','sys_file',209,'metadata','','','',0,'sys_file_metadata',199,'',0),('4814443ab0577ae9333d0626e5578e3a','tt_content',1299,'l18n_parent','','','',0,'tt_content',1173,'',0),('4821da930346696406e3ccf3ec22d999','sys_file_metadata',21,'file','','','',0,'sys_file',21,'',0),('4848a45ad92052daaf593affe0a29d0c','sys_file_reference',541,'link','','typolink','2323a5f02a1015e4b5fc57810d8b690f:0',-1,'pages',23,'',0),('484db17c2f3964b2f4af19411615fa86','static_countries',14,'cn_country_zones','','','',2,'static_country_zones',216,'',0),('4857a7ed7cedb0413d31c65b1b8a1ae8','static_countries',65,'cn_country_zones','','','',35,'static_country_zones',167,'',0),('4858eb7382c4556220a4b6aa6604e525','sys_file_reference',543,'l10n_parent','','','',0,'sys_file_reference',502,'',0),('486e4b7644b241d23dfc7dcf8bad1d39','tt_content',938,'assets','','','',0,'sys_file_reference',155,'',0),('488e0b99fb96a05d372577100b7cc1f3','tx_wst3bootstrap_card_element',49,'tt_content','','','',0,'tt_content',1497,'',0),('48a668e8e0c39ce5ce89d0563224c02f','tt_content',1784,'image','','','',0,'sys_file_reference',565,'',0),('48d8799c9aeab6e6043e7a812271c3d6','tt_content',1670,'image','','','',2,'sys_file_reference',465,'',0),('48df7b2a44603e0a026c48c9ec2db0d1','tt_content',422,'l18n_parent','','','',0,'tt_content',96,'',0),('48dfd1070dc4f6b430045a754fb22005','tx_news_domain_model_news',11,'fal_media','','','',0,'sys_file_reference',208,'',0),('48ead7977b8cf484df5082e272329877','static_countries',104,'cn_country_zones','','','',20,'static_country_zones',242,'',0),('48ec03682ca2f1f5fbf54a2d227e452a','tx_wst3bootstrap_card_element',35,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('48ecdbdbcfe7776303f0cb63c57aa855','sys_file_reference',286,'uid_local','','','',0,'sys_file',289,'',0),('4909026c7380da6ab9bd90f3a74f18c7','tt_content',1534,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',76,'',0),('49201ff5bfe73e28c92400ceb1eba33c','static_countries',3,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('49245859695b23bdf291837c2860264b','sys_file_metadata',252,'file','','','',0,'sys_file',261,'',0),('4930ae6005330f1d68b8c754f70074f9','static_countries',72,'cn_country_zones','','','',18,'static_country_zones',546,'',0),('494217a4360827967b45190688c2db65','tt_content',463,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('494b38a6a3e0a0a8812b38de38391122','sys_file_reference',374,'l10n_parent','','','',0,'sys_file_reference',315,'',0),('49558a1109c4b385402d9ee1bf1e3b5e','sys_file_reference',222,'l10n_parent','','','',0,'sys_file_reference',194,'',0),('495e1f3b1dc15f65f3c388c4f4f52031','static_countries',19,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('495f06666172fcf45ac925f7290a3fdc','tx_news_domain_model_news',1,'fal_related_files','','','',0,'sys_file_reference',296,'',0),('4970a8bca53b37e7934db79d4e535cbc','static_countries',148,'cn_country_zones','','','',22,'static_country_zones',204,'',0),('49cff3ada4abee980c013bd3abb90dcb','sys_file_metadata',49,'file','','','',0,'sys_file',49,'',0),('49e84fde60f81eb0edd08c47c14ade7b','sys_file',220,'metadata','','','',0,'sys_file_metadata',210,'',0),('49f072af565d64d4a37673f090420cba','sys_file',189,'metadata','','','',1,'sys_file_metadata',179,'',0),('49fafbfe6b16abdecbd58aca81cd63f9','static_countries',220,'cn_country_zones','','','',25,'static_country_zones',35,'',0),('4a1dfaeb09657090ac80bd03ddadf0f8','sys_file_reference',394,'uid_local','','','',0,'sys_file',190,'',0),('4a2233c7a74f07f9189264c161a37d4b','tx_powermail_domain_model_answer',34,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('4a2e9ef66af7cef00dc68f2cf3835b51','sys_file',30,'metadata','','','',0,'sys_file_metadata',30,'',0),('4a452843423ffd573b9e6b3f90c45d4b','static_countries',148,'cn_country_zones','','','',25,'static_country_zones',207,'',0),('4a4eadb5dfdbbcc5e8099f2ef73c6d36','static_countries',246,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('4a654a42c3bb2c55f11d984863a325da','tt_content',489,'l18n_parent','','','',0,'tt_content',437,'',0),('4a664242be85791f5b818e0717616aed','sys_file_reference',502,'link','','typolink','965bead390aedd392dbde69c6c11db5a:0',-1,'pages',23,'',0),('4a6654f4fd64f5380e1060aaa6523ed1','static_countries',104,'cn_country_zones','','','',4,'static_country_zones',228,'',0),('4a68d59310484992a0e73a6e327b1d59','tt_content',292,'l18n_parent','','','',0,'tt_content',127,'',0),('4a7411692a65c5073ea0d492bfa90bca','sys_file_reference',116,'uid_local','','','',0,'sys_file',194,'',0),('4a86f53f5ef4b9421f79b5fb71f867d6','static_countries',72,'cn_country_zones','','','',96,'static_country_zones',626,'',0),('4a9567a5b2fe51451758df4d3df9fab4','pages',205,'l10n_parent','','','',0,'pages',32,'',0),('4ab23d68b9f59ed708d5bfca05d289d3','sys_file',198,'metadata','','','',0,'sys_file_metadata',188,'',0),('4ab296283853928b66e4e8837ed99f1f','sys_file_metadata',182,'file','','','',0,'sys_file',192,'',0),('4abae78b1cdb8806044a8d85842802ca','sys_file_reference',499,'uid_local','','','',0,'sys_file',191,'',0),('4ad5f1d636d8d01379f0b87af64aef6a','static_countries',115,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('4ae4dedef9586b178b1e85e2c62229ed','static_countries',82,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('4af5edcfa2eb31cc40bd264257f5be07','tt_content',1686,'assets','','','',0,'sys_file_reference',479,'',0),('4b0bdd03f2021a3109b49a35e4b2cdd9','tt_content',1442,'l18n_parent','','','',0,'tt_content',611,'',0),('4b19865c74e9da41b84d0b097345d2c1','tt_content',1660,'image','','','',0,'sys_file_reference',434,'',0),('4b27a685ece4b07ae131610ef88428de','sys_file',211,'metadata','','','',0,'sys_file_metadata',201,'',0),('4b2a39f809c30ce3ca0173f0519a6841','tt_content',1737,'image','','','',1,'sys_file_reference',534,'',0),('4b2bfe8aa3509b054d83946a2e78855e','static_countries',72,'cn_country_zones','','','',101,'static_country_zones',562,'',0),('4b2ebb90b97364a202b31a93d204fa52','tt_content',1641,'tx_wsslider_items','','','',0,'tx_wsslider_domain_model_item',1,'',0),('4b3adc715c93f89ad4bab464d313db3f','tt_content',1167,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',85,'',0),('4b639b72f6abd204f7a01b581866eee5','tt_content',576,'l18n_parent','','','',0,'tt_content',571,'',0),('4b6dbcf4de8aeb42a757df5feab600b3','tx_powermail_domain_model_answer',51,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('4b775ddcfe646e62465c2090d230e54c','sys_file',293,'storage','','','',0,'sys_file_storage',1,'',0),('4b792fa4e03d468030fae4cd586cd956','tx_wst3bootstrap_card_element',80,'tt_content','','','',0,'tt_content',748,'',0),('4b925bf0d5a367b36dbf3cc0fe317de1','static_countries',170,'cn_country_zones','','','',8,'static_country_zones',681,'',0),('4bab3fdd378f295f33363458f57bfae5','tt_content',1719,'l18n_parent','','','',0,'tt_content',1718,'',0),('4bba47e51365c2c118adc2c85e861cfa','pages',305,'heroimage_big','','','',1,'sys_file_reference',557,'',0),('4bdb84da57c72057ace1943c0bcf38f1','tx_powermail_domain_model_field',8,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('4bdf5ceb08770cbcd9259794943b20d0','sys_file_reference',339,'sys_language_uid','','','',0,'sys_language',1,'',0),('4be63b49327d6e01ef54435a155e36da','static_countries',72,'cn_country_zones','','','',20,'static_country_zones',578,'',0),('4c010c3d4e441edb0ec3264dbe4a98d0','static_countries',81,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('4c1164cedc8ec2ff7f5d1137d1560552','sys_category',12,'items','','','',1,'tx_news_domain_model_news',10,'',0),('4c131b76cdc5ccbf135551bd4bb3d1e2','tt_content',1302,'l18n_parent','','','',0,'tt_content',1177,'',0),('4c13a42d1d8b92fc5067b982edf093eb','sys_file_reference',9,'uid_local','','','',0,'sys_file',119,'',0),('4c798ddf0474db4868d0d12396bed93f','sys_file_reference',253,'uid_local','','','',0,'sys_file',291,'',0),('4c81b3bf23719592b573ff2e83563c2f','pages',260,'l10n_parent','','','',0,'pages',64,'',0),('4c85068092d4c9500beb8d162aa7b0e5','tt_content',944,'assets','','','',0,'sys_file_reference',158,'',0),('4caa52b79e0b838fd79a65fca4c83953','tx_wsslider_domain_model_item',3,'content_uid','','','',0,'tt_content',1642,'',0),('4cad7ea107187c0f5b1b815c2be15285','static_countries',72,'cn_country_zones','','','',1,'static_country_zones',565,'',0),('4cbd9d7f84264f760c0534d3827b6be5','static_countries',74,'cn_currency_uid','','','',0,'static_currencies',52,'',0),('4cc04b17e19b2afab7bdb6e372285852','sys_file',227,'metadata','','','',0,'sys_file_metadata',217,'',0),('4cc0a2b7169ca29c7c63e512b349780d','tx_powermail_domain_model_mail',2,'sys_language_uid','','','',0,'sys_language',-1,'',0),('4cc832cc73799835efa8486f4bd57df7','sys_file_metadata',148,'file','','','',0,'sys_file',158,'',0),('4ce461a4fca9589ce2b4d38be0219014','sys_file',194,'metadata','','','',0,'sys_file_metadata',184,'',0),('4cec9b99d694c8f03b786de3e288d24d','tt_content',1703,'l18n_parent','','','',0,'tt_content',1702,'',0),('4cfb040156eadc1357eeafdcafc4e814','static_countries',141,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('4cfdcfc8c53d83a7cac4866106a6618f','sys_file',102,'storage','','','',0,'sys_file_storage',1,'',0),('4d108704d5184d81cb5a03f0e3260f93','static_countries',74,'cn_country_zones','','','',55,'static_country_zones',386,'',0),('4d203c77960e5d6b012209fea74d89c4','sys_file_reference',301,'l10n_parent','','','',0,'sys_file_reference',156,'',0),('4d263ee17986288645d599f53f41c6c2','tx_powermail_domain_model_answer',53,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('4d2ebf4099df7aeadb7f662e3903eb3c','sys_file_reference',559,'uid_local','','','',0,'sys_file',346,'',0),('4d7d3d99585e597eafd64fb622dc12ee','static_countries',230,'cn_currency_uid','','','',0,'static_currencies',165,'',0),('4d7d851eb16c3e2738a356be97b40afa','static_countries',65,'cn_country_zones','','','',14,'static_country_zones',148,'',0),('4d8338456b9dd3da5f826d42027b88e2','static_countries',175,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('4d9bc41848417781ab15d750d152e92f','sys_file_collection',3,'sys_language_uid','','','',0,'sys_language',1,'',0),('4da73463b06ced8333af0a3e5b4fbe80','sys_file_reference',304,'uid_local','','','',0,'sys_file',223,'',0),('4dc6761ca6cfceae97353137f31728bf','static_countries',145,'cn_currency_uid','','','',0,'static_currencies',101,'',0),('4de6606fae67ac607b26daed28581a5f','sys_file_metadata',35,'file','','','',0,'sys_file',35,'',0),('4dffec6c1c67eb37baa77b648ca559e4','sys_file_reference',339,'uid_local','','','',0,'sys_file',310,'',0),('4e04230c5f5e23dd8d9890694ae1616c','tx_wst3bootstrap_card_element',20,'tt_content','','','',0,'tt_content',1472,'',0),('4e10bafdab5fc34ee2bff8989b861df3','sys_file_reference',476,'uid_local','','','',0,'sys_file',331,'',0),('4e3f1f57c8cb17c0498c019c5b193ac0','tx_powermail_domain_model_answer',4,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('4e47bd23de439d6483f42d96b5448bd3','static_countries',146,'cn_currency_uid','','','',0,'static_currencies',102,'',0),('4e58d480d46dce935446c9d9e0686041','tt_content',1420,'file_collections','','','',0,'sys_file_collection',3,'',0),('4e5d3607fb7ce7cb74f67dd782b68293','static_countries',59,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('4e63c7303217bb1e9c2f6eb45cc17cfa','tt_content',1473,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',21,'',0),('4e664eb89c508880f3e2cbf918aa37c5','static_countries',72,'cn_country_zones','','','',68,'static_country_zones',552,'',0),('4e6f396d93f0ed7d6b88d93e4378c101','sys_file',315,'metadata','','','',0,'sys_file_metadata',306,'',0),('4e86c1a85b25ef8ddb8591d83d52f5c6','tt_content',1304,'image','','','',0,'sys_file_reference',331,'',0),('4e87b4b2f44ce38e5b673b96d792a135','sys_file_reference',374,'sys_language_uid','','','',0,'sys_language',1,'',0),('4eb003bca3c8f0a2e8c31291824eb37f','static_countries',74,'cn_country_zones','','','',20,'static_country_zones',351,'',0),('4eb2a39af242efed0f6f81d7d337eab4','static_territories',20,'tr_parent_territory_uid','','','',0,'static_territories',1,'',0),('4ec8e71bba133f3fcb0cd005ec7101dc','sys_file_reference',91,'uid_local','','','',0,'sys_file',196,'',0),('4ed5e1e1a3533ce7b4c7b94f94b400a7','sys_file_reference',267,'uid_local','','','',0,'sys_file',296,'',0),('4ed72b723d9676fa946203db620dd317','tt_content',1730,'image','','','',1,'sys_file_reference',522,'',0),('4ee97dd3770d486c41c669e747a5c23a','static_countries',104,'cn_country_zones','','','',102,'static_country_zones',327,'',0),('4efdad5b75a9d3ea73489f469c56ce94','static_countries',29,'cn_country_zones','','','',20,'static_country_zones',512,'',0),('4f0eb1d188d86a9f571bf5aff1c9c96c','tt_content',528,'l18n_parent','','','',0,'tt_content',227,'',0),('4f1e064dae7575c51947405ff9e6fbf0','sys_file_metadata',32,'file','','','',0,'sys_file',32,'',0),('4f1fdcdb112b5383a63cbdd508a1cbbe','static_countries',65,'cn_country_zones','','','',46,'static_country_zones',176,'',0),('4f27ac012fc4b018873f1f2fa3af6ac9','static_countries',104,'cn_country_zones','','','',30,'static_country_zones',253,'',0),('4f2fb1fd0af1435cbd1d79703c29ab4d','tt_content',1689,'assets','','','',0,'sys_file_reference',481,'',0),('4fa2e86825d7bb9998f6aceaa7292423','sys_file_reference',360,'l10n_parent','','','',0,'sys_file_reference',37,'',0),('4fa5409f175419867861c2e8be701981','sys_file_reference',105,'uid_local','','','',0,'sys_file',97,'',0),('4fb008af73c2e4aefbaf6f76c1894265','tt_content',1223,'l18n_parent','','','',0,'tt_content',937,'',0),('4fb0e7ce8371218868c09ce1a2717e3b','static_countries',182,'cn_currency_uid','','','',0,'static_currencies',127,'',0),('4fb217d9109af71fd830e441899ba56e','static_countries',72,'cn_country_zones','','','',103,'static_country_zones',628,'',0),('4fb529c33acf4154bc4a4b6ec6d7c997','sys_file_reference',510,'link','','typolink','3a87a002c80421aaf783bdb1a0b8e6d9:0',-1,'pages',23,'',0),('4fc2ac6e3afb55deebd3ff959165fdfd','sys_file',161,'metadata','','','',0,'sys_file_metadata',151,'',0),('4fcee8f999f93ccc07cab0885552fe09','tt_content',748,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',80,'',0),('4fd8f4c19227c2a8faeb976f339488ba','tt_content',552,'l18n_parent','','','',0,'tt_content',219,'',0),('4fe9d415f0ba39b90a9d989ef0230557','tt_content',173,'bodytext','','typolink_tag','9',-1,'_STRING',0,'typo3@wapplersystems.de',0),('4fff47323b911a7e92b6f3bc4268814a','sys_file_metadata',98,'file','','','',0,'sys_file',98,'',0),('500f1e89cc4088427f2e3ac074f19f01','static_countries',72,'cn_country_zones','','','',130,'static_country_zones',642,'',0),('5017318a805bef8692b2365fe3b684a4','tt_content',1718,'image','','','',0,'sys_file_reference',498,'',0),('5018efbb9b1c96c998e1ad93a7151d3e','tt_content',1236,'l18n_parent','','','',0,'tt_content',919,'',0),('50212e8b4f79935e87ce6f3d8513ce8b','tx_wst3bootstrap_card_element',43,'tt_content','','','',0,'tt_content',1495,'',0),('502ee338ce09ad826387e99b0cbfa345','static_territories',30,'tr_parent_territory_uid','','','',0,'static_territories',4,'',0),('5051371aa670d88d1e7b5d0eaed8f8b5','static_countries',186,'cn_currency_uid','','','',0,'static_currencies',131,'',0),('505a6144d45a8e9ec5759a87a3ab1639','tt_content',993,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',39,'',0),('50754f807e82b42b17881b3486548617','static_countries',29,'cn_country_zones','','','',16,'static_country_zones',505,'',0),('507eec35d0badda6c3785b3ed4301370','static_countries',97,'cn_country_zones','','','',11,'static_country_zones',471,'',0),('507fb6e2f4f0f00eda4614edb69a66b4','sys_file_reference',481,'uid_local','','','',0,'sys_file',335,'',0),('5085ab31af98ebac073d1e7f5a4d74a3','sys_file',308,'metadata','','','',0,'sys_file_metadata',299,'',0),('5089ce4260d7f78c0790ea49f70600fc','tt_content',1355,'l18n_parent','','','',0,'tt_content',1068,'',0),('5094e2b2ddc11e7d05129a17f5d36846','tt_content',1538,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('50b4d8d8e8c56583335080a79026341e','static_countries',22,'cn_currency_uid','','','',0,'static_currencies',16,'',0),('50c3b860b9261b87faef634978ef4f08','static_countries',220,'cn_country_zones','','','',10,'static_country_zones',19,'',0),('50c72534ad33e287f331583f21b09255','static_countries',41,'cn_country_zones','','','',0,'static_country_zones',104,'',0),('50e6263c9f798bbba1e03e8c3519eb5d','static_countries',27,'cn_currency_uid','','','',0,'static_currencies',20,'',0),('50f9468c7d15903cc571278e2a0563e4','tt_content',1728,'image','','','',0,'sys_file_reference',518,'',0),('50f94edbd62cdfff451f52627ae149b4','tt_content',1417,'l18n_parent','','','',0,'tt_content',582,'',0),('50fca27fbc5d2a851e64a16b993ce3d9','tt_content',1435,'l18n_parent','','','',0,'tt_content',762,'',0),('510821641692715cc6e41cdd0f5df12e','pages',257,'fe_group','','','',0,'fe_groups',-2,'',0),('512828cb6138e23e0871446557075549','sys_file_reference',246,'uid_local','','','',0,'sys_file',259,'',0),('512a8015f627992322152e89e73c7bdd','tx_powermail_domain_model_answer',19,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('51315fa04c1b2bd2f2c679a236d6b677','sys_file_metadata',127,'file','','','',0,'sys_file',127,'',0),('5151e1c7bd8c3b46fae17bd52ac057f6','tx_news_domain_model_news',4,'related_from','','','',0,'tx_news_domain_model_news',10,'',0),('515ddf01a2918521a6bd2404b1b582af','sys_file_metadata',293,'file','','','',0,'sys_file',302,'',0),('517724d8de14aa37e8419771cee0c8d6','sys_file_metadata',6,'file','','','',0,'sys_file',6,'',0),('5191b9ba3d159785d7645714729719a7','sys_file',36,'metadata','','','',0,'sys_file_metadata',36,'',0),('51ba42dc73c321cc881ea7298e2ff781','sys_file_metadata',170,'file','','','',0,'sys_file',180,'',0),('51d018b59091e9a6301accc07d5e9cf1','sys_file',5,'metadata','','','',0,'sys_file_metadata',5,'',0),('51e6358443b8c4aceaa8860ac697af4e','tt_content',481,'l18n_parent','','','',0,'tt_content',168,'',0),('5203fd9058b8c88480b6ef8900fea959','sys_file_reference',388,'uid_local','','','',0,'sys_file',190,'',0),('521ebc76d5b84b3a712e95396b45dbcb','tt_content',1223,'assets','','','',0,'sys_file_reference',303,'',0),('52324e9797f2cd722c4f0e4e25e01c9b','sys_file_reference',350,'uid_local','','','',0,'sys_file',189,'',0),('5235fe35476eda70828fab1644a20c1b','static_countries',107,'cn_currency_uid','','','',0,'static_currencies',74,'',0),('52451db75468f6beec307324d73f0a1f','sys_file_reference',145,'uid_local','','','',0,'sys_file',219,'',0),('524d4625ac5316846f4978530fc013ea','tt_content',1663,'image','','','',1,'sys_file_reference',442,'',0),('5255afedfa25a29826b107d3bf235cb9','tx_powermail_domain_model_answer',53,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('5266969b54e972f7005334110dcac36b','sys_file_reference',360,'sys_language_uid','','','',0,'sys_language',1,'',0),('5266c55c6471917d370890b0e38d4d9c','static_countries',71,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('5277bdfdb0d519c2ac53c645582c311f','static_countries',72,'cn_country_zones','','','',74,'static_country_zones',554,'',0),('527998aa9a0adfbdf3ab940eeba7cb60','tx_wst3bootstrap_card_element',79,'tt_content','','','',0,'tt_content',746,'',0),('5288633b48ab63c67333f17def8dc02e','tx_powermail_domain_model_answer',40,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('529113d186577788720980a8c108023c','static_countries',23,'cn_currency_uid','','','',0,'static_currencies',17,'',0),('529c34e38487146e69d35f4aaf8199d4','static_countries',93,'cn_country_zones','','','',19,'static_country_zones',708,'',0),('52a3bd105cfffae70e0681c3fc326ba7','static_countries',74,'cn_country_zones','','','',27,'static_country_zones',361,'',0),('52a52cbaf57b6c337d323da07ad2f8c9','static_countries',54,'cn_country_zones','','','',14,'static_country_zones',93,'',0),('52b27232555b0490656075c61fb0b159','sys_file',297,'storage','','','',0,'sys_file_storage',1,'',0),('52ec4b7fa53b31f47b98094c3d7696d1','static_countries',65,'cn_country_zones','','','',6,'static_country_zones',142,'',0),('52ee5de75df3f99eb1f593a26f8abb1f','pages',203,'l10n_parent','','','',0,'pages',26,'',0),('52ef5bb0e6f3d0bebddbaa0da43c6c24','tt_content',542,'assets','','','',0,'sys_file_reference',35,'',0),('5315ea073a9ec0ffa9e737f8012a25e6','tt_content',1497,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',48,'',0),('53254d8b94bb96ad7d6528fc165ea065','static_countries',220,'cn_country_zones','','','',36,'static_country_zones',47,'',0),('532b5525a2153e091c7095451a019931','static_countries',150,'cn_currency_uid','','','',0,'static_currencies',178,'',0),('53436998364c192d147077477f45410e','sys_file_collection',1,'files','','','',7,'sys_file_reference',112,'',0),('537134590a646b644a2ae03919c692a4','tt_content',503,'l18n_parent','','','',0,'tt_content',145,'',0),('5394883f0f41841c7759497919cec958','tt_content',1504,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',61,'',0),('53b62ac377de2d33856cb330c5755a3f','sys_file_reference',11,'uid_local','','','',0,'sys_file',120,'',0),('53d397db709a13979efa3a9b696c8fb0','sys_file_reference',333,'sys_language_uid','','','',0,'sys_language',1,'',0),('54001ec2dc9bcf4b37a563db985ab073','sys_file',212,'metadata','','','',0,'sys_file_metadata',202,'',0),('540f8e8d341ca2dbdc7fbc51da8021f9','static_countries',1,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('54223b8fb0b55aa4d60b0231825db6f4','sys_file_metadata',111,'file','','','',0,'sys_file',111,'',0),('542c1ae7b9c0cf9f4d280c02313f50fe','sys_file_reference',88,'uid_local','','','',0,'sys_file',190,'',0),('5446e0d96887276603564bb5e808bbef','sys_filemounts',2,'base','','','',0,'sys_file_storage',1,'',0),('5449e5e30ca2a65a5128c80fbe45a641','tt_content',543,'l18n_parent','','','',0,'tt_content',197,'',0),('546144e0e6c17994a87d34150b64ca9b','tt_content',1645,'tx_wsslider_items','','','',4,'tx_wsslider_domain_model_item',14,'',0),('5462725b1a36d5d769c8e4efc6f5084a','tx_powermail_domain_model_answer',71,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('546717514a1103b22d25034dd40e1a8d','static_countries',220,'cn_country_zones','','','',51,'static_country_zones',64,'',0),('547834c1a91916a0a169834c73c07057','static_countries',192,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('548e928a3bc1acd20238e593a8642892','sys_file_reference',520,'uid_local','','','',0,'sys_file',191,'',0),('549d8f52091dbc8bbfb4754a71710b75','sys_file_reference',376,'l10n_parent','','','',0,'sys_file_reference',317,'',0),('54a079422ca339c50fd830c42488ac5a','tt_content',1740,'image','','','',0,'sys_file_reference',539,'',0),('54a9fb00ca46c2839cd56182c34ff498','be_groups',1,'file_mountpoints','','','',2,'sys_filemounts',3,'',0),('54b24e8e28fbb0efa84135b2b4ddac11','tt_content',493,'l18n_parent','','','',0,'tt_content',180,'',0),('54b7220b71e6e71b5a8acb61c204b610','sys_file',100,'metadata','','','',0,'sys_file_metadata',100,'',0),('54c17abd2aa3d92e346c69e7f7d17077','static_countries',104,'cn_country_zones','','','',5,'static_country_zones',226,'',0),('54c2d56478bdfd29bc2116d6a7863b35','tt_content',890,'l18n_parent','','','',0,'tt_content',889,'',0),('54c9fde54a390b880988e7fae9115dbb','tt_content',1735,'image','','','',1,'sys_file_reference',530,'',0),('54d14e00cda68ec08f689163c7424303','static_countries',74,'cn_country_zones','','','',50,'static_country_zones',380,'',0),('54ede3ce8a1043a650c5a52c883ffca5','tt_content',1293,'background_media','','','',0,'sys_file_reference',342,'',0),('5506555cc1946515789da8de6ee4916f','sys_file_reference',353,'l10n_parent','','','',0,'sys_file_reference',325,'',0),('550e0d2091ad785f1f771174cf01f1c9','tt_content',1291,'pages','','','',0,'pages',162,'',0),('55134f60a25ec66fc6876f41c13ff7b6','tt_content',71,'pi_flexform','sDEF/lDEF/settings.pages/vDEF/','','',0,'pages',14,'',0),('555e47772c5f61f4b3bf1e68400a8917','tx_wst3bootstrap_card_element',27,'tt_content','','','',0,'tt_content',1482,'',0),('557809c26cd52dde8d47026a3c9e369c','tt_content',1506,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',39,'',0),('557bd9392740db0a8b32db0b02994cdd','static_countries',139,'cn_currency_uid','','','',0,'static_currencies',98,'',0),('557de1cd99f1b4d25f681d822c060598','sys_file_metadata',1,'file','','','',0,'sys_file',1,'',0),('558e1ea92548d446302d697b16704126','sys_file',104,'storage','','','',0,'sys_file_storage',1,'',0),('55fa7d69bd5a47c0a148e3c02c8632b3','sys_file_metadata',258,'file','','','',0,'sys_file',267,'',0),('56250985eed74bdf72f94b304ada2564','sys_file_reference',384,'uid_local','','','',0,'sys_file',194,'',0),('562bb300f1f3546b68acd0a73081bcc3','static_countries',65,'cn_country_zones','','','',26,'static_country_zones',160,'',0),('562fe8f84137425caa7b707cc7c7f843','sys_file_reference',532,'l10n_parent','','','',0,'sys_file_reference',495,'',0),('564d4803b5501784b3ba3d2f3fb448b0','tt_content',1720,'image','','','',1,'sys_file_reference',503,'',0),('56535f441d298b699a65ae181585e807','sys_file_metadata',259,'file','','','',0,'sys_file',268,'',0),('5653f32814da1597eeb7bebefd59a649','sys_file',105,'storage','','','',0,'sys_file_storage',1,'',0),('565549f8682306876ea88cb721477d3e','sys_file_reference',559,'l10n_parent','','','',0,'sys_file_reference',558,'',0),('5662b84c17cfcae03fb260790fbcf0ae','tt_content',1370,'l18n_parent','','','',0,'tt_content',1080,'',0),('56721b1a2d2722a965457aae6d188299','static_countries',74,'cn_country_zones','','','',52,'static_country_zones',385,'',0),('5672a1250f896c97c2c0412a14fb52cd','tx_wst3bootstrap_card_element',47,'tt_content','','','',0,'tt_content',1496,'',0),('568bd73ea08636f3e2131de800d21327','static_countries',103,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('56abe7db4f52b0d9ace3bd23b42b44b0','sys_file',295,'metadata','','','',0,'sys_file_metadata',286,'',0),('56bed033fef2a9587e3d66b24bb5f69e','sys_file_reference',302,'link','','typolink','6a3887f0776a8e0ad9d353d10da69044:0',-1,'pages',38,'',0),('56cb6ad6d4cc1946c8fd4e86a223ad6c','sys_file_reference',535,'uid_local','','','',0,'sys_file',190,'',0),('56d1065cf99cf3fde3142e94ccf3e358','tx_powermail_domain_model_answer',12,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('56d1f137c293c71b4a688d4a972e7123','tt_content',1424,'l18n_parent','','','',0,'tt_content',1094,'',0),('56d8d756c2f4e0321638e57708619437','static_countries',54,'cn_country_zones','','','',1,'static_country_zones',81,'',0),('56e45148ce58f6c3e83df52750626f63','sys_file',7,'metadata','','','',0,'sys_file_metadata',7,'',0),('56edcb757a17e3125d34157c36a687d3','static_countries',104,'cn_country_zones','','','',40,'static_country_zones',263,'',0),('56f09ae0ed841e7fa6af0f28f35641f0','tt_content',1469,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',15,'',0),('56fa18b75f6e246b446c81e0c7a95741','sys_file_reference',465,'uid_local','','','',0,'sys_file',334,'',0),('570b4195130775d0152bcf88741dfc29','sys_file_metadata',77,'file','','','',0,'sys_file',77,'',0),('5716f3ad6231832680e5fea58047b508','static_countries',72,'cn_country_zones','','','',6,'static_country_zones',543,'',0),('571909e2245e34c6cd5bb2e1fc2e7384','tx_wst3bootstrap_card_element',30,'tt_content','','','',0,'tt_content',1485,'',0),('57221b06e90302664a9cf716cc67b246','sys_file_reference',284,'uid_local','','','',0,'sys_file',189,'',0),('5729805c61b5e8b966f6d6573eb8da77','sys_file',48,'metadata','','','',0,'sys_file_metadata',48,'',0),('5735a627122de451f541de77a63b2b8d','tt_content',1667,'image','','','',0,'sys_file_reference',457,'',0),('5747ed971002d975378d8547cf96ce02','tt_content',1734,'image','','','',1,'sys_file_reference',528,'',0),('5753e89efdaccdb008b5c47eabb9a89c','sys_file_reference',94,'uid_local','','','',0,'sys_file',163,'',0),('5755c7450b86586ed1d63b40b77c1d56','tx_powermail_domain_model_answer',11,'sys_language_uid','','','',0,'sys_language',-1,'',0),('575dc91597adfea22fef31083efd0be3','static_countries',93,'cn_country_zones','','','',3,'static_country_zones',689,'',0),('57681506e815e8a80c06562e45c66aad','sys_file_reference',339,'l10n_parent','','','',0,'sys_file_reference',278,'',0),('57992d65d3cbeb1e0b5dbf9f30be8f67','static_countries',129,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('57c6552ce44c9bb3060540f4bb103fa1','tx_powermail_domain_model_answer',25,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('57ca3e27a722958fd804e39841585322','static_countries',29,'cn_country_zones','','','',6,'static_country_zones',496,'',0),('57f699e3677a706d09d2a8a7f2db6ae7','static_countries',185,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('57f802d82e7b662caac798d406c3174e','tt_content',1375,'l18n_parent','','','',0,'tt_content',960,'',0),('57fd1ba741b80e7897b0351e53f9f454','sys_file',296,'metadata','','','',0,'sys_file_metadata',287,'',0),('58376cf2e1b5f51d61b54cb089feafd3','tt_content',1231,'assets','','','',0,'sys_file_reference',306,'',0),('583e3be880cf88d4b78a2cccd49c210e','tt_content',564,'l18n_parent','','','',0,'tt_content',215,'',0),('5851dc151fc34ca5a4b9cf6d0f765501','tt_content',1511,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('585ca564405b7c7a5f7dfefcd98555a2','tx_powermail_domain_model_answer',10,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('5891ab69ad027abaec5a8dbb2fe80bf0','static_countries',104,'cn_country_zones','','','',21,'static_country_zones',243,'',0),('58986c77b2b09ede7db12f4aac6094e6','sys_file_metadata',296,'file','','','',0,'sys_file',305,'',0),('58ca6043f0732cedec4b5cd375f21f17','sys_file_reference',293,'sys_language_uid','','','',0,'sys_language',1,'',0),('58fabe4131887a4946d97e8a3d32701e','tt_content',1358,'l18n_parent','','','',0,'tt_content',680,'',0),('592702bc39be05ccc230d8b53382ca0d','sys_file_metadata',9,'file','','','',0,'sys_file',9,'',0),('593049e3e620d7f5912f3e50dfac644e','sys_file',9,'metadata','','','',0,'sys_file_metadata',9,'',0),('593173e1003bbda41c01890db82747f0','tt_content',1018,'l18n_parent','','','',0,'tt_content',805,'',0),('5939d8f3186e76239ccd993ad9c85a96','tt_content',1645,'tx_wsslider_items','','','',2,'tx_wsslider_domain_model_item',12,'',0),('5953077c0ecbb7cb2eefea8dd5af94aa','tx_powermail_domain_model_answer',52,'sys_language_uid','','','',0,'sys_language',-1,'',0),('5967a44e969a1f62e3c6e05e9f0b868d','pages',257,'shortcut','','','',0,'pages',35,'',0),('59863163fa50ca216c2ff35de7d794b8','static_countries',104,'cn_country_zones','','','',83,'static_country_zones',312,'',0),('599141a2f0dd4ea9acdfa1e7740eda37','sys_file_reference',556,'uid_local','','','',0,'sys_file',343,'',0),('59b472bd91365187964e81779c5920e1','static_countries',148,'cn_country_zones','','','',31,'static_country_zones',213,'',0),('59b578dc09ba6e0a1b6b7f88de443a5d','static_countries',9,'cn_currency_uid','','','',0,'static_currencies',7,'',0),('59bd8b47741d02e3b77adc200d2e85cd','sys_file',318,'storage','','','',0,'sys_file_storage',1,'',0),('59dfc80123c088105c92a10ff684cecb','sys_file',71,'metadata','','','',0,'sys_file_metadata',71,'',0),('59e59a7f8e1b48ac29a7e0cafd7877a1','sys_file_reference',478,'uid_local','','','',0,'sys_file',335,'',0),('59ef677354a2fec51d4713d0edc6ac32','tt_content',1164,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',83,'',0),('5a0211dfcd9faa2bc1687a4012baad42','sys_file_metadata',84,'file','','','',0,'sys_file',84,'',0),('5a2d2cb9714c29221f00be053ca4e34e','tx_powermail_domain_model_answer',49,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('5a4f3b59513137b8af5e4fa056ab527c','tx_wst3bootstrap_card_element',32,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('5a57682e3c5a06cb03ea1b8b01c4cb59','sys_file',229,'storage','','','',0,'sys_file_storage',1,'',0),('5a61894bf15d2b2bc463b47785f55cea','tt_content',463,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('5a61926b051086ed87536bbffcfb5bc8','tt_content',545,'l18n_parent','','','',0,'tt_content',199,'',0),('5a6312a0448a7961d622be79af5432e8','tt_content',490,'l18n_parent','','','',0,'tt_content',176,'',0),('5a79b8815d913c21df34e520ed1505cb','tt_content',451,'l18n_parent','','','',0,'tt_content',447,'',0),('5a7e43592f396a84a22513dedee6071d','static_countries',93,'cn_country_zones','','','',10,'static_country_zones',699,'',0),('5a837db9cee0c0a9f75d6a74681b0de4','static_countries',104,'cn_country_zones','','','',23,'static_country_zones',252,'',0),('5a8a6f461c38cbc598eed339f8c31fee','tx_powermail_domain_model_answer',14,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('5a8dd1c2c14827d26c9dc8b94858bc69','sys_file_reference',346,'uid_local','','','',0,'sys_file',229,'',0),('5a9e3fc55ce0d44ce58e02421b7d8ece','static_countries',69,'cn_currency_uid','','','',0,'static_currencies',51,'',0),('5a9fd9c4312f0ffd61e729f4770a651c','sys_file_reference',545,'l10n_parent','','','',0,'sys_file_reference',498,'',0),('5ab691278fdeec69994e419e5f738541','static_countries',72,'cn_country_zones','','','',56,'static_country_zones',568,'',0),('5acbdd037172d62ecd9cdf51ec5c4079','sys_file_metadata',151,'file','','','',0,'sys_file',161,'',0),('5ad207b3dc308914465aedf83e565cdf','static_countries',38,'cn_currency_uid','','','',0,'static_currencies',30,'',0),('5add7103f6dcb5e6cdadcd63141898b9','sys_file',46,'metadata','','','',0,'sys_file_metadata',46,'',0),('5ae13fbb180cff76ba8a9e765ab495e6','static_territories',7,'tr_parent_territory_uid','','','',0,'static_territories',4,'',0),('5ae6ba8799ec0dd343beac452326991f','tx_powermail_domain_model_answer',56,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('5aff150c26d1c73138827cacad127a9d','tt_content',1019,'l18n_parent','','','',0,'tt_content',848,'',0),('5b04850c8f0d85b1df4ec45624552b9d','tt_content',1119,'l18n_parent','','','',0,'tt_content',1107,'',0),('5b04c6671401c636eb12c20ec73082ef','static_countries',220,'cn_parent_territory_uid','','','',0,'static_territories',18,'',0),('5b1489baa6ed94e8f4e2039d63c10642','sys_file',91,'metadata','','','',0,'sys_file_metadata',91,'',0),('5b26ad4da9c0b2db07bb5a3667d55971','static_countries',72,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('5b4e2557b59d882f578bbb0435e3becd','sys_file',310,'storage','','','',0,'sys_file_storage',1,'',0),('5b4f6f5cba9853958902425bb794d180','sys_file_reference',351,'l10n_parent','','','',0,'sys_file_reference',212,'',0),('5b540a6bd83f5d3f24b4a9116f586ae4','sys_file_reference',426,'uid_local','','','',0,'sys_file',336,'',0),('5b7c31f9d419d45c5f0654518736c404','sys_file_reference',525,'l10n_parent','','','',0,'sys_file_reference',523,'',0),('5b8d537d068ee126c71782b08e1e0691','tx_powermail_domain_model_answer',54,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('5b8f22a87366786493558c892bcbdf28','sys_file_metadata',305,'file','','','',0,'sys_file',314,'',0),('5b9bbd4a20321487276406b4243ac6b9','tt_content',578,'l18n_parent','','','',0,'tt_content',573,'',0),('5ba276f782c2639498c90bb2382bc49c','tt_content',1792,'l18n_parent','','','',0,'tt_content',1774,'',0),('5bc73fdbb848863622d7cbb240c202c5','static_countries',151,'cn_parent_territory_uid','','','',0,'static_territories',24,'',0),('5bcaa37d1609ab827a01d61adf857ca2','static_countries',220,'cn_country_zones','','','',29,'static_country_zones',39,'',0),('5bd5a49e4b718b7044933662c4a94bec','static_countries',148,'cn_country_zones','','','',24,'static_country_zones',206,'',0),('5bd72b220a9ce6918737fd5bd7a393cb','sys_file',47,'metadata','','','',0,'sys_file_metadata',47,'',0),('5bdffd584ebdf5d9f8ae752965e5c259','tx_powermail_domain_model_answer',42,'sys_language_uid','','','',0,'sys_language',-1,'',0),('5beb42e05b6a3d079a3ec5ceb589b585','sys_file_reference',505,'sys_language_uid','','','',0,'sys_language',1,'',0),('5bf6a839c523296d5c5655f5877ee435','sys_file_reference',541,'l10n_parent','','','',0,'sys_file_reference',506,'',0),('5c020a87a21b0856b5192600e9189b74','static_countries',133,'cn_currency_uid','','','',0,'static_currencies',173,'',0),('5c13983a150bbb01bc02d8e19d1a0808','sys_file_metadata',202,'file','','','',0,'sys_file',212,'',0),('5c155f3a8f9a9de246cbb90a84e92666','static_countries',72,'cn_country_zones','','','',28,'static_country_zones',549,'',0),('5c16f24929b34960606e0c920ab6bcfb','tt_content',294,'l18n_parent','','','',0,'tt_content',44,'',0),('5c186d77dedc3ffbeba505681c9c8405','tx_powermail_domain_model_answer',39,'sys_language_uid','','','',0,'sys_language',-1,'',0),('5c1908c1ace84c0e79fa658f72abd5f1','static_countries',74,'cn_country_zones','','','',66,'static_country_zones',399,'',0),('5c35ed3e26bb12c109b72b6bdbdbd8aa','sys_file_reference',486,'uid_local','','','',0,'sys_file',335,'',0),('5c38ff1a0491eb6e668cc1082658f682','static_countries',49,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('5c492780b551a4311b851e006045ad38','tt_content',1645,'tx_wsslider_items','','','',5,'tx_wsslider_domain_model_item',15,'',0),('5c8cf0b5c16841d765e19b7578715c0a','sys_file_reference',90,'uid_local','','','',0,'sys_file',191,'',0),('5c94c9899215346560a9f1648c9612b6','sys_file',328,'storage','','','',0,'sys_file_storage',1,'',0),('5cb1b0c8d3b412c6950bdc0e16ab26b2','tx_powermail_domain_model_mail',7,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('5cc2d7d79ef9f5bc8ec4ac9c59b828d3','sys_file',307,'metadata','','','',0,'sys_file_metadata',298,'',0),('5cc43cd62534517cbfc85554f22400f7','sys_file',213,'metadata','','','',0,'sys_file_metadata',203,'',0),('5ce0b83b54ced3d979fc581bc310e956','sys_file_collection',1,'files','','','',1,'sys_file_reference',115,'',0),('5ce9f0afcec7f2e430af3f140a93d69d','sys_file_reference',360,'uid_local','','','',0,'sys_file',160,'',0),('5d0a5bdca936d850fcba586aed61b821','sys_file',334,'metadata','','','',0,'sys_file_metadata',324,'',0),('5d1335c9f7410a15ed9076d0c7a36118','sys_file_reference',412,'uid_local','','','',0,'sys_file',194,'',0),('5d19bb9bed10497f71be91d6bbe80707','tx_gomapsext_domain_model_map',1,'addresses','','','',1,'tx_gomapsext_domain_model_address',2,'',0),('5d1a39772aeaca5f07571f81254969ee','sys_file_metadata',157,'file','','','',0,'sys_file',167,'',0),('5d3ffcec007a3bd14ba36eb70a59be98','sys_file_reference',256,'uid_local','','','',0,'sys_file',194,'',0),('5d720f725460f684b2ec35c594e26457','static_countries',72,'cn_country_zones','','','',41,'static_country_zones',550,'',0),('5d977ddf3f7a3f08e7263ab227388c99','sys_file',330,'metadata','','','',0,'sys_file_metadata',320,'',0),('5dad015c9475797f991dea1e790d7c45','tx_calendarize_domain_model_configurationgroup',1,'configurations','','','',0,'tx_calendarize_domain_model_configuration',4,'',0),('5dd187cdc0d969a8123370c09fe0785a','sys_file_metadata',91,'file','','','',0,'sys_file',91,'',0),('5ddabfc2dab750b636fd1b9373d5026f','tt_content',1170,'image','','','',2,'sys_file_reference',275,'',0),('5ddad69adba82089cd2cd886fd8fbe28','tt_content',1825,'assets','','','',1,'sys_file_reference',585,'',0),('5df4b623b9ade381c333882040cb99a0','sys_file',121,'storage','','','',0,'sys_file_storage',1,'',0),('5e085fd4eddcaad88680b82d5b69c666','sys_file_reference',567,'uid_local','','','',0,'sys_file',333,'',0),('5e109bab49c16b2e7803f2299b25f2df','sys_template',71,'constants','','url','22',-1,'_STRING',0,'https://www.xing.com/',0),('5e127c9b37752d735b346abc1c6dc076','sys_file_metadata',284,'file','','','',0,'sys_file',293,'',0),('5e1378a0769d27e9a73fe70468e21c1c','sys_file_reference',32,'uid_local','','','',0,'sys_file',101,'',0),('5e2c6fc24a5dd37c98b6dc23cc4e7c07','sys_file_reference',423,'uid_local','','','',0,'sys_file',335,'',0),('5e30ba493d97888de246ddfb6aaad886','static_countries',104,'cn_country_zones','','','',48,'static_country_zones',269,'',0),('5e3fefc5fdc4f6c3223725bd5e4d1c27','sys_file_reference',251,'sys_language_uid','','','',0,'sys_language',1,'',0),('5e529eb59d621f26e3628edd4057566e','sys_file',77,'metadata','','','',0,'sys_file_metadata',77,'',0),('5e540ff2e2d0db8d565c8409dea894e6','tt_content',1090,'l18n_parent','','','',0,'tt_content',1088,'',0),('5e6d01e2495c21018b623b7ca5edfa3b','sys_file_reference',207,'uid_local','','','',0,'sys_file',190,'',0),('5e87e4e9675b98616c98a725d2704bf7','tx_powermail_domain_model_answer',45,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('5e990d2e7575323171e74525d7645bf1','static_countries',53,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('5e9ed785fd61a095c7a02ec719169641','static_countries',74,'cn_country_zones','','','',89,'static_country_zones',419,'',0),('5eaabee4c8d25ccc968c8b04d755bd4e','sys_file',340,'metadata','','','',0,'sys_file_metadata',330,'',0),('5eb1830bed3fac28db26dfd5c58bb482','tt_content',173,'bodytext','','typolink_tag','f40501154fe423bef18c516dcce68640:11',-1,'tt_content',175,'',0),('5ebe820d28751be780c47a2f514bc0de','sys_file_reference',502,'uid_local','','','',0,'sys_file',190,'',0),('5ec2c87258be8a66bb8c7800d15889cb','static_countries',227,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('5ed8f181a6d6cb19851d39e4a3ce11d9','sys_file_reference',570,'uid_local','','','',0,'sys_file',331,'',0),('5ef1e1b0817277fdb8fc1b3c051e3c56','static_countries',209,'cn_currency_uid','','','',0,'static_currencies',146,'',0),('5f04325f0633cc62fc2814ee0c98417a','sys_file_reference',529,'l10n_parent','','','',0,'sys_file_reference',527,'',0),('5f334411adb22a29eca7e4378b8a643d','static_countries',65,'cn_country_zones','','','',41,'static_country_zones',135,'',0),('5f4897273071c3c1c3f6bef164aecb9b','sys_file_reference',252,'uid_local','','','',0,'sys_file',264,'',0),('5f568eb19c7fa6a16fa65368aa8701f5','sys_file_reference',535,'sys_language_uid','','','',0,'sys_language',1,'',0),('5f6291acd2ed6f85b50c21ac50460882','tt_content',1811,'assets','','','',0,'sys_file_reference',582,'',0),('5f6cabd3c5a425f8a9eced664e714baf','static_countries',65,'cn_country_zones','','','',43,'static_country_zones',173,'',0),('5f75b76dbc7fc717cc23c5d8e299fced','static_countries',170,'cn_country_zones','','','',3,'static_country_zones',676,'',0),('5f82ddd6833467ea379c516d74a179be','sys_file_metadata',44,'file','','','',0,'sys_file',44,'',0),('5f99a59e5e1b738465757d86d2b920aa','static_countries',93,'cn_country_zones','','','',14,'static_country_zones',702,'',0),('5fb1a29dccd7cde2f9d692a47729793f','tt_content',1456,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',8,'',0),('5fbcf534551c071045076813b4614d02','sys_file_metadata',185,'file','','','',0,'sys_file',195,'',0),('5fe0535690f30d63fd5fe5ed356038b0','static_countries',17,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('5fe145d4e903e57212c56b32b721f0da','static_countries',241,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('5fe4fd7da2ed2bd1a99aba035477af79','tx_wst3bootstrap_card_element',33,'tt_content','','','',0,'tt_content',1489,'',0),('5fee43c1681238cacf84478aeab9b976','sys_file',19,'metadata','','','',0,'sys_file_metadata',19,'',0),('5ff6d823677f808ade56e74796ebf7c0','static_countries',74,'cn_country_zones','','','',15,'static_country_zones',354,'',0),('5ff8233dc394b2907f8c8b3879e97301','static_countries',41,'cn_country_zones','','','',2,'static_country_zones',105,'',0),('60045e19d3571b54336c2735f3f3a0f5','static_countries',40,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('6007ff1e00e9958bade65ae40e106764','tt_content',1264,'l18n_parent','','','',0,'tt_content',973,'',0),('60211b781d59cfca1403694ec8b0592e','sys_file_metadata',58,'file','','','',0,'sys_file',58,'',0),('6038375d1c9fa3d114914d905103d5fe','static_countries',220,'cn_country_zones','','','',45,'static_country_zones',57,'',0),('604a39fa834bfc8319dee533d5f55559','tt_content',1494,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',40,'',0),('606fe13559e7c179b243bed73e7eadc7','tt_content',1436,'l18n_parent','','','',0,'tt_content',1250,'',0),('60725ebb2f38191d418881ae3943eb13','tt_content',1726,'image','','','',0,'sys_file_reference',514,'',0),('6076da18c6248b474b0191a2e1c2894c','tx_wst3bootstrap_card_element',74,'assets','','','',0,'sys_file_reference',401,'',0),('60a4e6204b05776c465407b0b03b29c2','tt_content',505,'l18n_parent','','','',0,'tt_content',222,'',0),('60aa60b6de8c2ff260d12702c90051d7','sys_file_metadata',219,'file','','','',0,'sys_file',229,'',0),('60ad875778faf2a9ca64c30642e5ca26','static_countries',104,'cn_country_zones','','','',84,'static_country_zones',313,'',0),('60b80a4b8505aefdf68b9af460041bc5','tx_powermail_domain_model_answer',2,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('60c20200bb416757826bf6d44db3b60f','sys_file_reference',338,'uid_local','','','',0,'sys_file',309,'',0),('60dbabcd9316b599aa4c4270d824683e','tx_powermail_domain_model_answer',28,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('60de2288925ebba78e4558b121072dfb','tt_content',1363,'l18n_parent','','','',0,'tt_content',1075,'',0),('60f2cdc28d8fd6ba768ff897e37fd596','tt_content',1645,'tx_wsslider_items','','','',0,'tx_wsslider_domain_model_item',8,'',0),('60f45ba4b09a7c4aa5d28639e761eba9','tt_content',1714,'image','','','',1,'sys_file_reference',491,'',0),('60fa2356a28d4230e18c95608586171d','sys_file_metadata',213,'file','','','',0,'sys_file',223,'',0),('60fe4ec9530db91131eefaa8b9074e7b','tt_content',494,'l18n_parent','','','',0,'tt_content',181,'',0),('611127371a2fe0393ece0f049b864335','tx_wsslider_domain_model_item',12,'foreground_media','','','',0,'sys_file_reference',424,'',0),('61122d794454997c8576351c9b1ea40b','static_countries',12,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('611fea31ef484647ccee9e6ea3d71056','static_countries',74,'cn_country_zones','','','',39,'static_country_zones',371,'',0),('61241dcad1e3278defd6bd836c2bbe4f','static_countries',106,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('612550ae64a5e9550cfde05e85b11adf','static_countries',72,'cn_country_zones','','','',75,'static_country_zones',610,'',0),('61360a80a09406a903613875f8b30f30','tt_content',561,'l18n_parent','','','',0,'tt_content',213,'',0),('6139a06b845ca988570e67232ba8832a','pages',144,'fe_group','','','',0,'fe_groups',-2,'',0),('613b35a3ef94921d8db636e7720b64c6','tt_content',1016,'l18n_parent','','','',0,'tt_content',676,'',0),('61408ff6670c1392a710795cddabb38b','sys_file_metadata',34,'file','','','',0,'sys_file',34,'',0),('615e9fcc525514668c8c75811a18ce7a','static_countries',74,'cn_country_zones','','','',62,'static_country_zones',400,'',0),('616ffe676b731daf5e7fb06d1449747b','tx_wst3bootstrap_card_element',27,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('6180810cb037519eee4a869ccb11084a','static_countries',63,'cn_currency_uid','','','',0,'static_currencies',92,'',0),('618b42cad742a94f15a90ad308789119','sys_file',63,'metadata','','','',0,'sys_file_metadata',63,'',0),('6191cae26d62680e7f38b928e8cf57d4','static_countries',197,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('61a15d4e7790b9017d3cfd9d87eb1870','static_countries',97,'cn_country_zones','','','',18,'static_country_zones',478,'',0),('621a7c433101416186e2985765161ea7','sys_file_reference',338,'l10n_parent','','','',0,'sys_file_reference',277,'',0),('622c3b8a7ee4b7e37a091fb356c9600b','pages',258,'l10n_parent','','','',0,'pages',183,'',0),('624c265a9239d8aa0d9f327490998970','tx_powermail_domain_model_answer',36,'sys_language_uid','','','',0,'sys_language',-1,'',0),('6250e27ba31df8b857556f495c7a81ee','sys_file_reference',485,'uid_local','','','',0,'sys_file',330,'',0),('625f5c892f489992946167cdd2b1348d','tt_content',1691,'l18n_parent','','','',0,'tt_content',1690,'',0),('626c4f7ce6516fc7e53cd2c6ed24186b','static_countries',104,'cn_country_zones','','','',75,'static_country_zones',299,'',0),('6276711bdd261c6c3271d43066eb4b40','sys_file',26,'metadata','','','',0,'sys_file_metadata',26,'',0),('627d6d8932753566e6669978a9f854d6','sys_file_metadata',318,'file','','','',0,'sys_file',328,'',0),('6283db27abd882489bbbc6006fd82fd1','static_countries',104,'cn_country_zones','','','',49,'static_country_zones',271,'',0),('628b0849fa0926183cb8f7af6d5f3639','static_countries',72,'cn_country_zones','','','',42,'static_country_zones',594,'',0),('62a6061bb337c8ebe4f7b9dcf3e924e4','static_countries',72,'cn_country_zones','','','',35,'static_country_zones',589,'',0),('62b3498af4c3a6da951b837f72267941','sys_file',224,'metadata','','','',0,'sys_file_metadata',214,'',0),('62c7749f3cc00b84f9267dc3f4ecb918','tt_content',1437,'l18n_parent','','','',0,'tt_content',1244,'',0),('62c908e387b87432b20712821e7bd181','sys_file_reference',34,'l10n_parent','','','',0,'sys_file_reference',9,'',0),('62da1d97dcbcac09faa77ab9104c2eff','tt_content',1628,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','09d99ecbbf1893b6d7b33b707132f245',-1,'sys_file',320,'',0),('62da4e25964a7c22385e4f416694b661','sys_file_reference',543,'uid_local','','','',0,'sys_file',190,'',0),('62fa2908999f5d6ec52dd407f8a4759c','sys_file_metadata',63,'file','','','',0,'sys_file',63,'',0),('630a306d7702291d9e5630287c50cc10','tt_content',486,'l18n_parent','','','',0,'tt_content',173,'',0),('630cca0b8ca6a7a081db90f4183d16d0','sys_file',283,'storage','','','',0,'sys_file_storage',1,'',0),('63199f3200ba0480e45e083770347f67','sys_file',339,'metadata','','','',0,'sys_file_metadata',329,'',0),('632850cf9a5048479c2f5efba8839a6a','tt_content',421,'l18n_parent','','','',0,'tt_content',78,'',0),('63294cf8b9178552d8b55ecc108a6431','static_countries',65,'cn_country_zones','','','',24,'static_country_zones',158,'',0),('6330762709c384b2c6d79b97af003f37','sys_file_reference',561,'uid_local','','','',0,'sys_file',331,'',0),('633f8e1d9d9d8c4c8a53c4b4017a8f6a','sys_file_reference',302,'uid_local','','','',0,'sys_file',221,'',0),('63430d9d993dde670f17ea664a8e6e0f','sys_file',193,'metadata','','','',0,'sys_file_metadata',183,'',0),('6343c13fb47cc259fd4f411bee6b0001','tt_content',1735,'image','','','',0,'sys_file_reference',529,'',0),('636ec7117df0422904c94fbb58ca81d9','static_countries',128,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('6373846061bc6a4ec46259bce1a74c16','static_countries',29,'cn_country_zones','','','',23,'static_country_zones',513,'',0),('6379d47fbf6f41282aee30a9e4a6f5e9','tt_content',1641,'tx_wsslider_items','','','',1,'tx_wsslider_domain_model_item',2,'',0),('63802ac9c0e2f92910b919aa35090900','tt_content',975,'file_collections','','','',0,'sys_file_collection',2,'',0),('638e41fe07bfc39a1c4f3de6128198c6','static_territories',9,'tr_parent_territory_uid','','','',0,'static_territories',4,'',0),('6391210eab74d2e131eb467b78e70a54','tx_wst3bootstrap_card_element',50,'tt_content','','','',0,'tt_content',1497,'',0),('639973677a11c28bedb74daaac17abb6','static_countries',36,'cn_country_zones','','','',7,'static_country_zones',73,'',0),('63ae8af57a8d311e35e6ff66bddba3a0','tx_wsslider_domain_model_item',15,'foreground_media','','','',0,'sys_file_reference',427,'',0),('63d60459aa4451cd2a95584d2b4126f8','tt_content',1333,'l18n_parent','','','',0,'tt_content',871,'',0),('63d702fd92a0919a5929e6c5948dc063','sys_file_reference',508,'sys_language_uid','','','',0,'sys_language',1,'',0),('63d93efb654d36b4b9caa1fc59f75094','tx_wst3bootstrap_card_element',48,'tt_content','','','',0,'tt_content',1497,'',0),('63e40864c90b5a1dc3b77f06e48c3c15','tt_content',1243,'image','','','',1,'sys_file_reference',314,'',0),('641d374593136abc2312910ab4eeede8','sys_file_reference',513,'l10n_parent','','','',0,'sys_file_reference',511,'',0),('6422e4601ab507531699cab3b6f19a9b','tt_content',1031,'l18n_parent','','','',0,'tt_content',1030,'',0),('642c9053b5cdb18d8fcae9ba6914f18f','static_countries',104,'cn_country_zones','','','',76,'static_country_zones',300,'',0),('6430acefd1282f3815f640dfda7641a8','static_countries',104,'cn_country_zones','','','',93,'static_country_zones',318,'',0),('64355bfb41c0d388c1aaaa53bf8eb706','tx_wsslider_domain_model_item',9,'content_uid','','','',0,'tt_content',1645,'',0),('6451a338bedbf0a22e5a1e768e44c2a6','sys_file_metadata',215,'file','','','',0,'sys_file',225,'',0),('647ade48f16d3fef6a98ce06e00febda','static_countries',136,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('64938b1dcd8c27a6e4e0847b06dcb906','tt_content',1377,'l18n_parent','','','',0,'tt_content',963,'',0),('64955e70f61f35d15c1ec57674cc623c','static_countries',170,'cn_country_zones','','','',11,'static_country_zones',684,'',0),('649f715bd09a1ab0ab48a497be999346','pages',187,'l10n_parent','','','',0,'pages',5,'',0),('64d15e34584b05cd826361ebc1b03551','tt_content',1402,'l18n_parent','','','',0,'tt_content',979,'',0),('64d1a052c68c565412f2e77710d35464','tt_content',1209,'l18n_parent','','','',0,'tt_content',1207,'',0),('64ddcc58e9a95c7232adbb9b4838c283','static_countries',236,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('64de9839ab66443971261fd11a0ce9a0','sys_file',322,'storage','','','',0,'sys_file_storage',1,'',0),('64e571944d9f0846275af4ebd68553ef','tt_content',530,'l18n_parent','','','',0,'tt_content',229,'',0),('64fd067ad1ed39b0973f1302d71931fd','static_countries',72,'cn_country_zones','','','',97,'static_country_zones',559,'',0),('6525f95cfb0b67a63eb502b682fe4f09','pages',228,'l10n_parent','','','',0,'pages',153,'',0),('65289739250301d8f2bde04fcc2aa14a','sys_file_reference',403,'uid_local','','','',0,'sys_file',244,'',0),('653fc14df0086098e82b9051e1194cc3','sys_file_metadata',62,'file','','','',0,'sys_file',62,'',0),('65533699e67cdec0d349aac605ab4b6e','static_countries',74,'cn_country_zones','','','',37,'static_country_zones',366,'',0),('655fdf012decff5b6755b39ae8352c9e','tt_content',1725,'image','','','',0,'sys_file_reference',512,'',0),('657ec982ee4beb8f5dc1b97b4e07cd42','tx_powermail_domain_model_answer',73,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('6585acca57a455b4892b9ae179dcfb5d','tx_powermail_domain_model_answer',35,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('659b94cf3174e244ba74a3c19ba447a1','static_countries',74,'cn_country_zones','','','',23,'static_country_zones',368,'',0),('65c4fb23d9ba77b7c396343f3fad1e6f','tt_content',1118,'l18n_parent','','','',0,'tt_content',1108,'',0),('65d1468c2925fc2b2b93a77b0197d4d1','pages',197,'sys_language_uid','','','',0,'sys_language',1,'',0),('65da6bf094b0d2b934918e9fd49a7593','sys_category',1,'items','','','',7,'tx_news_domain_model_news',3,'',0),('65e053a0beba96e0e48e8ea2bfff9ea1','sys_file_reference',342,'uid_local','','','',0,'sys_file',312,'',0),('65e2c15454f53252145a66bf1b8b4a9d','sys_file',183,'metadata','','','',0,'sys_file_metadata',173,'',0),('65e6354cc2ef811cbc6166ed38a0891b','sys_file_metadata',131,'file','','','',0,'sys_file',131,'',0),('65ecd8a5240a88723804580e4e96368b','sys_category',12,'items','','','',0,'tx_calendarize_domain_model_event',1,'',0),('65fb4175374c27f4f66cc5c7b35be4f8','static_countries',178,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('65fc43e450215598d90120b96de4bf98','tt_content',1669,'image','','','',0,'sys_file_reference',459,'',0),('6617ec031ede044ccdcc52648a46c8ca','tx_news_domain_model_news',3,'l10n_parent','','','',0,'tx_news_domain_model_news',1,'',0),('66242c76c410468b40ac2da870cbffb2','static_countries',18,'cn_currency_uid','','','',0,'static_currencies',13,'',0),('6628767cc0a723b6192dec8861816e1e','static_countries',170,'cn_currency_uid','','','',0,'static_currencies',120,'',0),('662a90671cb575b0c5208048b92b88a4','tt_content',996,'pages','','','',0,'pages',5,'',0),('66491ecf77f7720b69014ff45411a60c','tx_powermail_domain_model_answer',73,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('665242abf2d3842717ed587adb57f810','tx_powermail_domain_model_answer',72,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('6653f3c08584ec1a2cddd1f200fb4d8b','tx_wsslider_domain_model_item',4,'content_uid','','','',0,'tt_content',1642,'',0),('6677003feb44ad3f73bf2b5bbeb57c27','tt_content',1096,'bodytext','','typolink_tag','1',-1,'pages',1,'',0),('668abcff16924267571cef633edf73ca','static_countries',112,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('668caedbadae860e21562788472e1c3a','static_countries',29,'cn_country_zones','','','',13,'static_country_zones',503,'',0),('66a68c057aa3c0a0bdcebdd00201c1ae','tt_content',1246,'image','','','',1,'sys_file_reference',318,'',0),('66e47234beba5770def30faaf3e63439','sys_file_reference',352,'sys_language_uid','','','',0,'sys_language',1,'',0),('66e8e96ca0185929d9099edb2dcc6e34','sys_file_metadata',121,'file','','','',0,'sys_file',121,'',0),('67086bbfd943b39d29d39777f29f25ab','static_countries',183,'cn_parent_territory_uid','','','',0,'static_territories',26,'',0),('670fbfd95d44fac67633742559368bb6','tt_content',1537,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('67105de6944a1f8008e022f5bbb104ec','sys_file_reference',258,'uid_local','','','',0,'sys_file',228,'',0),('671ec886c93a14c3b74961faca97fe62','sys_file_reference',493,'l10n_parent','','','',0,'sys_file_reference',491,'',0),('674193f78cf740ae9fe01b4b837bfcec','sys_file_metadata',183,'file','','','',0,'sys_file',193,'',0),('67944da229287079cdfb3b4d3a8c39f4','sys_file_metadata',187,'file','','','',0,'sys_file',197,'',0),('6795fd584a4d6637c41e1becd69c7e42','sys_file_collection',1,'files','','','',3,'sys_file_reference',116,'',0),('679baeff4cda175531b6229c2f4c5e9b','tt_content',300,'l18n_parent','','','',0,'tt_content',221,'',0),('679bf910e9fddfca04201ff8879cc0b7','sys_file_reference',220,'l10n_parent','','','',0,'sys_file_reference',192,'',0),('67a0a424856583acf77c541803d118d9','static_countries',123,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('67d580a4dc8cc80985d48c5ed6e7c433','tt_content',1220,'l18n_parent','','','',0,'tt_content',941,'',0),('67f28be2ad651a9158009c522f08a979','sys_file_metadata',123,'file','','','',0,'sys_file',123,'',0),('67f7705585ef06f4bc6820da53b5ffb3','sys_file_reference',208,'sys_language_uid','','','',0,'sys_language',1,'',0),('681c1c0c1d2694f2a10826b1bd0287e9','tx_powermail_domain_model_field',13,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('6825dc77be93571c077f4fda2b662665','tx_powermail_domain_model_field',10,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('682c29f02f346d0183ef2b9e3ae7c954','sys_category',1,'items','','','',8,'pages',292,'',0),('682dbef7f2dd4d4f9c101a2fe317478a','tx_powermail_domain_model_answer',24,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('6860c2473e24df357088bb321123ad85','static_countries',223,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('687510d0be7d378cdd0c8a939aa648ec','static_countries',220,'cn_country_zones','','','',6,'static_country_zones',14,'',0),('6891d6e7c5b6a369baa10d702f43fad4','sys_file_reference',81,'uid_local','','','',0,'sys_file',191,'',0),('68ac601bcdae6edf9b2828d1bfa705e0','sys_file',125,'metadata','','','',0,'sys_file_metadata',125,'',0),('68b7560da7dfa62c7522a80000dbc6c1','tx_wsslider_domain_model_item',13,'foreground_media','','','',0,'sys_file_reference',425,'',0),('68bb17f6fb550caac1ee5c1b1ee7189b','sys_file',349,'storage','','','',0,'sys_file_storage',1,'',0),('68c2b48ced0d5d617f50c9d89496ba42','static_countries',84,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('68ce39cdf7a96103e8e4088a61b817f2','static_countries',174,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('68d2560bb309e6f765b0d5cb85cbbc53','static_countries',93,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('68dc5e4c7418700db641e3f1617a2e02','tt_content',1414,'l18n_parent','','','',0,'tt_content',1103,'',0),('68f81caacac26244b946e6782af1271c','static_countries',72,'cn_country_zones','','','',116,'static_country_zones',644,'',0),('6900321f3c35c7e41ab4dfe93f848e1d','sys_file',337,'metadata','','','',0,'sys_file_metadata',327,'',0),('693506429a5da2616d3419d3c63b5290','sys_file_reference',357,'l10n_parent','','','',0,'sys_file_reference',236,'',0),('6951777a87bb229bc8a21e1c31353f4a','static_countries',157,'cn_country_zones','','','',2,'static_country_zones',532,'',0),('6967c59ae8c7141f4a9f7622b3d96788','tt_content',1169,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',87,'',0),('696efbea19bfa5413b7e60de4dbacaf9','tx_news_domain_model_news',3,'fal_related_files','','','',0,'sys_file_reference',298,'',0),('6970745067786881e3ae77aeac920a72','static_countries',104,'cn_country_zones','','','',67,'static_country_zones',295,'',0),('69765cc85c2994a00fdff56c756a1508','tx_news_domain_model_news',5,'fal_media','','','',0,'sys_file_reference',91,'',0),('697b04ce74089edd0c79f5f0344e01fa','sys_file_reference',115,'uid_local','','','',0,'sys_file',193,'',0),('69befccc8b123bbc5d42493c461f3f13','tx_wst3bootstrap_card_element',42,'tt_content','','','',0,'tt_content',1495,'',0),('69c193d9f73f442d170c3532dfc6ffb2','static_countries',74,'cn_country_zones','','','',13,'static_country_zones',344,'',0),('69c2f10eb45bd0f8b92a0a8b543084e5','sys_file_reference',236,'uid_local','','','',0,'sys_file',188,'',0),('69cd30a3421d9044b5818a20ced5390c','static_countries',104,'cn_country_zones','','','',80,'static_country_zones',304,'',0),('69d07f7c9e05d1a708fd316c61f57e1d','sys_file',116,'metadata','','','',0,'sys_file_metadata',116,'',0),('69da5888602485f21bfe9f8fc6ef0084','static_countries',151,'cn_currency_uid','','','',0,'static_currencies',108,'',0),('69dd3acaf87b0d271b26160d817f2578','static_countries',104,'cn_country_zones','','','',19,'static_country_zones',246,'',0),('6a11ba9f399b0a5c637cb58113762c5b','static_countries',249,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('6a227d68a5a94d38b5617b784fed2506','sys_file',228,'storage','','','',0,'sys_file_storage',1,'',0),('6a467c17735f4df9b4a656d3b23d1a06','sys_file_reference',111,'sys_language_uid','','','',0,'sys_language',1,'',0),('6a56f2fed52e15a63f3c2464f2f5da92','sys_file_reference',537,'link','','typolink','dcdf9ae3a50467d32ce939be44c8d5c8:0',-1,'pages',23,'',0),('6a67df793828dcc1a00b42b931347811','sys_file',306,'storage','','','',0,'sys_file_storage',1,'',0),('6a6a5c0f10bad340df136e659857bfe7','sys_file',330,'storage','','','',0,'sys_file_storage',1,'',0),('6a6e71306b07cee5443da1993d2f3c37','tx_powermail_domain_model_answer',1,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('6a8500405f45a32db3689e6d69808235','static_countries',224,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('6a9e163fcc0d58504114c401222d37da','tt_content',998,'l18n_parent','','','',0,'tt_content',732,'',0),('6ab8ef0d259bd083a403592a9f88c638','static_countries',97,'cn_country_zones','','','',17,'static_country_zones',477,'',0),('6ac6dd7a5142989a46d3ac77ef2b3f1c','static_countries',148,'cn_country_zones','','','',1,'static_country_zones',184,'',0),('6ad1e2dc3bba07298cab0fe36600adc9','static_countries',220,'cn_country_zones','','','',15,'static_country_zones',24,'',0),('6ae2d2c6737544bdf2b7d378b7a3763a','tt_content',531,'l18n_parent','','','',0,'tt_content',230,'',0),('6aea9cb5f2569cdb26e9b981ac46aa72','sys_file_reference',544,'l10n_parent','','','',0,'sys_file_reference',503,'',0),('6af2e623d12a14d4a8e0dbbce7d47012','static_countries',72,'cn_country_zones','','','',8,'static_country_zones',571,'',0),('6af952b123763236cc31cc03d773d95c','sys_file',117,'metadata','','','',0,'sys_file_metadata',117,'',0),('6afb39fd63df7d8dbe595cc0814941a4','sys_file_reference',322,'uid_local','','','',0,'sys_file',318,'',0),('6b73cccf6136a55b3deaa0166b7ebe14','tx_powermail_domain_model_answer',59,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('6b8774345fbff368794b61e1842816c2','sys_file_reference',218,'sys_language_uid','','','',0,'sys_language',1,'',0),('6b8a258d2a5ff9d7ad0ce6a8d3925b6e','sys_file_metadata',75,'file','','','',0,'sys_file',75,'',0),('6b9ce152d82e66861c131faa1c40a71e','sys_file',331,'storage','','','',0,'sys_file_storage',1,'',0),('6bb3d19cd53174c8489b1c83384fb513','sys_file',318,'metadata','','','',0,'sys_file_metadata',307,'',0),('6bb609a74fc9c74487879db0b9d9766c','sys_file_metadata',188,'file','','','',0,'sys_file',198,'',0),('6bc141c048dd4bf4ba5b8117cceceee6','sys_file_reference',304,'l10n_parent','','','',0,'sys_file_reference',157,'',0),('6bc5beee40a998e01d552cf34bfecd55','tt_content',1401,'l18n_parent','','','',0,'tt_content',849,'',0),('6bcd72ef97d5026f24913ce33272d032','static_countries',165,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('6bd197457faa8bfe6c80ce72b1b9c601','static_countries',104,'cn_country_zones','','','',99,'static_country_zones',325,'',0),('6bd28a2d26af3f07092d3509e34d6c97','static_countries',93,'cn_country_zones','','','',17,'static_country_zones',706,'',0),('6be46c24dc3a890e9c44beb4854b7eff','sys_file_metadata',168,'file','','','',0,'sys_file',178,'',0),('6bf266b38bbe170f0bfd67e5f1562e76','sys_file_reference',220,'sys_language_uid','','','',0,'sys_language',1,'',0),('6c1974d194b9ddaccd9854f90ccb8cc3','sys_file_reference',183,'uid_local','','','',0,'sys_file',195,'',0),('6c1b134a522a9c98a900a9038f51e783','static_countries',72,'cn_country_zones','','','',34,'static_country_zones',588,'',0),('6c62dace9a628c46a807d132890bb029','tx_powermail_domain_model_answer',29,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('6c76a4439ea53faaa005462f4d960249','tt_content',1210,'image','','','',0,'sys_file_reference',289,'',0),('6c84a90366b230fc946ad909f62963aa','tt_content',1311,'image','','','',1,'sys_file_reference',335,'',0),('6c889226c8fc7319c498565c6864dbc7','static_countries',97,'cn_country_zones','','','',16,'static_country_zones',476,'',0),('6c902f73df67e200c8a14cfa8268a418','sys_file',179,'metadata','','','',0,'sys_file_metadata',169,'',0),('6ca429d68561d2a903a4f2315c3de7d2','tt_content',1752,'tx_wsslider_items','','','',1,'tx_wsslider_domain_model_item',22,'',0),('6ca42bda86530a00f0fbae77eb053962','tx_news_domain_model_news',2,'related_from','','','',0,'tx_news_domain_model_news',12,'',0),('6cb147325e16e064383ea35160cf26de','sys_file_metadata',48,'file','','','',0,'sys_file',48,'',0),('6cb442531d3de30ebecdb5e2f8b91a5c','tt_content',458,'l18n_parent','','','',0,'tt_content',134,'',0),('6cd649ab9c1ef452b1c97499b08832f3','tt_content',1102,'l18n_parent','','','',0,'tt_content',1101,'',0),('6ce46f8611163efed9b3fe3feff97504','sys_file_reference',496,'uid_local','','','',0,'sys_file',190,'',0),('6cedbf501fe8e41e4c7d07d481bbbb62','sys_file_reference',353,'sys_language_uid','','','',0,'sys_language',1,'',0),('6cf50aaa039f45ce9946a4d20a4b7ece','static_countries',148,'cn_country_zones','','','',17,'static_country_zones',199,'',0),('6d1432027f75b28ae9e516fc8b5e42a2','pages',208,'l10n_parent','','','',0,'pages',69,'',0),('6d1c8cf99679ddb13eecd17a1abb41f4','sys_file',294,'metadata','','','',0,'sys_file_metadata',285,'',0),('6d2d96055455b27ad655c076daf76424','pages',164,'authors','','','',0,'tx_blog_domain_model_author',1,'',0),('6d31ed083c8ae28dbc6683ac5166b7eb','sys_file_reference',306,'sys_language_uid','','','',0,'sys_language',1,'',0),('6d360ae01ecfb41f782b60c697cb6e9b','sys_file_reference',536,'l10n_parent','','','',0,'sys_file_reference',520,'',0),('6d3b94c1c68f7e099a0f2c3325777850','tx_wsslider_domain_model_item',20,'content_uid','','','',0,'tt_content',1642,'',0),('6d594bf80c6861b61d59193db4493df2','sys_file_reference',537,'sys_language_uid','','','',0,'sys_language',1,'',0),('6d76946574a3b9a3ccd498b20677c145','sys_file',225,'metadata','','','',0,'sys_file_metadata',215,'',0),('6d7f979c5015f041d57432d450e26175','tt_content',1749,'pages','','','',0,'pages',5,'',0),('6da4a6cc3546bfd3b7887730718399f4','sys_category',1,'items','','','',9,'tx_news_domain_model_news',1,'',0),('6dcd4d83bc17eb8221855308259d3b00','static_countries',74,'cn_country_zones','','','',102,'static_country_zones',429,'',0),('6dd3caa72e0310d206469eb932c7973b','tt_content',1725,'image','','','',1,'sys_file_reference',513,'',0),('6df4f30063964303acd5eb1975f8665c','static_countries',74,'cn_country_zones','','','',76,'static_country_zones',408,'',0),('6e0097a6565e2a4617fe611b888c162a','sys_file_reference',294,'l10n_parent','','','',0,'sys_file_reference',90,'',0),('6e01f63b1b9d1b8eaae9d17b5ef8dd62','static_countries',65,'cn_country_zones','','','',33,'static_country_zones',181,'',0),('6e1906e09141a0b56a818479223f9b34','tt_content',1538,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('6e722b2768df3370d635868ee74307f3','tx_powermail_domain_model_answer',25,'sys_language_uid','','','',0,'sys_language',-1,'',0),('6e748f1bc5ac4a759aa90d4fdb3efc09','tt_content',1674,'l18n_parent','','','',0,'tt_content',1673,'',0),('6e91c8f3f3afa71df850f92cfc7ef1a0','sys_file_reference',483,'uid_local','','','',0,'sys_file',340,'',0),('6ea5f674910cd99b364303f9fafd72e5','tt_content',223,'assets','','','',0,'sys_file_reference',17,'',0),('6ebfe4896e7bbe42d18aefbadef07d55','tx_wsslider_domain_model_item',14,'foreground_media','','','',0,'sys_file_reference',426,'',0),('6ec0911d433c352338c61ce34e682ddf','tx_wst3bootstrap_card_element',24,'tt_content','','','',0,'tt_content',1475,'',0),('6ec49a126e6685c755646acff1e1e6cd','sys_file_reference',357,'sys_language_uid','','','',0,'sys_language',1,'',0),('6ec7da97c0dbb9e9ad29bd7068f1cd3f','tx_powermail_domain_model_answer',68,'sys_language_uid','','','',0,'sys_language',-1,'',0),('6ee43bc449f0bff3bf2cafc5b9c45764','sys_file',198,'storage','','','',0,'sys_file_storage',1,'',0),('6eefe1f559506b9446455876be2c0a7f','sys_file',168,'metadata','','','',0,'sys_file_metadata',158,'',0),('6ef0a8389e5cc6c7a96a3915aa29482d','tt_content',1733,'l18n_parent','','','',0,'tt_content',1732,'',0),('6ef3f812bac064a4995cf9208a574c4d','tt_content',1160,'background_media','','','',0,'sys_file_reference',341,'',0),('6efbe7afa16356a36fd0f3fe1e5cfb5e','sys_file_reference',517,'l10n_parent','','','',0,'sys_file_reference',515,'',0),('6efcfb82c25f40aeb4c94386e4210ce3','tt_content',1012,'l18n_parent','','','',0,'tt_content',1008,'',0),('6f0568fb8734cc88cf49631519256834','static_countries',119,'cn_currency_uid','','','',0,'static_currencies',84,'',0),('6f065157cc386a9a45344105e9c4ad30','tt_content',544,'l18n_parent','','','',0,'tt_content',198,'',0),('6f0d0b4619110994a209ee102fb20084','sys_file_metadata',116,'file','','','',0,'sys_file',116,'',0),('6f22663aca9ca34710ab92cb7658c09f','static_countries',210,'cn_currency_uid','','','',0,'static_currencies',147,'',0),('6f280ad9a276b8104925331b5596df6d','sys_file_reference',184,'sys_language_uid','','','',0,'sys_language',1,'',0),('6f2a62df287d5724a0dcc3100de5f09b','sys_file_reference',308,'sys_language_uid','','','',0,'sys_language',1,'',0),('6f3029a1ceec4d2a5f617ce9707da2c0','static_countries',156,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('6f404129c5d682710fe323b9f2264a4c','static_countries',166,'cn_currency_uid','','','',0,'static_currencies',165,'',0),('6f4526681982c4150f98411b4327d601','sys_file_collection',1,'files','','','',4,'sys_file_reference',118,'',0),('6f532777c75d3f22fafa7becd01cef0d','tx_powermail_domain_model_answer',72,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('6f6b001b876cf385b3dcd6a300640f44','sys_file',38,'metadata','','','',0,'sys_file_metadata',38,'',0),('6f6f25deb35ed0bb78b3b2b6c8182d92','static_countries',65,'cn_country_zones','','','',15,'static_country_zones',149,'',0),('6f98f018f8f7d6f0bd32e7306ce9997b','static_countries',118,'cn_parent_territory_uid','','','',0,'static_territories',8,'',0),('6fa0bb26e4ae3b187a89e970b09c38f7','sys_file',304,'storage','','','',0,'sys_file_storage',1,'',0),('6fad753400cc020356c73ef779bbb6b9','static_countries',163,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('6fb1950be98c9c2ab01a0067eddea8e5','static_countries',250,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('6fc17c86e6d061329e6833ddd1a2f221','tt_content',1701,'l18n_parent','','','',0,'tt_content',1700,'',0),('6fdbcb6945f40f1bd6f6c79767eddd63','sys_file_reference',505,'uid_local','','','',0,'sys_file',191,'',0),('6fe0000cd87900d327f46098245af092','static_countries',74,'cn_country_zones','','','',57,'static_country_zones',392,'',0),('6ff025601a2d17949e06b82351fb7715','tx_news_domain_model_news',2,'related_from','','','',1,'tx_news_domain_model_news',7,'',0),('7005a29919b9d2e50ec1f924af5b0f8f','tt_content',1301,'background_media','','','',0,'sys_file_reference',330,'',0),('701138f697f185221faab5c6808ab84f','sys_file_reference',574,'uid_local','','','',0,'sys_file',334,'',0),('70147b70cc21bde0ee8f8c413a57a3f4','tx_powermail_domain_model_answer',36,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('701fb42533f30eff4f7416adddd2882a','tt_content',1800,'image','','','',0,'sys_file_reference',572,'',0),('70283241c9496cd52735e44e59aa441f','sys_file',163,'metadata','','','',0,'sys_file_metadata',153,'',0),('7037c0b5cf12e5b9140d55736d583eb9','sys_file',120,'metadata','','','',0,'sys_file_metadata',120,'',0),('7042db5338bbc1cec78cfe0ac53a20ee','sys_category',1,'items','','','',4,'tx_news_domain_model_news',2,'',0),('7043cbc33ec78f6958a61f0f9ced0a87','sys_file_reference',104,'uid_local','','','',0,'sys_file',213,'',0),('705345c07a4663d6e85680e177c2034b','static_countries',79,'cn_currency_uid','','','',0,'static_currencies',55,'',0),('708f146a1c2e8934f7093b4100ae9cd1','tt_content',540,'assets','','','',0,'sys_file_reference',33,'',0),('70a9e361c4e214eb46811153412c1c9d','static_countries',242,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('70b54e7b9c69914c2bf3581a6b545a0d','static_countries',170,'cn_country_zones','','','',13,'static_country_zones',686,'',0),('70cb0c952b9bc22c8c390a4e4f903665','tx_powermail_domain_model_answer',63,'sys_language_uid','','','',0,'sys_language',-1,'',0),('70d7ecf296110f8ee26f306d0a29a709','static_countries',29,'cn_country_zones','','','',0,'static_country_zones',490,'',0),('70f99605a41a6377f31f61febef86113','sys_file_metadata',181,'file','','','',0,'sys_file',191,'',0),('71105c317c8d5bd13a1b059d09185678','tt_content',1305,'l18n_parent','','','',0,'tt_content',1165,'',0),('71128c0f97107e9cb0b573ec6104984a','tx_powermail_domain_model_page',1,'fields','','','',0,'tx_powermail_domain_model_field',1,'',0),('711e87ce7ea30667b8f33946a11642a4','static_countries',74,'cn_country_zones','','','',6,'static_country_zones',338,'',0),('7124b5d10063696c730166cc26950f14','tx_wsslider_domain_model_item',6,'content_uid','','','',0,'tt_content',1644,'',0),('714c0358432a5d1f6d8230b6c3f0e65a','tx_powermail_domain_model_answer',31,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('71736f96a15b68393898d34f3b10bac6','sys_file',10,'metadata','','','',0,'sys_file_metadata',10,'',0),('717cec516d13c8497f754be7738be557','sys_file_metadata',302,'file','','','',0,'sys_file',311,'',0),('718cae73e6a8f6e92453ea24943009f4','tx_powermail_domain_model_answer',4,'sys_language_uid','','','',0,'sys_language',-1,'',0),('71a604c21c90418d7dd0b54602e69817','tx_powermail_domain_model_answer',58,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('71c224cea995e17f2bc0500c86fa8765','sys_template',71,'constants','','url','7',-1,'_STRING',0,'https://www.youtube.com/',0),('71c9994d0049128775f6b56886817b73','sys_file_reference',538,'l10n_parent','','','',0,'sys_file_reference',515,'',0),('71d191d26ae825b32e06f0a3fe6d1cd8','sys_file_reference',524,'uid_local','','','',0,'sys_file',191,'',0),('7203dbb862796d0cd4d6679762ab78db','tx_powermail_domain_model_answer',66,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('720ccfcbf6cae19a22bb549e7ea192b4','sys_file',120,'storage','','','',0,'sys_file_storage',1,'',0),('721335762a55848e79681b8070bfac04','tx_powermail_domain_model_answer',50,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('721b98bf72b3b3d769fd9a4bc2dd856e','sys_file_reference',288,'uid_local','','','',0,'sys_file',289,'',0),('722681811afe75d5fb72fb69dd803651','sys_file_reference',576,'l10n_parent','','','',0,'sys_file_reference',564,'',0),('722df6e96bea81e794c4689c376a8e93','sys_file_reference',484,'uid_local','','','',0,'sys_file',339,'',0),('7242ee4b2c97aa9bcbb8fc51e522a5fb','static_countries',220,'cn_country_zones','','','',34,'static_country_zones',44,'',0),('7247a025a17d2d2d1a5ade1aa8b6c646','static_countries',65,'cn_country_zones','','','',29,'static_country_zones',163,'',0),('7278fdcdfb274eec9e0035e24072a883','static_countries',104,'cn_country_zones','','','',38,'static_country_zones',261,'',0),('72b3f8e4f762ddd2e1b2b15ab601d076','static_countries',154,'cn_parent_territory_uid','','','',0,'static_territories',25,'',0),('72b6c83ffcf01887ab8d79e17537be5f','sys_file_metadata',319,'file','','','',0,'sys_file',329,'',0),('72c0ca0cefc396b68ff56c1b95369fac','static_countries',104,'cn_country_zones','','','',61,'static_country_zones',284,'',0),('72cc854ab5be1e9b0d8b8885f6acef4c','static_countries',72,'cn_country_zones','','','',31,'static_country_zones',586,'',0),('72ea993b1501489ca829d0c50ee36bf2','tt_content',1020,'l18n_parent','','','',0,'tt_content',804,'',0),('72f2434c09779440071680969bec0ed4','sys_file_reference',350,'l10n_parent','','','',0,'sys_file_reference',349,'',0),('72f2ec49d8818f8f46d3c34c6434245f','static_countries',104,'cn_country_zones','','','',95,'static_country_zones',321,'',0),('72f74a9e011b7619e02245c1ff678990','sys_file_metadata',244,'file','','','',0,'sys_file',253,'',0),('730a50d11435752c67d59375398bf4d6','sys_file_reference',217,'sys_language_uid','','','',0,'sys_language',1,'',0),('7313e66ad699e79567915a072dee8c72','pages',194,'heroimage','','','',0,'sys_file_reference',246,'',0),('73178abfccfb32560344a533016359f5','tt_content',1314,'l18n_parent','','','',0,'tt_content',1179,'',0),('731c4ad7f18173321a6e74eb5fa42bc6','tx_powermail_domain_model_answer',36,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('731d4b785f47ccc6f176f06b3c5e0bbb','sys_file_reference',84,'uid_local','','','',0,'sys_file',192,'',0),('733cd2ff3b65dc3d13b36e0ec42bbaa5','pages',309,'l10n_parent','','','',0,'pages',308,'',0),('7353223895ba29598e937d9ddfd40bba','tt_content',1001,'selected_categories','','','',0,'sys_category',7,'',0),('735da67c9927147a4586013e42afa146','tx_wst3bootstrap_card_element',82,'tt_content','','','',0,'tt_content',1164,'',0),('736f6a373862ef125531fc7e48266560','tx_powermail_domain_model_answer',13,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('738e4623d1d47943b778fedce28f04e0','tx_powermail_domain_model_answer',48,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('73aa15167da704293ff95033fd1b8722','static_countries',72,'cn_country_zones','','','',119,'static_country_zones',671,'',0),('73b5da42c260480a763ce347248fa727','tx_wst3bootstrap_card_element',79,'bodytext','','typolink_tag','1',-1,'pages',11,'',0),('73bc9c274e0afa197cfb7ed33a8be994','static_countries',115,'cn_currency_uid','','','',0,'static_currencies',80,'',0),('73cf8a0c007155450b3edb5a790f340d','tt_content',540,'l18n_parent','','','',0,'tt_content',194,'',0),('73d451a0dcfbafe190d5bc4e7a58c942','static_countries',14,'cn_country_zones','','','',4,'static_country_zones',218,'',0),('73eca27295befd2323681fc6e6ff82dd','static_countries',104,'cn_country_zones','','','',50,'static_country_zones',273,'',0),('73fdfceec13fcd611bac770776a0592a','sys_file_reference',366,'uid_local','','','',0,'sys_file',241,'',0),('740f164c96ff7a54ae1d18d7ef7c405a','tt_content',269,'l18n_parent','','','',0,'tt_content',217,'',0),('74355507689ece9d265ef1ac76ab139b','static_countries',74,'cn_country_zones','','','',81,'static_country_zones',415,'',0),('744cfd343663e10cdc6452491b17143f','tx_powermail_domain_model_answer',43,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('7462d4e508e1f775a26766beff226694','sys_file',298,'storage','','','',0,'sys_file_storage',1,'',0),('746fb67a74b31e2451ff755953b63774','static_countries',74,'cn_country_zones','','','',53,'static_country_zones',383,'',0),('748380fc1168b8f307232cf164b1cd59','sys_file',68,'metadata','','','',0,'sys_file_metadata',68,'',0),('749b2208183bdca7b74eeb0f969be8aa','tx_wsslider_domain_model_item',5,'foreground_media','','','',0,'sys_file_reference',417,'',0),('74ba44bde56e73b328d0fe56790f37b5','sys_file_reference',488,'uid_local','','','',0,'sys_file',329,'',0),('74d947a9184137eddd049ddf72ae41d5','tt_content',1472,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',20,'',0),('74e2ec0a2d7eef10aba841325ab1ae88','pages',256,'fe_group','','','',0,'fe_groups',-1,'',0),('74e31771f84be16db3d68f92e273f95a','static_countries',88,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('74fa56e169077c4bdde916bd2cd5c5aa','tt_content',1241,'image','','','',2,'sys_file_reference',311,'',0),('75066221026d369a0b36ab8af28898e1','pages',255,'l10n_parent','','','',0,'pages',70,'',0),('75225f6b14f5658f4ea5a5eb67c88369','tx_wst3bootstrap_counterbar_item',1,'tt_content','','','',0,'tt_content',1478,'',0),('7524fcd5fa5c77d805aa5de37ee47488','sys_file_reference',383,'uid_local','','','',0,'sys_file',190,'',0),('7525a7d33ff100bdb00b89ee251ff92a','sys_file_reference',111,'l10n_parent','','','',0,'sys_file_reference',104,'',0),('75306c2379b473f77876240aa927598a','tt_content',299,'l18n_parent','','','',0,'tt_content',159,'',0),('754b82edf353822b09d3c9b8cb5af838','tt_content',1066,'bodytext','','email','2',-1,'_STRING',0,'info@wappler.systems',0),('757de3644f9265e149a6d47d5abf9f7c','tt_content',1429,'assets','','','',0,'sys_file_reference',369,'',0),('75840d893e7b473acd1869ac2a14d97e','sys_file_reference',542,'sys_language_uid','','','',0,'sys_language',1,'',0),('758afb3425cb8dfbbb41d4dd6f864f18','static_countries',29,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('758c74c2fa40bba8e6691bfcae5c1055','tt_content',1801,'image','','','',0,'sys_file_reference',573,'',0),('75919bded3e71adeef765afd8495671f','static_countries',74,'cn_country_zones','','','',100,'static_country_zones',422,'',0),('7599fee20c873668a78eb8c9d3adcc14','static_countries',165,'cn_currency_uid','','','',0,'static_currencies',116,'',0),('75aee2e112ffd1f8cc3d1c65966d0933','tt_content',1824,'l18n_parent','','','',0,'tt_content',1823,'',0),('75bd59854ed29475c06dba91e3de4c73','tt_content',977,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('75c688c9281f035c41115545de5bf79c','tx_news_domain_model_news',12,'related_links','','','',0,'tx_news_domain_model_link',2,'',0),('75fdfff71e171162473ce90dda61b048','static_countries',43,'cn_currency_uid','','','',0,'static_currencies',113,'',0),('760886e554a0523713dc2091f04c4ed7','tt_content',1047,'l18n_parent','','','',0,'tt_content',1023,'',0),('7626254686903e3988f9dae7d58bb560','tt_content',1303,'l18n_parent','','','',0,'tt_content',1158,'',0),('763616c631f86ceaf16cc003a52c993d','pages',157,'preview_image','','','',0,'sys_file_reference',558,'',0),('7646998ca782f4b157b6d7728f970d15','static_countries',13,'cn_country_zones','','','',6,'static_country_zones',101,'',0),('7653e77bda5d5f4f2b1ff961f16f50f6','static_countries',185,'cn_currency_uid','','','',0,'static_currencies',130,'',0),('766b09927637490478368abad0596163','tx_powermail_domain_model_answer',56,'sys_language_uid','','','',0,'sys_language',-1,'',0),('76719a3431ab02cec5ec49e767335262','sys_file_reference',113,'uid_local','','','',0,'sys_file',191,'',0),('767bb2446ff331b05374d491dfb687e9','sys_file_metadata',7,'file','','','',0,'sys_file',7,'',0),('76aab3c6f740e1b65834c839b843ef31','tt_content',1809,'l18n_parent','','','',0,'tt_content',1776,'',0),('76c27f157a3215976409898fad35cbb0','sys_file',2,'metadata','','','',0,'sys_file_metadata',2,'',0),('76c4a230c3b7127ec6589d806d005050','sys_category',1,'items','','','',5,'tx_news_domain_model_news',6,'',0),('76cb7c0a343e84cb4aa71b0c80496387','tt_content',1666,'image','','','',2,'sys_file_reference',454,'',0),('76dcd21ab998910629349ff8a0500410','static_countries',47,'cn_currency_uid','','','',0,'static_currencies',35,'',0),('76dfdbb732f6ea83bec2230d8d0c7f2f','static_countries',65,'cn_country_zones','','','',45,'static_country_zones',175,'',0),('76e7645c46f0893a5b1d611cf96ede14','tt_content',1422,'l18n_parent','','','',0,'tt_content',845,'',0),('76fa6f968150950c4e4fbd2b959b48e7','sys_file_reference',387,'uid_local','','','',0,'sys_file',190,'',0),('77015dbed7090ae9f8bcfc0795d29f62','tx_powermail_domain_model_mail',6,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('7706350c5d56ed5328f589f671836f5a','sys_file_reference',531,'uid_local','','','',0,'sys_file',190,'',0),('7718e472308fa908d2b21380689dd333','static_countries',97,'cn_country_zones','','','',15,'static_country_zones',475,'',0),('77213a50a7696a0b0b9cf8ba06f75dff','sys_file_reference',245,'uid_local','','','',0,'sys_file',289,'',0),('772580e42ca3939afdee322c2688c9db','static_countries',94,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('773f33002cfc57bac636b326bcb6bf6b','static_countries',205,'cn_currency_uid','','','',0,'static_currencies',143,'',0),('774016ae6465fa736728ee68bc0d1b21','sys_file_reference',494,'uid_local','','','',0,'sys_file',190,'',0),('775238a7ebcf7ee1c34fbcad3c85a05b','pages',217,'l10n_parent','','','',0,'pages',7,'',0),('7771b48b93ed5cfd22503e9a66de71c2','sys_file_metadata',171,'file','','','',0,'sys_file',181,'',0),('7798c49598a13f915aec57fd042a4119','sys_file_reference',320,'uid_local','','','',0,'sys_file',290,'',0),('77b06f2c5f02514c568cdce7c1f48842','static_countries',74,'cn_country_zones','','','',38,'static_country_zones',367,'',0),('77b82e57ff062a04cd89e43170812671','static_countries',72,'cn_country_zones','','','',82,'static_country_zones',617,'',0),('77d726aa2687056f67da51dba2ceb7d4','static_countries',54,'cn_country_zones','','','',4,'static_country_zones',84,'',0),('77f8557bbb9b6463a0c9090bc3bd1b7e','static_countries',41,'cn_country_zones','','','',14,'static_country_zones',118,'',0),('77fcaadd45097ba14d8681c6540c52c6','tx_powermail_domain_model_answer',17,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('7802baf48370b296539df67e128cc99c','tt_content',1644,'tx_wsslider_items','','','',0,'tx_wsslider_domain_model_item',6,'',0),('782565a2f0cc27b7a03e221624f7e0d2','tx_powermail_domain_model_answer',31,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('783fe47a7569c0befbc319bb26b6383c','tt_content',1413,'l18n_parent','','','',0,'tt_content',731,'',0),('7846c8ff7db9a02226f6fc0ee2be082a','static_countries',30,'cn_currency_uid','','','',0,'static_currencies',24,'',0),('7859f16ee47267e615b11e3b4c010d17','static_countries',72,'cn_country_zones','','','',107,'static_country_zones',668,'',0),('7865e001111b38ffbcb015c2ad6299d7','tt_content',1532,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',70,'',0),('78834d5459eb49e5a0e465d95888d6dd','sys_file',49,'metadata','','','',0,'sys_file_metadata',49,'',0),('789b26b86b54477e5d30850a370162d5','static_countries',97,'cn_country_zones','','','',2,'static_country_zones',462,'',0),('78a3e4b099ea07f01ed3cff7710ee46a','tx_powermail_domain_model_answer',11,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('78d9a3925e8e1ce57243a7ea0b18eeda','static_countries',29,'cn_country_zones','','','',21,'static_country_zones',510,'',0),('790f5966480a8cc71f8f699f788f4845','sys_file_reference',454,'uid_local','','','',0,'sys_file',336,'',0),('791028d1517f5fb8e8c484b0a381048c','tx_wst3bootstrap_card_element',42,'assets','','','',0,'sys_file_reference',387,'',0),('792a554fc77d06db6a82989e79f63fee','sys_file_reference',295,'sys_language_uid','','','',0,'sys_language',1,'',0),('7941b24b9df1d24db3b97ee63b6f92c6','tx_powermail_domain_model_answer',12,'sys_language_uid','','','',0,'sys_language',-1,'',0),('795416a81147cfb98ff6cefaee648c58','static_countries',74,'cn_country_zones','','','',33,'static_country_zones',394,'',0),('797716e5260f5a38dd5b6d2337fe82c6','tx_wst3bootstrap_card_element',28,'tt_content','','','',0,'tt_content',1483,'',0),('797b5f11024855631852829848d93bba','sys_file_metadata',147,'file','','','',0,'sys_file',157,'',0),('79828a07bbc59b9541bb81aa81115390','tx_wst3bootstrap_card_element',64,'tt_content','','','',0,'tt_content',1526,'',0),('798cdc7510e03ad33624cb28beec479b','static_countries',72,'cn_country_zones','','','',52,'static_country_zones',558,'',0),('79d2840b0ae4ba18d12d6267315a653d','sys_file_metadata',79,'file','','','',0,'sys_file',79,'',0),('79d5658b803322c93934a58c0bfe6905','static_countries',72,'cn_country_zones','','','',113,'static_country_zones',641,'',0),('79e368804de4c31c27705986c835bbdc','tx_wst3bootstrap_card_element',80,'bodytext','','typolink_tag','1',-1,'pages',1,'',0),('7a07b6cf66d50cf48ac12c669b520951','sys_file_collection',4,'storage','','','',0,'sys_file_storage',1,'',0),('7a137a8599116d37d5148851784e6c38','static_countries',72,'cn_country_zones','','','',104,'static_country_zones',630,'',0),('7a28d8565c665f6141a600b2b49bc624','sys_file',83,'metadata','','','',0,'sys_file_metadata',83,'',0),('7a401c52347c5d2e170b6a843bb31dda','static_countries',195,'cn_currency_uid','','','',0,'static_currencies',137,'',0),('7a420f16d346ab0e06499a2a1ec4d17a','tt_content',298,'l18n_parent','','','',0,'tt_content',137,'',0),('7a50cb4d61ae63101f8c277c66126670','static_countries',74,'cn_country_zones','','','',60,'static_country_zones',393,'',0),('7a66b3840db495c00630b24088cf396c','sys_file',3,'metadata','','','',0,'sys_file_metadata',3,'',0),('7a8a7b90b99b22d8661c71fc56797b2d','tx_wst3bootstrap_card_element',41,'tt_content','','','',0,'tt_content',1494,'',0),('7a8feb8efb0a9612f94985f435ace1e4','tt_content',238,'header_link','','typolink','e14d0f2e569f3632814379221fe4bbd7:0',-1,'pages',5,'',0),('7a9d482d56be180a0b573e620f688bbd','tt_content',541,'assets','','','',0,'sys_file_reference',34,'',0),('7aa35c4e68c6a4581f77562395fd0980','static_countries',36,'cn_country_zones','','','',6,'static_country_zones',71,'',0),('7aa7ba3027edceec97f6091b74211e67','tt_content',1534,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',74,'',0),('7ab33bbe83dfb228c902123ddf6d13bd','static_countries',98,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('7ab73f018548a0a0c9beb312618c1d37','sys_file_reference',314,'uid_local','','','',0,'sys_file',191,'',0),('7abd7002f60cdc6bd1524f426aa01f30','static_countries',190,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('7ac7ef69ea7b6f1500f94e4e555bea58','tx_powermail_domain_model_answer',58,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('7ad50b6ad63f91a26a3138c3625a6e82','tt_content',558,'l18n_parent','','','',0,'tt_content',98,'',0),('7adb3ef461bebcb668e78829b6737257','static_countries',74,'cn_country_zones','','','',71,'static_country_zones',434,'',0),('7addd8b6817be6fa77992bb23f650149','tt_content',1742,'image','','','',0,'sys_file_reference',543,'',0),('7adf345ed359f45f31687ff2f80498fa','tt_content',1499,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',51,'',0),('7ae3086669b65d79aac4191bb24f95c2','sys_file_reference',577,'uid_local','','','',0,'sys_file',335,'',0),('7ae5b2772cd6a205e72f63168232b19a','sys_file_reference',448,'uid_local','','','',0,'sys_file',335,'',0),('7ae5f1f7e8eb2468eabd13b6010c8f4d','tt_content',525,'l18n_parent','','','',0,'tt_content',224,'',0),('7aedb1f72c48e959d2d0c2cdccf105d6','tt_content',1734,'image','','','',0,'sys_file_reference',527,'',0),('7b1679d5a6cc06997701708ec084f57f','sys_file_reference',371,'l10n_parent','','','',0,'sys_file_reference',103,'',0),('7b1c59289e3a2ed300eb3df88fe9016d','tx_wst3bootstrap_card_element',67,'tt_content','','','',0,'tt_content',1529,'',0),('7b483561f12b7d7eff0eeec9d9f476e0','tt_content',1808,'l18n_parent','','','',0,'tt_content',1777,'',0),('7b48a98c35a1d98744e699643e360d28','tt_content',893,'l18n_parent','','','',0,'tt_content',846,'',0),('7b4a810305afe0ae9dfa045737ba8a3b','sys_file',111,'metadata','','','',0,'sys_file_metadata',111,'',0),('7b58704d49dc70b1ac50e0369c7f5bac','static_countries',65,'cn_country_zones','','','',5,'static_country_zones',141,'',0),('7b5cbb7863da5c8825c073495a0c7739','tx_wsslider_domain_model_item',17,'foreground_media','','','',0,'sys_file_reference',429,'',0),('7b5e076ab6da6abaf3e83878a9aa2203','tt_content',1418,'l18n_parent','','','',0,'tt_content',583,'',0),('7b6d56eb0441bdc1d487c64c994bad04','sys_file_reference',379,'uid_local','','','',0,'sys_file',191,'',0),('7b87df58f995683c468d1b53b5eb24cb','sys_file_reference',549,'uid_local','','','',0,'sys_file',335,'',0),('7b87f8148f1538c6b854cfdd179a5b6d','sys_file_reference',372,'sys_language_uid','','','',0,'sys_language',1,'',0),('7b962661a73ec743cc57283cee0ccc03','sys_file_reference',222,'uid_local','','','',0,'sys_file',198,'',0),('7ba4e573adbd4368dc7e91258d864eda','sys_file',100,'storage','','','',0,'sys_file_storage',1,'',0),('7ba636569951eb05747686f5df1cccb3','sys_file_reference',389,'uid_local','','','',0,'sys_file',190,'',0),('7bb55ba9ce7a77c26153cffa24bda04e','sys_file_reference',223,'l10n_parent','','','',0,'sys_file_reference',195,'',0),('7bff9472f4ec6b10e7a98b9f839e1e7a','static_countries',36,'cn_country_zones','','','',5,'static_country_zones',72,'',0),('7c052b9484066e2fdfc4a41ba4755655','sys_file_metadata',173,'file','','','',0,'sys_file',183,'',0),('7c140f19f978b49389c6a39e41c0c1c8','static_countries',13,'cn_country_zones','','','',3,'static_country_zones',97,'',0),('7c186accf2e282490ea6110ddac9c07e','sys_file_reference',290,'uid_local','','','',0,'sys_file',264,'',0),('7c295977abf5437b759d55f34cd4c0b5','sys_file_reference',359,'l10n_parent','','','',0,'sys_file_reference',237,'',0),('7c298f43d61c05e10e52ac8a17dbd45a','sys_file_reference',514,'link','','typolink','9f676dc1b9fbf6b0d94a67271ce93741:0',-1,'pages',23,'',0),('7c462a1ab8962dc41d0d4ac454879e74','tx_powermail_domain_model_answer',41,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('7c597a054c09e3e239e98a0bfad4d8fe','sys_file_metadata',119,'file','','','',0,'sys_file',119,'',0),('7c5f5f3be33bac66d874c038491c6e09','tx_powermail_domain_model_mail',5,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('7c62a638949f6227ce312ffcc23a29d1','static_countries',104,'cn_country_zones','','','',35,'static_country_zones',258,'',0),('7c9e4fd025cbb7d6968e793239b42be9','static_countries',177,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('7ca16027da129acb5ab2e123419e87a6','tt_content',1049,'l18n_parent','','','',0,'tt_content',1026,'',0),('7cc11d4dce5f2f0328257e41ab967988','sys_file',240,'storage','','','',0,'sys_file_storage',1,'',0),('7ccbd933f0fe76cbaca732cfc42ca15f','tx_powermail_domain_model_answer',7,'field','','','',0,'tx_powermail_domain_model_field',8,'',0),('7cd3ca44819e1b633e4806f021bc4294','sys_file',313,'metadata','','','',0,'sys_file_metadata',304,'',0),('7cdac1ec296ad5cdebacfb255bfcd3e3','tt_content',1645,'tx_wsslider_items','','','',1,'tx_wsslider_domain_model_item',9,'',0),('7cf4f07ce53faaf7e8ba9f32333eade3','sys_file_reference',473,'uid_local','','','',0,'sys_file',333,'',0),('7cf5194f985f5a0744f6550081145126','static_countries',35,'cn_currency_uid','','','',0,'static_currencies',28,'',0),('7d234bfff41b1ad7f97776eda8f30e52','static_countries',42,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('7d2bab7ce3d2c1dcabbac0cf520f47f0','tx_powermail_domain_model_answer',9,'sys_language_uid','','','',0,'sys_language',-1,'',0),('7d429346419c069d06d6c05d287f14f0','static_countries',74,'cn_country_zones','','','',82,'static_country_zones',417,'',0),('7d482a126f87fde97e178ebff531d1e0','tt_content',1231,'l18n_parent','','','',0,'tt_content',946,'',0),('7d55b4334640876fda4a23bc27a96919','static_countries',58,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('7d5f69d07cec1f8e9d4fa032882bb052','sys_file_reference',363,'uid_local','','','',0,'sys_file',163,'',0),('7d744d5f7e9c39412cd411d44d24b59f','static_territories',6,'tr_parent_territory_uid','','','',0,'static_territories',4,'',0),('7d7cb3d54c3c7a6802f93667397df035','tt_content',1715,'l18n_parent','','','',0,'tt_content',1714,'',0),('7da06bb28ab0bf53ff179a2067e41814','tt_content',1737,'image','','','',0,'sys_file_reference',533,'',0),('7da9a7e989c38e047b6982d20f5927e0','sys_file_metadata',163,'file','','','',0,'sys_file',173,'',0),('7dbf5b73e670788d7e432bb26b77944c','tt_content',577,'l18n_parent','','','',0,'tt_content',572,'',0),('7dda489529b8e692ab45805eeb79c7a5','static_countries',97,'cn_country_zones','','','',12,'static_country_zones',472,'',0),('7ddffce995f3153f4416b0b2766f28c1','tt_content',1749,'pages','','','',1,'pages',23,'',0),('7de705c1aca078f2fd2f106c9aa7c71f','sys_file_reference',579,'l10n_parent','','','',0,'sys_file_reference',570,'',0),('7df36a57d5032d4f07ad3aa50b8d8f27','static_countries',72,'cn_country_zones','','','',129,'static_country_zones',653,'',0),('7df54f70471fdf00fbf64be0f55f1c68','static_countries',65,'cn_country_zones','','','',36,'static_country_zones',168,'',0),('7e03dcc95dadd1e95318a9e245f637b0','static_countries',148,'cn_country_zones','','','',19,'static_country_zones',201,'',0),('7e0a1567d0b94ac7dd0db85cdf90fec2','tt_content',1114,'l18n_parent','','','',0,'tt_content',1106,'',0),('7e15120732c625e49d0dd47a0eba23cd','static_countries',104,'cn_country_zones','','','',72,'static_country_zones',298,'',0),('7e309ee6ea6f908ac0416168cd179551','tt_content',1663,'image','','','',2,'sys_file_reference',443,'',0),('7e538c7ba047d77a2d2b8fa11a835a05','static_countries',72,'cn_country_zones','','','',117,'static_country_zones',645,'',0),('7e715a8b02f080aa15f4268cb4a47d85','static_countries',148,'cn_country_zones','','','',29,'static_country_zones',211,'',0),('7e919c2c2c8153c65c2341a3750823ea','static_countries',74,'cn_country_zones','','','',10,'static_country_zones',342,'',0),('7e92c03043c5360ba391e1e873bc411a','tt_content',1241,'image','','','',3,'sys_file_reference',312,'',0),('7e93cf40f720f868c78ddcf2a852bdc4','static_countries',195,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('7e980ba1b276d672ea5de5a3e40db5d3','tt_content',1292,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',39,'',0),('7ea2dc48171a75bc44ad3bdf764fa1a4','sys_file_metadata',66,'file','','','',0,'sys_file',66,'',0),('7ea80a83abc92deaeed927388e27de63','sys_file_metadata',330,'file','','','',0,'sys_file',340,'',0),('7ea8331570427dc6b0a6c1a1023c0cf3','sys_file_reference',528,'uid_local','','','',0,'sys_file',191,'',0),('7eaa7a85678fdc11e89dfd621f1d867e','static_countries',86,'cn_currency_uid','','','',0,'static_currencies',52,'',0),('7eaab2b84e60647b9dafbf7d726722dc','sys_file_metadata',29,'file','','','',0,'sys_file',29,'',0),('7ec24752c70a4cbf5277ed868595efbf','sys_file',45,'metadata','','','',0,'sys_file_metadata',45,'',0),('7ed2a6acff21ee1341df83691e8fec5e','sys_file_reference',461,'uid_local','','','',0,'sys_file',334,'',0),('7edd14ace865eb7d4dddf4255e53b498','tx_powermail_domain_model_answer',19,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('7ee2869912f990163c21adc38fb26c0f','static_countries',41,'cn_country_zones','','','',19,'static_country_zones',123,'',0),('7efe08076f2e21aebac2c58fe5e8d682','tx_powermail_domain_model_mail',6,'sys_language_uid','','','',0,'sys_language',-1,'',0),('7f0c01de78037b884d35fac72cbaff97','tx_powermail_domain_model_answer',21,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('7f2a46e429a6de3340ae8a4d8920e0f9','static_countries',104,'cn_country_zones','','','',11,'static_country_zones',235,'',0),('7f6082be1257e745f02c90042892ef32','tt_content',1532,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',68,'',0),('7f738f0da177c1c36fedbc6777226b86','sys_file_metadata',232,'file','','','',0,'sys_file',241,'',0),('7f8db986bf121608b04cf3247ef099f2','sys_file_reference',583,'uid_local','','','',0,'sys_file',350,'',0),('7f9ffb0b44193c4ae6ddabcbf8d32bee','tt_content',1033,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('7fb3f5b68ab2884cbb151df15a262340','sys_file_metadata',197,'file','','','',0,'sys_file',207,'',0),('7fba9cdebde8f7eecc8409cd1f7ec5b7','sys_file_reference',216,'l10n_parent','','','',0,'sys_file_reference',188,'',0),('7fcc7f159ff1c0adffab1bab5e344877','tx_powermail_domain_model_answer',7,'sys_language_uid','','','',0,'sys_language',-1,'',0),('7fce43eeb104575b7e60c1c28f6cd4c2','tt_content',65,'assets','','','',0,'sys_file_reference',82,'',0),('7fdcde4e30f06a145cb7ac782e95d698','static_countries',104,'cn_country_zones','','','',47,'static_country_zones',268,'',0),('7fea1f8bbf0f4ed41a6918472f53ea88','sys_file',85,'metadata','','','',0,'sys_file_metadata',85,'',0),('800fe46b71e641b24727241915c8ad8e','pages',209,'l10n_parent','','','',0,'pages',71,'',0),('801a8f8de90789d38c307d1f153b2d57','tt_content',296,'l18n_parent','','','',0,'tt_content',129,'',0),('802c2eb5367da2f52943655e57c8eb7a','sys_file',334,'storage','','','',0,'sys_file_storage',1,'',0),('8030b13d46d4a6c15991cb364b2980ef','tt_content',1095,'pages','','','',1,'pages',61,'',0),('8035d3d6b361b13450a2e00adf666ec3','static_countries',29,'cn_country_zones','','','',2,'static_country_zones',491,'',0),('8067abafb7fe757c7b9a89c223e00132','sys_file',170,'metadata','','','',0,'sys_file_metadata',160,'',0),('807fecca8d2dcfb121cb99dad53979a5','tx_powermail_domain_model_answer',28,'sys_language_uid','','','',0,'sys_language',-1,'',0),('80b5e85a7fef663122b9d8d1e4f9358c','tt_content',1325,'l18n_parent','','','',0,'tt_content',675,'',0),('80f570cb6c1b1c206147d25e08266ae1','tt_content',512,'l18n_parent','','','',0,'tt_content',106,'',0),('80f9004a483d77a6cd94c9b0c0ac8083','tx_powermail_domain_model_answer',21,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('8109fec30b6b8751bdf9f8db9a1c05a7','static_countries',104,'cn_country_zones','','','',25,'static_country_zones',248,'',0),('811aba5a5c3704cc18882e92b63b5a34','sys_file_reference',319,'uid_local','','','',0,'sys_file',318,'',0),('811ac486bec877370789be3f07fa2d27','tt_content',1414,'assets','','','',0,'sys_file_reference',358,'',0),('811f0619ae000dcd2b73e2768c91cdb9','sys_file_reference',535,'link','','typolink','553d992bd3fb716e8c45cf87931168d7:0',-1,'pages',23,'',0),('812d06bebbd814962013ed766127a575','tt_content',1048,'assets','','','',1,'sys_file_reference',215,'',0),('813857ffad4e69b5fc664aeea296a476','sys_file_metadata',3,'file','','','',0,'sys_file',3,'',0),('814c0aa664a209c6be6048b6fc442a01','sys_file_reference',362,'sys_language_uid','','','',0,'sys_language',1,'',0),('815a4bc45035f0c32826e2be60a14446','static_countries',93,'cn_country_zones','','','',8,'static_country_zones',697,'',0),('81718ea706a2bce4f2373918f3060f3b','tt_content',1362,'l18n_parent','','','',0,'tt_content',1071,'',0),('817767e6c2654c474369819943ce2b69','static_countries',36,'cn_country_zones','','','',8,'static_country_zones',74,'',0),('8185fb25f418254565ae9d07bcb46444','static_countries',41,'cn_country_zones','','','',23,'static_country_zones',126,'',0),('81957c25ae1d04c5ee7045a03007ed54','tt_content',1644,'tx_wsslider_items','','','',3,'tx_wsslider_domain_model_item',17,'',0),('81aacd93ea4997a98bee6b1d4b68a029','sys_file',105,'metadata','','','',0,'sys_file_metadata',105,'',0),('81ae1aa6bfce306b3ce21c0394ab400e','static_countries',229,'cn_currency_uid','','','',0,'static_currencies',160,'',0),('81b1f158cdcbeb6dfc4638f79bbe80f5','sys_file_reference',346,'l10n_parent','','','',0,'sys_file_reference',259,'',0),('81b6c83884c4168b8ec68dee92304474','sys_file_collection',2,'files','','','',2,'sys_file_reference',166,'',0),('81b82857df26f2e4aa88f9813209135d','tt_content',543,'assets','','','',0,'sys_file_reference',36,'',0),('81bb75e20e244af3f128d87efda96c38','tt_content',1369,'l18n_parent','','','',0,'tt_content',1077,'',0),('81bbb9ab4015924276e230ee67227377','tx_powermail_domain_model_field',9,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('81c764549712fa7cc4b0f91282063ca1','tt_content',1676,'l18n_parent','','','',0,'tt_content',1675,'',0),('81cc2fcce7b114847feb171b398b4a9e','tt_content',74,'l18n_parent','','','',0,'tt_content',54,'',0),('81dae76ff60a6878ac7f6e91a30b079a','static_countries',72,'cn_country_zones','','','',49,'static_country_zones',595,'',0),('81de7c6fb9c8e56b00fafa486f61acaf','tt_content',238,'pages','','','',0,'pages',5,'',0),('81fe8893a5d57f17647d448a8bca83d5','static_countries',87,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('820b129964247157c288a4dc0036e80b','tx_powermail_domain_model_answer',54,'sys_language_uid','','','',0,'sys_language',-1,'',0),('8232292faa2eeafe2de0f172b2684e2a','static_countries',157,'cn_country_zones','','','',0,'static_country_zones',530,'',0),('823bf9339de3cb86aacd11ab96b570cb','sys_file',24,'metadata','','','',0,'sys_file_metadata',24,'',0),('823e0922994c19464d0195f1764b7a9b','static_territories',17,'tr_parent_territory_uid','','','',0,'static_territories',31,'',0),('82713cc70fdb931e90f4a16c2c12416b','static_countries',220,'cn_country_zones','','','',1,'static_country_zones',2,'',0),('828c503c980ffc80d68f759c722f251e','static_countries',249,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('828d4d9c6746caceb0c0aa1c8eb873f3','sys_file_reference',321,'uid_local','','','',0,'sys_file',290,'',0),('828ec521186ded0734011b1aaa9378a8','tt_content',1159,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','f0a0358e58660d58448c1da3550904ca',-1,'sys_file',320,'',0),('828f1b0f07ae5b080db6d6449feba83c','sys_file_metadata',314,'file','','','',0,'sys_file',324,'',0),('82a8194a6c05db20b75422b7ae70da30','sys_file_metadata',316,'file','','','',0,'sys_file',326,'',0),('82f8d4bab393356a0e1521ca5e314ca8','sys_file',291,'metadata','','','',0,'sys_file_metadata',282,'',0),('830154f16526600cf3c3c1bfbc34d97d','tt_content',1687,'assets','','','',0,'sys_file_reference',480,'',0),('831b00c5ceb0189ccb22d30598f3bbbf','tx_wst3bootstrap_card_element',63,'tt_content','','','',0,'tt_content',1524,'',0),('832265aa65bbe301e3f5e1e8ec984a26','static_countries',54,'cn_country_zones','','','',13,'static_country_zones',92,'',0),('8322b4d7359161493600eb1b3315be09','sys_file',344,'storage','','','',0,'sys_file_storage',1,'',0),('8332d7c3b8eb6ceb430fac4b7acd3179','tt_content',1347,'l18n_parent','','','',0,'tt_content',665,'',0),('83447e0f0300924350f67804c9d742db','static_countries',91,'cn_currency_uid','','','',0,'static_currencies',61,'',0),('8344a06569977d7cfa318f43d6ecd2df','sys_file_reference',298,'uid_local','','','',0,'sys_file',315,'',0),('834babb0e2f46c72d2110bc8620539b1','pages',229,'heroimage_big','','','',0,'sys_file_reference',345,'',0),('8358bbc5f44bcfa10592d17c33aee4be','sys_file',307,'storage','','','',0,'sys_file_storage',1,'',0),('835f5fc3888eaef64007c822c97d7858','static_countries',202,'cn_currency_uid','','','',0,'static_currencies',162,'',0),('8372554521fe475c6877ba7986eb20a4','sys_file',292,'metadata','','','',0,'sys_file_metadata',283,'',0),('8375e487dd1378f597ad3f949ad23942','tt_content',293,'l18n_parent','','','',0,'tt_content',128,'',0),('837b895df5447f345e270b14dba8f937','static_countries',93,'cn_country_zones','','','',4,'static_country_zones',693,'',0),('838af64bc7198f0d0717064c85b299a4','static_countries',65,'cn_country_zones','','','',28,'static_country_zones',161,'',0),('839380d9e37bc05d09724bb1b3612d58','static_territories',21,'tr_parent_territory_uid','','','',0,'static_territories',1,'',0),('839394a4f2c53c9fac76b84493ad32a1','static_countries',74,'cn_country_zones','','','',97,'static_country_zones',374,'',0),('83ad58e6b41e18ae6855c5ed0f229735','tx_wst3bootstrap_card_element',6,'tt_content','','','',0,'tt_content',1457,'',0),('83ae3368ec75d97d10e44716b299ab35','static_countries',28,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('83b398cedad473774346ea5408052917','sys_file',69,'metadata','','','',0,'sys_file_metadata',69,'',0),('83c42ce6372f2d5cda72a9fe9aeaec24','sys_file_metadata',41,'file','','','',0,'sys_file',41,'',0),('83e904cbbf567ec6d25e4ac644e7665f','tt_content',1246,'image','','','',0,'sys_file_reference',317,'',0),('83ece984aefe50a14370e295026348d2','sys_file_reference',569,'uid_local','','','',0,'sys_file',334,'',0),('8408bdb2777b3aad9dff2270dc0fd30d','sys_file_metadata',287,'file','','','',0,'sys_file',296,'',0),('8419a55930d5cef6e91940b30b877ccb','sys_file_reference',582,'uid_local','','','',0,'sys_file',329,'',0),('8449de7b28a0d1c1a20829c8f2531e3a','sys_file_reference',321,'l10n_parent','','','',0,'sys_file_reference',320,'',0),('8449f14809fed54cb37f8230b0a16d8f','tt_content',579,'l18n_parent','','','',0,'tt_content',568,'',0),('8454e8cc88d1e34d0604278da4dd461c','sys_file_reference',380,'link','','typolink','0247fb50a802b1922f991d104bbb4143:0',-1,'pages',9,'',0),('846c75683b0694c2cb66602fb8aa1d6d','static_countries',54,'cn_country_zones','','','',12,'static_country_zones',91,'',0),('846db0a4366e67ff5e7c5298143250e4','static_countries',97,'cn_country_zones','','','',1,'static_country_zones',461,'',0),('84710e6aef5c27b0d289fcd241b182e2','sys_file_reference',385,'uid_local','','','',0,'sys_file',190,'',0),('847589b796e72ae56ddd7ba9577998fc','tt_content',1665,'image','','','',4,'sys_file_reference',451,'',0),('848bbdb4d01aa8a0b48e89880be88656','tx_powermail_domain_model_answer',27,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('849820d1086869c5c17f346701262b6b','tt_content',1380,'l18n_parent','','','',0,'tt_content',1063,'',0),('849ff8c7b72b5865100f6d0062581763','static_countries',248,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('84b2780d3f22e4fdc5e4ab4ff7fd478b','static_countries',78,'cn_currency_uid','','','',0,'static_currencies',177,'',0),('84b78524cc2eb1ed40832f7972e9a223','tt_content',889,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('84c21259c90feadc154e0abe84613a57','sys_file_metadata',192,'file','','','',0,'sys_file',202,'',0),('84cf4a56ba3823c50414c2a8d52c8c7b','tt_content',1013,'l18n_parent','','','',0,'tt_content',1009,'',0),('84d1625e6e1440bf8eb6ff2f2f9cad83','pages',132,'heroimage_big','','','',1,'sys_file_reference',259,'',0),('84e3c2e232160b19e24f6be0321ebb3c','tx_powermail_domain_model_field',12,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('84fcef9b0a77d06b64e52f82e1479699','tt_content',1397,'assets','','','',0,'sys_file_reference',355,'',0),('84fd1eef5ccb5e6e08a627054afd9eb3','sys_file_reference',33,'l10n_parent','','','',0,'sys_file_reference',7,'',0),('851612f482b2fb6c93453f24f74181e5','sys_file',102,'metadata','','','',0,'sys_file_metadata',102,'',0),('852a9efe791922c20d2cf8562cd5fbff','tx_powermail_domain_model_answer',15,'sys_language_uid','','','',0,'sys_language',-1,'',0),('853a2ae9eefa673ebbcb17a8c5d394f8','sys_file',193,'storage','','','',0,'sys_file_storage',1,'',0),('853d7c0c77c5eb17973d6f43c9ed8fc5','tt_content',1234,'l18n_parent','','','',0,'tt_content',944,'',0),('8556db9915168512d4ae7db7f0fbbd96','sys_file_reference',412,'sys_language_uid','','','',0,'sys_language',1,'',0),('8573612549f4dd15334185575e0f29e3','sys_file',96,'storage','','','',0,'sys_file_storage',1,'',0),('8575318fa66f60e4438ce8e7b9470976','sys_file_reference',381,'uid_local','','','',0,'sys_file',197,'',0),('858d168f2b8704d9a81062b50478364f','tt_content',1727,'l18n_parent','','','',0,'tt_content',1726,'',0),('85aadcfc6251e78d90e3b3c3a2dd71a2','tt_content',1327,'l18n_parent','','','',0,'tt_content',1038,'',0),('85adcafc14d86b6c8094117c78e2d31c','tt_content',1089,'l18n_parent','','','',0,'tt_content',1086,'',0),('85b12584cd7a3a4a95057d1ed9c91b1b','static_countries',200,'cn_parent_territory_uid','','','',0,'static_territories',24,'',0),('85b80f00ea0dea646116483a14126acc','tx_wsslider_domain_model_item',17,'content_uid','','','',0,'tt_content',1644,'',0),('85bd7d2b264895c2cbc29e1f0a047a05','static_countries',200,'cn_currency_uid','','','',0,'static_currencies',142,'',0),('85cdf510ea583d0ecd06a28e083303d8','sys_category',1,'items','','','',0,'pages',24,'',0),('85d8ca29bb772f6c7d64d4290a3a8261','tx_powermail_domain_model_answer',3,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('85ec7a987da2bb19e22e256a3f5987d1','sys_file_metadata',311,'file','','','',0,'sys_file',322,'',0),('85f3b2e18452b59099f702a8c2de2d95','sys_file_metadata',65,'file','','','',0,'sys_file',65,'',0),('861cc5ac9dca43ffb1232e6b67d59522','tx_powermail_domain_model_mail',5,'sys_language_uid','','','',0,'sys_language',-1,'',0),('861fbd97cd62b3d7a0817e95e54276eb','tt_content',1298,'l18n_parent','','','',0,'tt_content',1161,'',0),('864c586cb15961ad8e8bb8159d61ee79','sys_file',332,'storage','','','',0,'sys_file_storage',1,'',0),('86515f417503f484474ffb15289dcffc','static_countries',41,'cn_country_zones','','','',6,'static_country_zones',110,'',0),('8652623c7f1ace8b3c61144f6933942f','sys_file',14,'metadata','','','',0,'sys_file_metadata',14,'',0),('86588c00c94b99d47ebf5d024a981f53','tt_content',1477,'background_media','','','',0,'sys_file_reference',382,'',0),('865f24864ee02eb9f4fc56ef2a2e32a1','static_countries',220,'cn_country_zones','','','',23,'static_country_zones',33,'',0),('86666fa01dadbefc07a936d74bccc085','sys_file',92,'metadata','','','',0,'sys_file_metadata',92,'',0),('8667b23d57a07fea55b19a087eed8b5a','tt_content',1024,'assets','','','',3,'sys_file_reference',193,'',0),('8676b6f0f5f8a72ac6af0cc5ffd333fd','tt_content',1354,'l18n_parent','','','',0,'tt_content',1066,'',0),('86814a5fa5bf65946ca5236d41bc020e','sys_file_reference',201,'uid_local','','','',0,'sys_file',189,'',0),('8698d43b3bd5b6d8d352780b66f0a2b9','static_countries',179,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('869f794fbbde1c526de0ffb80559fc88','tx_wst3bootstrap_card_element',4,'tt_content','','','',0,'tt_content',1456,'',0),('86a5fbd4290e9ab6d8ceb369598cdbb3','tx_powermail_domain_model_answer',45,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('86b24bb59a8f7497bfce96050feeba73','sys_file_reference',421,'uid_local','','','',0,'sys_file',334,'',0),('86b56d7b610cb0f99f14f973ce2605a0','tt_content',486,'bodytext','','typolink_tag','1',-1,'pages',5,'',0),('86da65d2271d74447a35222c2a0f8ffd','static_countries',129,'cn_currency_uid','','','',0,'static_currencies',91,'',0),('86e50b35a4e26de21014afbbd2d80841','tx_wst3bootstrap_card_element',14,'tt_content','','','',0,'tt_content',1466,'',0),('8717fcd1ca7f604352c70d34c3cc0b87','sys_file_reference',219,'uid_local','','','',0,'sys_file',194,'',0),('872f8c12f444b9fc72fcc643d5a4649a','tt_content',1311,'image','','','',3,'sys_file_reference',337,'',0),('87346c079733860c4ab60aec7a681a1a','sys_file',284,'storage','','','',0,'sys_file_storage',1,'',0),('874c6c07f9cb563364e3ab9a90a5be20','static_countries',104,'cn_country_zones','','','',7,'static_country_zones',230,'',0),('8759e0eec7c6007ad72bff41ebe35cbc','sys_file_reference',530,'sys_language_uid','','','',0,'sys_language',1,'',0),('875a827c4213b7c203475276da494a9e','sys_file_reference',214,'l10n_parent','','','',0,'sys_file_reference',186,'',0),('876432eb4f7daeef2ec225fcfc6d7c63','tt_content',1749,'pages','','','',2,'pages',7,'',0),('876ab32d5a78e2bf00fe0109044ce1b9','sys_file_metadata',180,'file','','','',0,'sys_file',190,'',0),('877801dbda76e9fdbaa3b042cd41a73b','sys_file',103,'metadata','','','',0,'sys_file_metadata',103,'',0),('87807544c989cb9e73324739cb1fb0b1','tt_content',1373,'l18n_parent','','','',0,'tt_content',1029,'',0),('87900ddcc957f124d607997f59ef0107','static_countries',104,'cn_country_zones','','','',98,'static_country_zones',324,'',0),('87af65a040ea23f97f9a4644fa27978d','static_countries',76,'cn_currency_uid','','','',0,'static_currencies',53,'',0),('87d459e4af3ecacd521b7cd5306920bc','tx_scheduler_task_group',1,'groupName','','substitute','0',-1,'_STRING',0,'Gruppe 1',0),('87e777fc45768611a502e87cd42de7d9','sys_file_reference',536,'sys_language_uid','','','',0,'sys_language',1,'',0),('87f2b6873866522b077cc8f8fe427c17','tt_content',787,'l18n_parent','','','',0,'tt_content',712,'',0),('87f3fff8d9c1b2739d2409c8669caf12','static_countries',72,'cn_country_zones','','','',115,'static_country_zones',657,'',0),('87fb04d45ad5d89e10970fec5cda51a8','tx_wst3bootstrap_card_element',71,'tt_content','','','',0,'tt_content',1533,'',0),('87fdcdb707f6e13ee9f6f34a3f9b97d2','sys_file_reference',6,'uid_local','','','',0,'sys_file',97,'',0),('88318f20d4061275ddb3d0dc29f722c1','pages',215,'l10n_parent','','','',0,'pages',10,'',0),('884a3324f22d7d57d64c229bf6868786','static_countries',218,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('88542c1439b31e5507f8a423edf514fe','static_countries',41,'cn_country_zones','','','',20,'static_country_zones',124,'',0),('885521c3aa80366164232c6635ae315f','tt_content',1430,'l18n_parent','','','',0,'tt_content',711,'',0),('8865e118593307f49d28bbb6718149f1','pages',291,'content_from_pid','','','',0,'pages',24,'',0),('889b55f25ecf76cc02a9f7d978d28109','static_countries',97,'cn_country_zones','','','',13,'static_country_zones',473,'',0),('889c24f312cab36b80720be5a3b4983a','static_countries',220,'cn_country_zones','','','',21,'static_country_zones',31,'',0),('889d2581df4dff5630558796bfbf0ac7','sys_file_reference',356,'sys_language_uid','','','',0,'sys_language',1,'',0),('88a24c7e3a49fe2a4733e27c1d9ac2ed','sys_file',219,'storage','','','',0,'sys_file_storage',1,'',0),('88b2ce997e9b28d1f083944271de1414','sys_file_reference',453,'uid_local','','','',0,'sys_file',335,'',0),('88b5fa2604e55063ac1ad3ddc6a0fbca','sys_file_metadata',104,'file','','','',0,'sys_file',104,'',0),('88d0475cf68d5c769cc1ae9bc66e6fb4','sys_file_reference',153,'uid_local','','','',0,'sys_file',220,'',0),('88efdc0d3a5eed3299c47296f8d5e1ca','tt_content',1301,'l18n_parent','','','',0,'tt_content',1175,'',0),('8903d3cca327b3cdbce09734e3d699b0','static_countries',216,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('892487d043043d05d1c19ff73cc9a8e2','sys_file_reference',158,'link','','typolink','ac791b20f624920e2542d922874a5b1f:0',-1,'pages',24,'',0),('8930c9c49c2fe93348ea539d5f432d43','tt_content',1522,'pi_flexform','sDEF/lDEF/settings.map/vDEF/','','',0,'tx_gomapsext_domain_model_map',1,'',0),('8937528acbf0fed1e37a6c10dbd97e12','tt_content',1095,'pages','','','',0,'pages',53,'',0),('894b0ca17b1deae62dce1be1fe3f3257','static_countries',97,'cn_country_zones','','','',22,'static_country_zones',482,'',0),('8958d87a1c7fef5b489a24cc6490a2de','tt_content',1011,'l18n_parent','','','',0,'tt_content',1007,'',0),('896155b39d462ca8ea0c58ced6b3444f','sys_file_reference',368,'l10n_parent','','','',0,'sys_file_reference',230,'',0),('896376a37006cc0ccb1f1238be4fe2e7','tt_content',1440,'image','','','',1,'sys_file_reference',377,'',0),('896abe180ecc3b0673185852a97e9f08','static_countries',104,'cn_country_zones','','','',73,'static_country_zones',297,'',0),('897c21ef229d4f55c4aa2b15ec6db725','static_countries',97,'cn_country_zones','','','',7,'static_country_zones',467,'',0),('898763324c2bf8d15156d993d62c84e9','sys_file',345,'storage','','','',0,'sys_file_storage',1,'',0),('898ad5de070eee1d74baabebf473b8ed','tt_content',1440,'image','','','',0,'sys_file_reference',376,'',0),('898bcc5fd8f70921393699d14b80ee4f','tt_content',1351,'l18n_parent','','','',0,'tt_content',964,'',0),('89a437b77c7f8c1caeb527e522b1ee1a','tt_content',1710,'image','','','',2,'sys_file_reference',487,'',0),('89c669ea1c151be0462f1adfad097ee1','static_countries',72,'cn_country_zones','','','',94,'static_country_zones',625,'',0),('89c8d42bfc8895b03dde3b2f4954a200','static_countries',59,'cn_currency_uid','','','',0,'static_currencies',44,'',0),('89cbaa3992ccea9ce0dab4dcb9a2bfcf','static_countries',74,'cn_country_zones','','','',28,'static_country_zones',360,'',0),('89e10c27e6c9cf683d349a0598c9d463','tx_powermail_domain_model_answer',20,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('89e92b6079d0da201a83622c8a8325f1','tx_powermail_domain_model_answer',43,'sys_language_uid','','','',0,'sys_language',-1,'',0),('8a019631592c4f6697820565d3a52a62','sys_file_reference',338,'sys_language_uid','','','',0,'sys_language',1,'',0),('8a2d91664c654d8d299595b9c3f22efe','static_countries',54,'cn_country_zones','','','',2,'static_country_zones',82,'',0),('8a33b6fbc67014f5d967b6f0771b8193','tt_content',551,'l18n_parent','','','',0,'tt_content',207,'',0),('8a461d8512579d42372ddc1418a4e0df','static_countries',4,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('8a489a93ae6b3bd75f77cd000bbefa5d','tx_news_domain_model_news',6,'l10n_parent','','','',0,'tx_news_domain_model_news',4,'',0),('8a4eb474972471361cb54dfe47edd7fb','sys_file',119,'storage','','','',0,'sys_file_storage',1,'',0),('8a51afe15f8b80105c9af5f40a32a66d','tt_content',1345,'l18n_parent','','','',0,'tt_content',664,'',0),('8a672780f903b92b3bd6cb3e4c57b412','static_countries',157,'cn_country_zones','','','',9,'static_country_zones',539,'',0),('8a7286227ebe4c15939d6c3707b4e881','sys_file_reference',393,'uid_local','','','',0,'sys_file',190,'',0),('8a92ec08e4f108dca88b46cadf2d4584','static_countries',65,'cn_country_zones','','','',8,'static_country_zones',165,'',0),('8a938cd7704f0d825e838e2f718111f2','sys_file_reference',208,'uid_local','','','',0,'sys_file',190,'',0),('8a9e32fa705845650ad7cb353b1ea63e','sys_file_metadata',304,'file','','','',0,'sys_file',313,'',0),('8aa487bbea911ab5f33b64e596660714','sys_file_reference',587,'uid_local','','','',0,'sys_file',284,'',0),('8aa5e4ec2cf1c61ebbbb76f514dbb53c','tt_content',1729,'image','','','',0,'sys_file_reference',519,'',0),('8ab4f8f92d90aa555239d5375965c6ef','static_countries',72,'cn_country_zones','','','',105,'static_country_zones',633,'',0),('8ab717861b916e84bc7d9428d3a0be65','tx_powermail_domain_model_answer',6,'sys_language_uid','','','',0,'sys_language',-1,'',0),('8abb1c77523c229a6e44fef2b5968977','tx_wst3bootstrap_card_element',17,'tt_content','','','',0,'tt_content',1469,'',0),('8abb214cd38a50eb6f53a45074bcfd72','static_countries',104,'cn_country_zones','','','',59,'static_country_zones',281,'',0),('8abbe4f907fae17fa461443de39601cf','tt_content',1360,'l18n_parent','','','',0,'tt_content',1069,'',0),('8ade70d416347a5b1b07e41f540d6d54','tt_content',1710,'image','','','',3,'sys_file_reference',488,'',0),('8aec7a0efe29ed06f78abaf784c3d9ce','static_countries',93,'cn_country_zones','','','',18,'static_country_zones',707,'',0),('8af58cda8523f0670ab2649b35dacba2','static_countries',65,'cn_country_zones','','','',11,'static_country_zones',145,'',0),('8afc100af7484101253529752049dbf6','static_countries',148,'cn_country_zones','','','',2,'static_country_zones',183,'',0),('8b0322b862c5a881d9f99c945fafb191','sys_file_reference',369,'uid_local','','','',0,'sys_file',190,'',0),('8b2173802252a4bdd1097f838bd1db36','static_countries',220,'cn_country_zones','','','',48,'static_country_zones',61,'',0),('8b35642bdbf3c92603b8e818190b44ba','sys_file_reference',504,'l10n_parent','','','',0,'sys_file_reference',502,'',0),('8b3b84027ea4d4d398f5e2a4146c9bc9','tx_news_domain_model_news',10,'fal_media','','','',0,'sys_file_reference',207,'',0),('8b40867c3e1c7d9f9b8dc425439e369f','tt_content',993,'pi_flexform','sDEF/lDEF/settings.categories/vDEF/','','',1,'sys_category',2,'',0),('8b595d9d13292f97dc2e91bef65eb563','sys_file_reference',295,'l10n_parent','','','',0,'sys_file_reference',189,'',0),('8b6d4357b05b821402db1b0cda2a96d0','static_countries',148,'cn_country_zones','','','',9,'static_country_zones',191,'',0),('8b72593aa128fb8f32091809ed0df40d','static_countries',41,'cn_country_zones','','','',18,'static_country_zones',119,'',0),('8b908e5bc4d964d729454619d6ec3707','sys_file_reference',354,'sys_language_uid','','','',0,'sys_language',1,'',0),('8ba01abd3ce16dc75b77e3c3906d7713','fe_users',1,'usergroup','','','',0,'fe_groups',1,'',0),('8bb91eebadbd135558d04aca354350ea','sys_file_reference',281,'uid_local','','','',0,'sys_file',304,'',0),('8bc256a59caa3f1bac48714bca54cca1','sys_file',244,'storage','','','',0,'sys_file_storage',1,'',0),('8bcb7c7c45dac1b3562e237ac1ef61a8','sys_file_metadata',245,'file','','','',0,'sys_file',254,'',0),('8bcba3b27a4f48fa1bb8faefe058e690','tt_content',1245,'image','','','',1,'sys_file_reference',316,'',0),('8bd1772b77cad197400f9a04c8a2af05','sys_category',7,'items','','','',1,'tx_news_domain_model_news',12,'',0),('8bd9408c535b95a880092b611b652d36','static_countries',93,'cn_country_zones','','','',11,'static_country_zones',700,'',0),('8bf4ba1dadb28d13e1dbb7f36e95e9d4','tx_wst3bootstrap_card_element',51,'tt_content','','','',0,'tt_content',1499,'',0),('8bfb391523ff61c0aaa13cf45e33d85d','static_countries',93,'cn_country_zones','','','',12,'static_country_zones',701,'',0),('8c026ee6e20631232b2d4764686358ae','sys_file_metadata',126,'file','','','',0,'sys_file',126,'',0),('8c0f4fe7b32165efa1c21e696371fa6e','static_countries',169,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('8c2199694c5573875e159b396aa3d887','sys_file_reference',342,'l10n_parent','','','',0,'sys_file_reference',341,'',0),('8c36e3b716980652b339a885b3dd5410','static_countries',72,'cn_country_zones','','','',122,'static_country_zones',658,'',0),('8c410f5f9938330f7fd8c1f5e1f8a512','sys_file',285,'storage','','','',0,'sys_file_storage',1,'',0),('8c5318c59bba9358e64108d4f5c40e0f','pages',220,'l10n_parent','','','',0,'pages',123,'',0),('8c5cc8a5564c5bbbdaf66a5d97b0f1a1','static_countries',72,'cn_country_zones','','','',43,'static_country_zones',596,'',0),('8c64bf5a30b7ec7e28eaba9fb99f60b7','pages',257,'l10n_parent','','','',0,'pages',144,'',0),('8c6607122578e8bd13cddbf5bb3e29c9','static_countries',153,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('8c953207b7810595a88138b99cab77d9','sys_file_metadata',5,'file','','','',0,'sys_file',5,'',0),('8ca36b5d95669e09790ee59db1a4a521','static_countries',65,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('8ca70887eea2b746e069bdb5d5bb0db5','sys_file_reference',221,'uid_local','','','',0,'sys_file',196,'',0),('8cbb589bdccf2face2f828d6b354802d','sys_file_reference',246,'l10n_parent','','','',0,'sys_file_reference',224,'',0),('8cd779e99d7ce1a10e9105b71ded0d0d','static_countries',72,'cn_country_zones','','','',89,'static_country_zones',622,'',0),('8ce7bce779cd2663838f44c195cff523','tt_content',1085,'l18n_parent','','','',0,'tt_content',1084,'',0),('8cea4f30299a186a1d3b55001560c638','sys_file_metadata',14,'file','','','',0,'sys_file',14,'',0),('8cf13c81ec28356b8d07d2e0e400a365','tt_content',1718,'image','','','',1,'sys_file_reference',499,'',0),('8d0631a10637d62e0ca3135d85a6da20','static_countries',104,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('8d5d4df0293c5521031feb2e52323fec','tx_powermail_domain_model_answer',12,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('8d5eca4e9face9026a2466bc1d8a0e55','tt_content',1506,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('8d6e615669345df8f35a46f0dbc07c1e','sys_file_metadata',64,'file','','','',0,'sys_file',64,'',0),('8d82123eabff78bfb94ae20ff15b2c36','tt_content',1642,'tx_wsslider_items','','','',3,'tx_wsslider_domain_model_item',19,'',0),('8d94e1526fe88dabd886997790ca3def','static_countries',232,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('8d994801a82449109f9031632f718647','tt_content',1806,'l18n_parent','','','',0,'tt_content',1787,'',0),('8da84f22767c9693686502adc298ffec','tx_powermail_domain_model_answer',9,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('8dbbbc00c9054b5951011c36348fe5e7','sys_file',64,'metadata','','','',0,'sys_file_metadata',64,'',0),('8dc1ab38f4fc27090d12d296f2452f02','sys_file_reference',114,'uid_local','','','',0,'sys_file',192,'',0),('8dc8602e05660069525c81943ef99e87','sys_file_reference',39,'uid_local','','','',0,'sys_file',162,'',0),('8dc89e318de02f56369eabb95b82c94b','sys_file_reference',482,'uid_local','','','',0,'sys_file',264,'',0),('8ddbf3e4a35f6cfcf9a882e0328eb4b2','sys_file_reference',348,'l10n_parent','','','',0,'sys_file_reference',201,'',0),('8de7e6297ea460038edcbe16769bca9f','sys_file_metadata',28,'file','','','',0,'sys_file',28,'',0),('8e1c56bf25419c2d425d2232644ad4a1','sys_file_metadata',250,'file','','','',0,'sys_file',259,'',0),('8e215f4518770387af6bb30214aff3e2','tt_content',1400,'l18n_parent','','','',0,'tt_content',850,'',0),('8e2e6674e2f9a063c973f68d4f75173d','tt_content',946,'assets','','','',0,'sys_file_reference',160,'',0),('8e38a166b90a34eec44419e15af06f9b','tt_content',1659,'image','','','',0,'sys_file_reference',433,'',0),('8e48101aba59d565572a9308493791f2','static_countries',111,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('8e5bf6642d83feeeec584aa10b730184','sys_file_reference',531,'link','','typolink','4c0f460b2ad75efdc431b06f7b334088:0',-1,'pages',23,'',0),('8e68c32ddb46a40304778ecb293543db','tx_powermail_domain_model_answer',60,'sys_language_uid','','','',0,'sys_language',-1,'',0),('8e7a12162b30a9831b6416d265b29eaa','tt_content',1822,'l18n_parent','','','',0,'tt_content',1821,'',0),('8e7ac419b74038b2ecbd416b3d35c980','tt_content',1733,'image','','','',0,'sys_file_reference',525,'',0),('8e8726eb76808c3da73f9eab2ad68b21','sys_file_reference',353,'uid_local','','','',0,'sys_file',322,'',0),('8e90f0f57eaa11cd57c8d32ead462f15','tx_powermail_domain_model_answer',56,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('8e91c6b2538b76e256afd8619f6d267c','tt_content',1669,'image','','','',3,'sys_file_reference',462,'',0),('8e9521a81d929622438bd1058069e9a9','sys_file_reference',305,'uid_local','','','',0,'sys_file',224,'',0),('8ea836cff238fa8fe19944bdd1c53991','static_countries',136,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('8eab70529b6184f9a8a922bb393862c0','tt_content',1805,'l18n_parent','','','',0,'tt_content',1785,'',0),('8eb3a655e76133657bfafcdb6dc58845','tt_content',240,'pages','','','',0,'pages',7,'',0),('8ec9df8f928b6081c57f83850541458a','tx_powermail_domain_model_answer',52,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('8ed34bceca64b47c8789bb15556a4c53','sys_file_reference',186,'uid_local','','','',0,'sys_file',190,'',0),('8ed986ea6aae07260869ed3b93198c90','tt_content',1439,'image','','','',1,'sys_file_reference',375,'',0),('8f0d2612bc6d70546dd206b2fb0c9727','static_countries',149,'cn_currency_uid','','','',0,'static_currencies',106,'',0),('8f10bde327c69ee3ad4720db3219dbbf','tx_wsslider_domain_model_item',14,'content_uid','','','',0,'tt_content',1645,'',0),('8f2bf9e0eda1a56bdba13e5d4c310587','sys_file_reference',526,'l10n_parent','','','',0,'sys_file_reference',524,'',0),('8f374dbf6cd47f2cf7cd3d93344c445d','static_countries',36,'cn_parent_territory_uid','','','',0,'static_territories',18,'',0),('8f400a171c94615cbbc0d507010e3d1c','sys_file_metadata',228,'sys_language_uid','','','',0,'sys_language',1,'',0),('8f42d337f4af01f3b60d79587466b259','tx_wst3bootstrap_card_element',11,'tt_content','','','',0,'tt_content',1463,'',0),('8fa0e80993450b6b879941b4085a0c92','sys_file_metadata',122,'file','','','',0,'sys_file',122,'',0),('8fae3ad0939609668b452b87c9ced95c','tx_powermail_domain_model_answer',24,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('8fbbfcd4bd0c80aeb5e673937e266e59','sys_file',304,'metadata','','','',0,'sys_file_metadata',295,'',0),('8fc0614450c119c14542cd9d22376ed4','tt_content',786,'l18n_parent','','','',0,'tt_content',713,'',0),('8ff706e772dd919fd6c3ecf59214443b','static_countries',202,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('8ff8d269136beaf4b76ef17712bd1d9d','static_countries',13,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('9007cad8193495f971d145521c090ee3','static_countries',159,'cn_currency_uid','','','',0,'static_currencies',112,'',0),('90093b31e761222ace571f2a78fb84de','tx_wsslider_domain_model_item',10,'content_uid','','','',0,'tt_content',1641,'',0),('90095449ab5321a850ac56b1f823134b','tx_news_domain_model_link',2,'l10n_parent','','','',0,'tx_news_domain_model_link',1,'',0),('900ce058457f69677f32f193839e7419','sys_file',222,'storage','','','',0,'sys_file_storage',1,'',0),('90155434cfe2c8f5df14f80adcd53c32','static_countries',65,'cn_country_zones','','','',44,'static_country_zones',174,'',0),('904115c2af0f1da64e4f25084660f771','tt_content',1293,'l18n_parent','','','',0,'tt_content',1160,'',0),('9044c1c6ee2ccf880e41d03c72f17fb7','tt_content',1030,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('90608fe0cacb15ff7eacc7ef45c657c2','static_countries',126,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('90686c32aa613cdad7aac14adf70da7c','static_countries',74,'cn_country_zones','','','',22,'static_country_zones',352,'',0),('9077b4b047c3c60ef0520e2c99d61db7','static_countries',199,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('9095f1cb6e2c01f1e1fec810b3560928','sys_template',71,'constants','','url','52',-1,'_STRING',0,'https://www.xing.com/',0),('9096d000727ec551d1ef45f21667fd8a','static_countries',220,'cn_country_zones','','','',52,'static_country_zones',65,'',0),('90b20395d9e0e7c5805606bdec84e6d5','tt_content',455,'l18n_parent','','','',0,'tt_content',77,'',0),('90baa8864f530b8e316f83a952d27377','static_countries',65,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('90dc45824524d2285ff21bdfd2466d37','static_countries',104,'cn_country_zones','','','',101,'static_country_zones',331,'',0),('90e2a5dbbab37335e50bf3c73b6de35d','tx_calendarize_domain_model_configurationgroup',1,'configurations','','','',1,'tx_calendarize_domain_model_configuration',5,'',0),('90f332c4e9fc3ff3430dc49adbc0ccaf','tx_wst3bootstrap_card_element',31,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('91091d9bd47d9b3a463ef1a771be0dd6','sys_file',4,'metadata','','','',0,'sys_file_metadata',4,'',0),('9109fbc551d1c0f613df3c349bc5605f','tt_content',791,'l18n_parent','','','',0,'tt_content',66,'',0),('910f8c4c28f66cbc8bc58d9ce351d9fd','sys_file_metadata',198,'file','','','',0,'sys_file',208,'',0),('912104f87d4ccc1cc87fd74ad1141ce2','tt_content',560,'l18n_parent','','','',0,'tt_content',212,'',0),('9121d3275fb4a3f97227858579153716','tt_content',1469,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',16,'',0),('913a0406b03b52ee86d9aba0ba4cdc1f','static_countries',96,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('913bb69d03d0a57fbffe48d68ce1334c','sys_file_reference',511,'uid_local','','','',0,'sys_file',191,'',0),('913d71e2eb8276cfb855b2ca457127ad','tt_content',1017,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('916525097cfbe62b45e4911950b0443f','tx_powermail_domain_model_answer',63,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('916b75ed2bde0633834b37083de74968','static_countries',72,'cn_country_zones','','','',121,'static_country_zones',659,'',0),('9195eb5162d127ca7b8fd83bbffedbdb','static_territories',19,'tr_parent_territory_uid','','','',0,'static_territories',31,'',0),('91976f3a02b65084616bd10338081e30','static_countries',54,'cn_country_zones','','','',3,'static_country_zones',83,'',0),('91b1aee4aede4e8b2757e54996fda9b2','tx_powermail_domain_model_answer',22,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('91b98b50ee091bd96a9ebfe5e1e58e39','tt_content',1432,'l18n_parent','','','',0,'tt_content',766,'',0),('91c9d2e46c3d1db14ceeba25ab85ceb0','static_countries',29,'cn_country_zones','','','',19,'static_country_zones',509,'',0),('91ccae23f47bd194a8c60c2165a8f19c','tt_content',1170,'image','','','',0,'sys_file_reference',273,'',0),('91cf909d10c03bd8ee5b7d2ca418d04e','tx_powermail_domain_model_answer',49,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('91daf956e8378149adfcbd1175359c89','pages',286,'l10n_parent','','','',0,'pages',285,'',0),('91f6d2c4e7673c1b11bfe524c67a6ceb','tt_content',553,'l18n_parent','','','',0,'tt_content',200,'',0),('920af1cb9139372d4ed617ee7f4853ce','tx_wst3bootstrap_card_element',8,'tt_content','','','',0,'tt_content',1456,'',0),('92130b04183c51b4a8d767c1f0ba2360','static_countries',54,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('9219c963e90f11787f9de2e65028a0a5','tx_powermail_domain_model_answer',26,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('923114b4f85f6308a7dc3f566a9f8c3c','static_countries',72,'cn_country_zones','','','',26,'static_country_zones',664,'',0),('9233c133136342cde48ca22780fbe221','static_countries',111,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('9264d1202524b595e207e81c847ac8fa','sys_file',196,'metadata','','','',0,'sys_file_metadata',186,'',0),('926c8bd4ba3530044a187c7bdf15004d','tt_content',1051,'assets','','','',0,'sys_file_reference',218,'',0),('92ab13a784abb38d3c3f6d82d2da360b','static_countries',2,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('92ac86c0c12d9a49ef33134d6db86eef','sys_category',1,'items','','','',2,'tx_news_domain_model_news',4,'',0),('92b2159e6e656ee4ea1fcab1cb2a9892','tt_content',1298,'bodytext','','typolink_tag','1',-1,'pages',177,'',0),('92b447f41c7c67eda09a5d30f2191a41','sys_file_metadata',67,'file','','','',0,'sys_file',67,'',0),('92c078394548e07f6ff4e76888478735','tt_content',1705,'l18n_parent','','','',0,'tt_content',1704,'',0),('92e369d931def1ed7c7ba3c9dff8419e','static_countries',72,'cn_country_zones','','','',69,'static_country_zones',553,'',0),('92fbb266eecae3654e167f55396ada18','tt_content',755,'l18n_parent','','','',0,'tt_content',744,'',0),('930953ef9b1036d5dff16ee57a1bfc12','static_countries',54,'cn_country_zones','','','',10,'static_country_zones',89,'',0),('93185f7ac4ebc421c7a47dbb034b6e05','sys_file',350,'storage','','','',0,'sys_file_storage',1,'',0),('9331394e32b2c24f2d8a04d646246b3d','sys_category',1,'items','','','',6,'tx_news_domain_model_news',12,'',0),('933ce5fcf30aa0bd9c5f9e06a35aafe0','static_countries',104,'cn_country_zones','','','',17,'static_country_zones',237,'',0),('93450645f8fc2b19751f108429bc238d','sys_file',310,'metadata','','','',0,'sys_file_metadata',301,'',0),('934c2489a6cdc5980ff5d175f4055cf3','static_countries',175,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('934e13c1139aa38328f1b0dfbe1df8f5','static_countries',148,'cn_country_zones','','','',26,'static_country_zones',208,'',0),('935323b2fb819637253a4117c58d1c7a','sys_file_reference',157,'uid_local','','','',0,'sys_file',223,'',0),('936423b754a5dac1e3efbbeb9bf816da','static_countries',170,'cn_country_zones','','','',7,'static_country_zones',680,'',0),('9372ed13556e34fc371141d18503a1ce','tx_powermail_domain_model_answer',45,'sys_language_uid','','','',0,'sys_language',-1,'',0),('9375cafbe5a4f0677f7fb537eb229f04','static_countries',41,'cn_country_zones','','','',17,'static_country_zones',121,'',0),('9399920509b4688102b68cb78b58db24','tx_powermail_domain_model_answer',14,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('939fff8dc16efa8ce0a5dcb523df33c8','tt_content',1214,'l18n_parent','','','',0,'tt_content',923,'',0),('93a2d225eeb0752840494a6d349a692c','tx_powermail_domain_model_answer',40,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('93ab63000dd9746015bce90e2f97088d','sys_file_reference',358,'sys_language_uid','','','',0,'sys_language',1,'',0),('93b0106d5615b1830475a8101985efe9','tx_powermail_domain_model_page',1,'fields','','','',11,'tx_powermail_domain_model_field',11,'',0),('93c60f8fd2f0f61728b0a79e395f4c5b','sys_file_reference',377,'sys_language_uid','','','',0,'sys_language',1,'',0),('93fedb13807ee2540e7a94f4fd9fabe6','sys_file',300,'metadata','','','',0,'sys_file_metadata',291,'',0),('9421a18a6bf0667f475d629bda44e38e','pages',132,'heroimage_big','','','',0,'sys_file_reference',258,'',0),('9424fbe31f209d76afc294c7ce6414af','sys_file_reference',494,'link','','typolink','548f321df7af3f5ada6441048743b8ae:0',-1,'pages',23,'',0),('942f813d435b7b4110300a5e2f801ef3','sys_file_reference',342,'sys_language_uid','','','',0,'sys_language',1,'',0),('9441daf315fe5b3ac3794bee3b6106cd','tt_content',1510,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('94447b18a7bda6f4c3c27245947e384c','tt_content',788,'l18n_parent','','','',0,'tt_content',711,'',0),('9457cfeaf2d81868b88602f9810c8277','tx_news_domain_model_news',7,'fal_media','','','',0,'sys_file_reference',90,'',0),('9458c29a6ad4c5b3ec8c159851cc56bb','tt_content',1509,'l18n_parent','','','',0,'tt_content',1508,'',0),('945e53568a860b02697f4a50c6c8620b','tt_content',1478,'tx_wst3bootstrap_counterbar_item','','','',1,'tx_wst3bootstrap_counterbar_item',2,'',0),('9486888d2bd0770d42ae4c0c385f7307','static_countries',157,'cn_country_zones','','','',8,'static_country_zones',538,'',0),('949cec572b52c3a71f68ec44898858be','static_countries',54,'cn_country_zones','','','',15,'static_country_zones',94,'',0),('94a059aa678b0524d1fd745896fe825d','sys_file_metadata',25,'file','','','',0,'sys_file',25,'',0),('94a473f941669d2bf900d97bab904616','tx_powermail_domain_model_answer',59,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('94ad06e76776a804cc019bdd8f6a3009','sys_file_collection',3,'files','','','',1,'sys_file_reference',362,'',0),('94fd62e004af3f87a56997867198592b','sys_file_reference',562,'uid_local','','','',0,'sys_file',331,'',0),('9512ac6d6de7874e0d422eb05fcd3eb4','static_countries',213,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('951474d666acb8ba4292efa417604b29','sys_file_reference',429,'uid_local','','','',0,'sys_file',333,'',0),('951f540c3924c97f2c93d983a86d7843','static_countries',29,'cn_country_zones','','','',18,'static_country_zones',508,'',0),('9528761cd37013c7e4a3d73d0b72b40a','pages',254,'shortcut','','','',0,'pages',10,'',0),('952e1fc775f10f8b492297f91c74a87a','tt_content',492,'bodytext','','typolink_tag','19c9c4350f92740796194f8e1aad3f28:1',-1,'tt_content',170,'',0),('955bfd6543d5d268233779fe3607d97c','sys_file_reference',386,'uid_local','','','',0,'sys_file',190,'',0),('956fc98c42ea52f598564e80a3e507dd','sys_file_collection',1,'storage','','','',0,'sys_file_storage',1,'',0),('957033f48ae3f54159b54496d3bc15ba','static_countries',148,'cn_country_zones','','','',11,'static_country_zones',193,'',0),('957abbc18e670c495da8c09710e59c73','static_countries',84,'cn_currency_uid','','','',0,'static_currencies',162,'',0),('957cd71523b2623f8ac95ddff64bc62f','tx_news_domain_model_news',7,'fal_media','','','',1,'sys_file_reference',189,'',0),('957f3bb860ca754b9c38c5baf7bcb834','tt_content',554,'l18n_parent','','','',0,'tt_content',101,'',0),('9580e85928b794ef6d7c12cd32e0de51','sys_file',162,'storage','','','',0,'sys_file_storage',1,'',0),('9583dc2600ea414ef88c189a8c208e7b','sys_file_reference',307,'link','','typolink','927d31f040571b6448029ae32f48b803:0',-1,'pages',25,'',0),('9596b73c0400d4723f54d16ee26a122f','static_countries',80,'cn_currency_uid','','','',0,'static_currencies',42,'',0),('95a71b3763e1801c91e7e57c0a9dba5e','sys_file_reference',245,'sys_language_uid','','','',0,'sys_language',1,'',0),('95aa697b984c20dd52d0714b1697ce86','sys_file_reference',82,'uid_local','','','',0,'sys_file',194,'',0),('95b7892cde06a0ad8bd28df8486dbf74','tt_content',930,'pi_flexform','general/lDEF/persistence.storagePid/vDEF/','','',0,'pages',129,'',0),('95c4cd5ef4b186093190abd27a1cea57','tt_content',1403,'l18n_parent','','','',0,'tt_content',980,'',0),('95d00c137f13aca898544d0402527b68','static_countries',53,'cn_currency_uid','','','',0,'static_currencies',40,'',0),('95d2ccedc85fdea535e8b0a4531a64bc','tt_content',1365,'l18n_parent','','','',0,'tt_content',1238,'',0),('95df6a30bc683831be76a731f3c80e19','sys_file_reference',266,'uid_local','','','',0,'sys_file',293,'',0),('95ebc3b375c264d462d59eec5e41de67','tt_content',1237,'l18n_parent','','','',0,'tt_content',918,'',0),('95f38442b9e7d4708e32bfdc26dd4986','static_countries',161,'cn_currency_uid','','','',0,'static_currencies',113,'',0),('960bc6c91cc3c0dafe34b478eedbece0','sys_file',225,'storage','','','',0,'sys_file_storage',1,'',0),('96172c8471fd0af2086a23aae1cbfbac','sys_file',164,'storage','','','',0,'sys_file_storage',1,'',0),('9617d29bef80a45dadcf18e57853db87','tt_content',1306,'image','','','',0,'sys_file_reference',332,'',0),('961b9c2515fe3241d7db0c78616bd29d','static_countries',135,'cn_currency_uid','','','',0,'static_currencies',95,'',0),('963bd011051406804bcebefbaff3190a','tt_content',480,'l18n_parent','','','',0,'tt_content',167,'',0),('965951071ab9dce91f9c8570a650003b','static_countries',159,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('965a6ca63c22cf382ab1670dabf57554','tx_powermail_domain_model_page',1,'fields','','','',12,'tx_powermail_domain_model_field',6,'',0),('965b0b68c83b18b56694b2ad71ab7787','static_countries',72,'cn_country_zones','','','',23,'static_country_zones',579,'',0),('966654a695778372622495e3add4f2c1','sys_file',138,'metadata','','','',0,'sys_file_metadata',227,'',0),('966bf14aead9d520a5ab227928cf4567','sys_file_reference',244,'uid_local','','','',0,'sys_file',290,'',0),('96a7c1b05da354ac3f5c1d889a4f1e72','static_countries',250,'cn_currency_uid','','','',0,'static_currencies',6,'',0),('96c20495c44cf2cfd890156a7f55f850','static_countries',8,'cn_currency_uid','','','',0,'static_currencies',6,'',0),('96daed76bc1b66181af83f6097dbd0e2','static_countries',26,'cn_currency_uid','','','',0,'static_currencies',19,'',0),('96f465621eea7c25ed5a4be60b37eebf','tx_powermail_domain_model_mail',3,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('9706626c508eb0b7cbc3130f4c2a0f3c','tt_content',1465,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',13,'',0),('970bee6ada2be182df662410a571a8e3','sys_file_metadata',45,'file','','','',0,'sys_file',45,'',0),('970fd64b91ee71335a0222cdc1c0e036','sys_file_reference',533,'link','','typolink','6f796e9f5d910e32f5bd3071b559d943:0',-1,'pages',23,'',0),('9726350778796078348bf3ca7fdaa7f0','tx_powermail_domain_model_answer',42,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('972d6a0f16063fad0cdda4992830d646','sys_file_reference',273,'uid_local','','','',0,'sys_file',305,'',0),('97357e983907b3077c6c5f6368c2b4c1','tt_content',526,'l18n_parent','','','',0,'tt_content',225,'',0),('9746e131e2369b30fb4819672abb20fe','tx_powermail_domain_model_answer',14,'sys_language_uid','','','',0,'sys_language',-1,'',0),('9747d62b54fefc009c66f86a2d1e876f','static_countries',97,'cn_country_zones','','','',4,'static_country_zones',464,'',0),('9751264912f70325cfe317595a401c24','sys_file_metadata',150,'file','','','',0,'sys_file',160,'',0),('9766e66d0e3d2dbe59be6f6b6d02a6b8','sys_file_reference',400,'uid_local','','','',0,'sys_file',190,'',0),('97737b1bef0e987512372bc95c598c01','sys_file_reference',489,'uid_local','','','',0,'sys_file',337,'',0),('977f89b1ea4fddc91166708ad303ede8','sys_file_reference',301,'uid_local','','','',0,'sys_file',222,'',0),('97d5e808a0cec2e993a518725174b5bf','static_countries',228,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('97fea077397ae6aa53136354ed5fc401','static_countries',142,'cn_currency_uid','','','',0,'static_currencies',99,'',0),('98088d207f6a37d034c0a680f8dc514f','static_countries',46,'cn_currency_uid','','','',0,'static_currencies',34,'',0),('981357a012f88c83c7229024cf75b54a','tt_content',1722,'image','','','',0,'sys_file_reference',506,'',0),('983e8d2df58f8bd76b20eaf47d9c9751','sys_file_reference',491,'uid_local','','','',0,'sys_file',191,'',0),('98504e63513ea9c42f89c6fcaf32cc5a','static_countries',41,'cn_country_zones','','','',12,'static_country_zones',116,'',0),('9851a0e3d78746b82d9554cb95000de6','sys_file',181,'metadata','','','',0,'sys_file_metadata',171,'',0),('986bf0af016da12e75a09a2f156b472a','static_countries',74,'cn_country_zones','','','',90,'static_country_zones',420,'',0),('988c1ceb654c520d862f8ebe66278695','tt_content',1501,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',56,'',0),('98b90220a615a01f4e029cf277139534','sys_file_reference',336,'sys_language_uid','','','',0,'sys_language',1,'',0),('98b92b1090f77281ca1e335b87e910df','tt_content',1232,'l18n_parent','','','',0,'tt_content',950,'',0),('98ca43284d0fa5febdd953544af325ba','static_countries',65,'cn_country_zones','','','',47,'static_country_zones',137,'',0),('98d330a3ffae7f7d4f668c7d881acca5','pages',211,'l10n_parent','','','',0,'pages',61,'',0),('98f31ea667973fbcd7e41c8b9c9a1ac1','tx_wst3bootstrap_card_element',70,'tt_content','','','',0,'tt_content',1532,'',0),('99046a337e25cec345456700bf1a0f39','tt_content',801,'header_link','','typolink','2eb26835d2cfad9ad438833f6a7a865a:0',-1,'pages',23,'',0),('99051ae1a073097200a09c6f35ad9f40','tt_content',448,'pages','','','',0,'pages',23,'',0),('990fcfc2d1bb5e7dbcbd0297da957302','sys_file_reference',534,'l10n_parent','','','',0,'sys_file_reference',491,'',0),('992200becdf5b3d225b8d2ec8ac59c96','tt_content',1666,'image','','','',4,'sys_file_reference',456,'',0),('992dd65df223fa1f56bdfc2421c3a2cf','static_countries',148,'cn_country_zones','','','',27,'static_country_zones',209,'',0),('99460256bd8790d42a9bd1ecc553b1d6','static_countries',104,'cn_country_zones','','','',22,'static_country_zones',251,'',0),('9951018bce02fce6ee1888d2984378cf','sys_file_reference',513,'uid_local','','','',0,'sys_file',191,'',0),('99538ef6f4583cfe1862d2d83051576f','sys_file_reference',531,'sys_language_uid','','','',0,'sys_language',1,'',0),('99557a2636a270560940645cd80b1b0d','sys_file_metadata',283,'file','','','',0,'sys_file',292,'',0),('99570534c08a7f4ff6f5ebfeaf2013b1','pages',233,'l10n_parent','','','',0,'pages',143,'',0),('999d29c580eb4af9946c648b83d8ab78','sys_file',61,'metadata','','','',0,'sys_file_metadata',61,'',0),('99a900d19a87bc499b3d2edc846ac4d2','tx_wsslider_domain_model_item',5,'content_uid','','','',0,'tt_content',1641,'',0),('99aae4003321fc920d830c58c8c7d041','sys_file',328,'metadata','','','',0,'sys_file_metadata',318,'',0),('99b53483507f11c9c5c999d19fd3474f','sys_file_metadata',327,'file','','','',0,'sys_file',337,'',0),('99b97a38d031148cfd975192b3833809','sys_file_reference',401,'uid_local','','','',0,'sys_file',190,'',0),('99ccaa2133d963a9c6900126bf118758','sys_file_reference',535,'l10n_parent','','','',0,'sys_file_reference',519,'',0),('99cfd7c553376e1825f2c52b9184a1c1','sys_file_reference',370,'uid_local','','','',0,'sys_file',190,'',0),('99d2c37f14e220ababed082854c83634','sys_file',41,'metadata','','','',0,'sys_file_metadata',41,'',0),('99d57e937b3f511b23343d1648c44414','sys_file',241,'metadata','','','',0,'sys_file_metadata',232,'',0),('99e244d575b3843ee43cb9db0a05df74','static_countries',97,'cn_country_zones','','','',19,'static_country_zones',479,'',0),('99e2a45ad68daa873707da6828d57457','tx_powermail_domain_model_answer',47,'sys_language_uid','','','',0,'sys_language',-1,'',0),('9a6031216b80b62c1ab6d3e4da127bec','sys_file_metadata',228,'file','','','',0,'sys_file',189,'',0),('9a617ae068b23b21bc7c2fe10bc9cd0a','static_countries',116,'cn_currency_uid','','','',0,'static_currencies',81,'',0),('9a7d5c7e689a3aa4ecb2dd23d23188d5','sys_file_reference',452,'uid_local','','','',0,'sys_file',330,'',0),('9a9b440e9d737d0c23b1095aefac4db8','sys_file_reference',408,'uid_local','','','',0,'sys_file',304,'',0),('9ab18d69cf75cc0c8ce42287c5f5b89b','tx_wst3bootstrap_card_element',76,'tt_content','','','',0,'tt_content',1534,'',0),('9ab9b30cf4c5e9b74bf63434506d7f16','sys_file',80,'metadata','','','',0,'sys_file_metadata',80,'',0),('9ace076b069e8b68aee0ebd28e5d3949','tt_content',1431,'assets','','','',0,'sys_file_reference',370,'',0),('9ad3386679b989c4b9335885609ea5fd','static_countries',72,'cn_country_zones','','','',29,'static_country_zones',583,'',0),('9ae12781b454b51c96f06a0a7bd9711d','tt_content',1797,'l18n_parent','','','',0,'tt_content',1780,'',0),('9af3206dc4b442c6ec45c6751182d125','tt_content',1024,'assets','','','',1,'sys_file_reference',191,'',0),('9af9a114f3e2109e22a493dde8f45119','sys_file_metadata',97,'file','','','',0,'sys_file',97,'',0),('9b0cd86f1438c748d371ee7f615e1eb3','sys_file',244,'metadata','','','',0,'sys_file_metadata',235,'',0),('9b1cff39c1c1ef053ab532eba5b09130','tt_content',1668,'image','','','',0,'sys_file_reference',458,'',0),('9b2f9cd8a83a36540c4c612ffe3af356','sys_file_reference',262,'uid_local','','','',0,'sys_file',291,'',0),('9b2ffd4f04547fab46ab12cb34ffdd51','sys_file_reference',35,'uid_local','','','',0,'sys_file',120,'',0),('9b3ff9ab1bb2262c8a419001c3d7ba65','tt_content',1144,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',171,'',0),('9b543879385e0f0a81c9fffffbd48160','sys_file_reference',17,'uid_local','','','',0,'sys_file',101,'',0),('9b5d9a67e2025d4474df9b522d4b3c9d','static_countries',65,'cn_country_zones','','','',10,'static_country_zones',144,'',0),('9b6ec417d8f881beb8be293ff52ad449','sys_file',98,'metadata','','','',0,'sys_file_metadata',98,'',0),('9b80baa061e45573496b29e501ae59fc','static_countries',65,'cn_country_zones','','','',2,'static_country_zones',138,'',0),('9b97e756c9f98eaa392d05a8b75a37d6','tt_content',1682,'assets','','','',0,'sys_file_reference',477,'',0),('9b9acd63519837d4124e65ddbf8460a3','tx_powermail_domain_model_page',1,'fields','','','',1,'tx_powermail_domain_model_field',2,'',0),('9ba71b075d4e3ee3937b1d14aa9ce3e4','static_countries',72,'cn_country_zones','','','',73,'static_country_zones',609,'',0),('9bb40c41abaab2911817604842a6ab9d','static_countries',176,'cn_currency_uid','','','',0,'static_currencies',121,'',0),('9bba044f5081c639b8fc5b255d8c480c','static_countries',91,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('9bd1a782be83bde318a95a330854b478','sys_file_metadata',96,'file','','','',0,'sys_file',96,'',0),('9bf17fda30f115f76605f4eeb2c42255','tt_content',1049,'assets','','','',0,'sys_file_reference',217,'',0),('9bf43e85baa1bf0722c28445fcccdc33','tt_content',1167,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',84,'',0),('9c01b61e98edeb999660b58d1ff683b6','sys_file',160,'metadata','','','',0,'sys_file_metadata',150,'',0),('9c07247aa7de440242e3174a43e67782','tt_content',1510,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('9c0e56c51cc8c16c1f8d2e79d1e12936','static_countries',104,'cn_country_zones','','','',54,'static_country_zones',274,'',0),('9c13fe6be34726903c9424e762c791fe','sys_file',28,'metadata','','','',0,'sys_file_metadata',28,'',0),('9c277a56b0fae28b01c6226834264fb0','static_countries',104,'cn_country_zones','','','',81,'static_country_zones',306,'',0),('9c60f8cbde0f0edaf128e86a7f4e80cf','static_countries',107,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('9c6b51b0a709bd59afe0600e4f7b9829','static_countries',104,'cn_country_zones','','','',57,'static_country_zones',272,'',0),('9c71cb951bde96846557a17903fb32cf','static_countries',19,'cn_currency_uid','','','',0,'static_currencies',14,'',0),('9c82baef70cb4288b64e747b87dbda31','static_countries',104,'cn_country_zones','','','',88,'static_country_zones',710,'',0),('9c8b50cc0104a914dd904f1d641c7229','tt_content',1738,'image','','','',1,'sys_file_reference',536,'',0),('9c92e361cfe58b53ee7170752985778f','sys_file_metadata',136,'file','','','',0,'sys_file',136,'',0),('9c94a6e7832c2c0bbe64a9d2b62dec9a','sys_file',321,'storage','','','',0,'sys_file_storage',1,'',0),('9ca325e7d07f3683b6100d938cea39a8','static_countries',170,'cn_country_zones','','','',12,'static_country_zones',685,'',0),('9cb4c7e63d679d4c46960df5e367636a','sys_file',180,'metadata','','','',0,'sys_file_metadata',170,'',0),('9cc1a7875f71b916a593360c8e0da5f2','static_countries',104,'cn_country_zones','','','',32,'static_country_zones',254,'',0),('9cdbcc213e87a7eee462cbba3271d3dc','static_countries',41,'cn_country_zones','','','',3,'static_country_zones',108,'',0),('9ce3528115d3c17355da6772a6e5b6e3','tt_content',1666,'image','','','',1,'sys_file_reference',453,'',0),('9cf7fe02f8800a7869e5ab22ea33a43d','sys_file_reference',459,'uid_local','','','',0,'sys_file',329,'',0),('9d08d7cd73dc894f219a9a5e03d4026f','tx_news_domain_model_news',3,'tags','','','',0,'tx_news_domain_model_tag',1,'',0),('9d0bbf9a259852448b79aa430a52fb74','tt_content',546,'l18n_parent','','','',0,'tt_content',203,'',0),('9d135e8b2bf36de7ed4718ed9f0e5d4e','static_countries',65,'cn_country_zones','','','',31,'static_country_zones',164,'',0),('9d15002b8d50209bac4e2bffb34233c7','static_countries',170,'cn_country_zones','','','',9,'static_country_zones',682,'',0),('9d1c9bd23800b3b57bbeb7b47618f60f','tt_content',291,'l18n_parent','','','',0,'tt_content',126,'',0),('9d344f77c039d73b8d2588387577b2a2','tx_powermail_domain_model_answer',47,'mail','','','',0,'tx_powermail_domain_model_mail',5,'',0),('9d36ff01b1d13fc1cbae01fdcc625afc','pages',236,'l10n_parent','','','',0,'pages',235,'',0),('9d5159fbe004ed9b65b083857df1618e','sys_file_metadata',93,'file','','','',0,'sys_file',93,'',0),('9d51c5a4261cde1f85b1a85d8ba613ba','tx_powermail_domain_model_answer',67,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('9d5a9b21335b50c4b229e12ffe55f979','sys_file_metadata',329,'file','','','',0,'sys_file',339,'',0),('9d5b65c20a646dd6df50a7f1007a1231','sys_file_reference',359,'uid_local','','','',0,'sys_file',284,'',0),('9d5d114323204603326bc5ccbee8888d','tt_content',1336,'l18n_parent','','','',0,'tt_content',877,'',0),('9d6791e5d6e659625d2884ec4f8aa648','static_countries',148,'cn_country_zones','','','',0,'static_country_zones',182,'',0),('9d945698bae5fbb6ce98822ff9b3c6fb','tt_content',1382,'l18n_parent','','','',0,'tt_content',1062,'',0),('9da928e713ab679a512a4afa1993f33a','static_countries',65,'cn_country_zones','','','',23,'static_country_zones',157,'',0),('9de2289c4ffa42cc3d7ee96fb816b9b6','tt_content',462,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('9de4281823d17e62839421635f8eb835','sys_file_reference',33,'sys_language_uid','','','',0,'sys_language',1,'',0),('9e099f9ae43381ce22538db9d257db36','sys_file',195,'storage','','','',0,'sys_file_storage',1,'',0),('9e135235b7df0e13993e478ba0a2c705','tt_content',1261,'l18n_parent','','','',0,'tt_content',1260,'',0),('9e135be5f8203f8935dd37c170860aa7','tt_content',547,'l18n_parent','','','',0,'tt_content',204,'',0),('9e4e87ea6daf31c4c920dbc60f69445f','static_countries',251,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('9e5e95372b3378ea14b0dcc61d393c68','tt_content',1681,'assets','','','',0,'sys_file_reference',476,'',0),('9e65723f4b68d48d262aabdcfe9d35ed','tt_content',1720,'image','','','',0,'sys_file_reference',502,'',0),('9e67cbd37acd98d0f768d33ac0bfefe2','tx_powermail_domain_model_answer',55,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('9e69f085750983ad019e04ce740e56f8','tx_powermail_domain_model_answer',32,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('9e6fe567f96c410bafb7779ccaac48bc','sys_file_reference',377,'uid_local','','','',0,'sys_file',191,'',0),('9e7836d3e31c7cec8ffa57d55351bb11','static_countries',240,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('9e96fa503d903cf7ebedd4b5f3257169','tt_content',1495,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',43,'',0),('9eb626af6331a0afe693b889544cf839','sys_file',138,'storage','','','',0,'sys_file_storage',1,'',0),('9ec21590675b7b93fcddfa901654180e','sys_file_reference',398,'uid_local','','','',0,'sys_file',191,'',0),('9ed04e1349e39ff0ca94271d7e8fd8a1','static_countries',97,'cn_country_zones','','','',8,'static_country_zones',468,'',0),('9ee27cf1243e5d7142826fd47ce6de92','tt_content',1662,'image','','','',0,'sys_file_reference',436,'',0),('9f06c279a5ab7e15088d157d0caefd68','tt_content',1427,'l18n_parent','','','',0,'tt_content',1057,'',0),('9f085002b46aff93a90658855f57e058','sys_file_metadata',282,'file','','','',0,'sys_file',291,'',0),('9f460e5a0f31818a3b30d89e93a6f88a','tt_content',1169,'image','','','',0,'sys_file_reference',272,'',0),('9f4f5fbafb17029f752ce2f23315cb5c','tx_wst3bootstrap_card_element',19,'bodytext','','typolink_tag','1',-1,'pages',26,'',0),('9f5b3c3d8ebed29ff1e5d8e6ee026f0d','pages',190,'l10n_parent','','','',0,'pages',24,'',0),('9f71a5faf336f4f8ae69edb60fc5d1e2','sys_file_metadata',38,'file','','','',0,'sys_file',38,'',0),('9f77f55c677f48faad44bc31d57f15b2','sys_file_reference',221,'l10n_parent','','','',0,'sys_file_reference',193,'',0),('9f7e6e7966ae724421a1a81ef2870224','sys_file_reference',31,'sys_language_uid','','','',0,'sys_language',1,'',0),('9f84f240a58839da17d80da65f7c9294','sys_file_reference',578,'uid_local','','','',0,'sys_file',336,'',0),('9f9f3005433f3ad6d78f7dbf7e09c429','tt_content',196,'assets','','','',0,'sys_file_reference',11,'',0),('9fb73bc9786a5fdff6e84fa466065e10','sys_file_reference',500,'uid_local','','','',0,'sys_file',190,'',0),('9fc6603384e5dce51e18100a85a13dc5','tt_content',1469,'tx_wst3bootstrap_card_elements','','','',3,'tx_wst3bootstrap_card_element',18,'',0),('9fd66cfcc4a99bf65c73d75e6c07b146','sys_file_reference',183,'l10n_parent','','','',0,'sys_file_reference',89,'',0),('9fe058b9f6495f9bb537cbf0d5f6c720','tt_content',1466,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',14,'',0),('9fe4a9a2fbfb3d6b8fc90d31093f3137','static_countries',72,'cn_country_zones','','','',84,'static_country_zones',618,'',0),('9ffc2dbc53eba8b7adf1c9ca18f831a6','sys_file_reference',439,'uid_local','','','',0,'sys_file',329,'',0),('9ffd2f5d95e426048313605e400f26a1','tt_content',1641,'tx_wsslider_items','','','',2,'tx_wsslider_domain_model_item',5,'',0),('9ffe05881581d3fe7ad2424e4498b73a','tt_content',1736,'image','','','',1,'sys_file_reference',532,'',0),('a015e0f2dc2cb7485aa6c116271ee723','tx_news_domain_model_news',12,'fal_media','','','',1,'sys_file_reference',295,'',0),('a02d0a4ac9910cd9b3843ed83c85e70d','tt_content',796,'assets','','','',0,'sys_file_reference',111,'',0),('a02f4c1afba39666f072804e82afc5be','static_countries',74,'cn_country_zones','','','',85,'static_country_zones',435,'',0),('a0367d9eca9246021653a577b7244a82','tt_content',1532,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',69,'',0),('a03bc65e111fba14bc66ba6a61d49c06','tx_powermail_domain_model_page',1,'fields','','','',6,'tx_powermail_domain_model_field',8,'',0),('a0661a2813da137cd4fb493d59e92dce','static_countries',16,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('a069c917b1ac182f5d61dea5a5d33c8c','static_countries',65,'cn_country_zones','','','',17,'static_country_zones',151,'',0),('a092ff7e8bc54bc9f95769131c9e16c1','tt_content',1665,'image','','','',3,'sys_file_reference',450,'',0),('a09e88642540b54ded63a618278060df','static_countries',104,'cn_country_zones','','','',78,'static_country_zones',303,'',0),('a0f82909e5cc44cf7472f7f8794c7427','static_countries',72,'cn_country_zones','','','',36,'static_country_zones',590,'',0),('a106e86233390366371366cc78e9a86a','static_countries',143,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('a110682b2deea4cbcaad7c7366e1b7f4','sys_file_reference',110,'l10n_parent','','','',0,'sys_file_reference',81,'',0),('a122a028a6a6e2432e757d74afbc15bb','tx_wsslider_domain_model_item',4,'foreground_media','','','',0,'sys_file_reference',416,'',0),('a127ac06da5c0da62ea623f2d97d8ffb','tt_content',1665,'image','','','',2,'sys_file_reference',449,'',0),('a12adf21062786ae4200792e7b222e27','tt_content',1642,'tx_wsslider_items','','','',0,'tx_wsslider_domain_model_item',3,'',0),('a1310deef2cdbe516c87866ac6864784','static_countries',65,'cn_country_zones','','','',30,'static_country_zones',162,'',0),('a14d33956fce5643e9624f1b500f994a','static_countries',48,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('a14f24e92e48d24abe6bfb09c710b7bd','static_countries',99,'cn_currency_uid','','','',0,'static_currencies',68,'',0),('a159d307627cde9e58307da5fd12748f','tt_content',993,'pi_flexform','sDEF/lDEF/settings.categories/vDEF/','','',0,'sys_category',1,'',0),('a15e091998301319b3a29eae655eb149','sys_file_reference',161,'link','','typolink','c52de4001addc2b5df0b9d467c9cdf64:0',-1,'pages',102,'',0),('a15f0208c7a758437d2eb64a1f2d8022','static_countries',170,'cn_country_zones','','','',5,'static_country_zones',678,'',0),('a1739733d8c7394d26ba149229cbbe6b','sys_file',311,'metadata','','','',0,'sys_file_metadata',302,'',0),('a180748abfc4768ddcc0489d5ced8b51','static_countries',13,'cn_country_zones','','','',8,'static_country_zones',95,'',0),('a182dc5656ef36e4d3db3148e1fcc8e3','static_countries',7,'cn_currency_uid','','','',0,'static_currencies',5,'',0),('a184fc1d790bb8aace6e77343f017089','sys_file',129,'metadata','','','',0,'sys_file_metadata',129,'',0),('a187cfc57ed06836dee28e30c156a51c','static_countries',31,'cn_currency_uid','','','',0,'static_currencies',25,'',0),('a19c553c2e3f6530c4a39c424226e04f','sys_file_metadata',47,'file','','','',0,'sys_file',47,'',0),('a1a9579734b44ef659032b7fc65718bb','static_countries',72,'cn_country_zones','','','',90,'static_country_zones',623,'',0),('a1b9158cbced812482a2aa4bc9717631','static_countries',88,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('a1ba19bbbf504656bae42a83e88a97df','tx_wst3bootstrap_card_element',34,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('a1c0f5a6ed88ce667c3e534a7880ea09','static_countries',74,'cn_country_zones','','','',19,'static_country_zones',355,'',0),('a1d1afb3118121ba515614b584f5ce36','sys_file_metadata',33,'file','','','',0,'sys_file',33,'',0),('a1fd59e04a86f1450c66e310ed58af43','static_countries',153,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('a235481dbc980fa22aa61b95c936c2e2','sys_file_reference',550,'uid_local','','','',0,'sys_file',336,'',0),('a239e16d81e765ab4d4a870a9731b815','sys_file',221,'metadata','','','',0,'sys_file_metadata',211,'',0),('a275c6941b0da288a8f08eb5c2583afe','static_countries',142,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('a2799826f2f596f2cb043ea0f482bb7b','tt_content',1444,'l18n_parent','','','',0,'tt_content',613,'',0),('a285f44f12200a7f07ebe9ab9e8a44f9','tt_content',1717,'l18n_parent','','','',0,'tt_content',1716,'',0),('a299e517d98ab84b69bc1ee5e1a94822','tt_content',1736,'l18n_parent','','','',0,'tt_content',1716,'',0),('a29a65a30d1c3a4a381e90ef1b7a8564','sys_file_metadata',80,'file','','','',0,'sys_file',80,'',0),('a2a1a053275b62aede596a9f5f673579','sys_file_metadata',290,'file','','','',0,'sys_file',299,'',0),('a2a88848b7566c421657d795fe971d5b','tt_content',1494,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',39,'',0),('a2a9f701d355dd5dcedd94302c962af0','static_countries',93,'cn_country_zones','','','',7,'static_country_zones',696,'',0),('a2b8426441f3a6b2f373cb4190ab6125','sys_file',238,'storage','','','',0,'sys_file_storage',1,'',0),('a2d164956a865a13f7f936bb7aae170e','static_countries',104,'cn_country_zones','','','',60,'static_country_zones',282,'',0),('a2d1681dcc8375eec5f60852ab8b0b1e','tx_powermail_domain_model_answer',18,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('a2d94212c520258c1344327450fb6a78','tx_wst3bootstrap_card_element',66,'tt_content','','','',0,'tt_content',1528,'',0),('a2ea1be0e25df272f7f7d71d9885d72e','sys_file',99,'metadata','','','',0,'sys_file_metadata',99,'',0),('a2f0bd9a47e8715c4ec58d02178cef71','tt_content',1717,'image','','','',0,'sys_file_reference',496,'',0),('a2f343d92f5e60c32264e0ba3b0d5cbb','sys_file_reference',404,'uid_local','','','',0,'sys_file',96,'',0),('a3062d8508fbcb523ce27f9d2e6399e5','static_countries',68,'cn_parent_territory_uid','','','',0,'static_territories',26,'',0),('a32209de783d566597726d62d3485b1c','sys_file_reference',191,'uid_local','','','',0,'sys_file',194,'',0),('a337657c9b9943e7bf46ed0c2e567175','tt_content',1730,'image','','','',0,'sys_file_reference',521,'',0),('a33b2cdb761b1a415096ba489fec8a0a','static_countries',104,'cn_country_zones','','','',64,'static_country_zones',293,'',0),('a34508c7a0dfcfdc5f5986dbe6d854cb','sys_file_reference',159,'link','','typolink','2563b3b5053be8a36eedb82030a33b02:0',-1,'pages',25,'',0),('a34f3c9b9a2055f9d881eea35483fe47','sys_file',246,'metadata','','','',0,'sys_file_metadata',237,'',0),('a357c7885f1ef890e0132b8bedbe03ec','sys_file',302,'metadata','','','',0,'sys_file_metadata',293,'',0),('a36fd78b9796f0425dc130325d084185','tt_content',170,'header_link','','typolink','e321f075b89eb9925dc86ca65e5e55db:0',-1,'pages',23,'',0),('a375ab1fa7e539fa3296c4e8f9b0d4c1','static_countries',104,'cn_country_zones','','','',58,'static_country_zones',280,'',0),('a37bb0cd8abf9a7892962c0b89cd6502','tx_powermail_domain_model_form',1,'pages','','','',0,'tx_powermail_domain_model_page',1,'',0),('a385fb81178deacd24fa9a0235487168','static_countries',18,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('a3896c728cf6302ee832563bd002b746','static_countries',96,'cn_currency_uid','','','',0,'static_currencies',66,'',0),('a39aa123e0ec7b0a45d855014977cfc4','tt_content',1766,'image','','','',0,'sys_file_reference',560,'',0),('a3d2158bc96e7d13e9312fa81dcb706c','static_countries',220,'cn_country_zones','','','',33,'static_country_zones',43,'',0),('a3dc721e995d242c51a043dbf115374f','static_countries',170,'cn_country_zones','','','',1,'static_country_zones',674,'',0),('a3e88be27a1a59cee6e40200dee25a23','tt_content',1233,'assets','','','',0,'sys_file_reference',307,'',0),('a3eb49aef52cb9c4ea3458f257706502','tx_wsslider_domain_model_item',25,'foreground_media','','','',0,'sys_file_reference',552,'',0),('a3fe3d484722e972365e8de7ed8af7cc','pages',188,'l10n_parent','','','',0,'pages',23,'',0),('a4044897d73081fb73e89a08278814c9','tt_content',1208,'l18n_parent','','','',0,'tt_content',1206,'',0),('a407e1b0d4a6258bc8fdb12f1cde7fe0','static_countries',162,'cn_currency_uid','','','',0,'static_currencies',113,'',0),('a40bc5dd577cb869247367e291ed2f51','tt_content',73,'l18n_parent','','','',0,'tt_content',53,'',0),('a41a659d40cb60bfe8845dc597be948f','tt_content',1412,'l18n_parent','','','',0,'tt_content',728,'',0),('a42bb42abb51fc86e9f788dc0d4a369f','pages',216,'heroimage_big','','','',0,'sys_file_reference',350,'',0),('a4386464a8873d9b366a45757839e12a','static_countries',74,'cn_country_zones','','','',99,'static_country_zones',432,'',0),('a43e2f93a741badf7fd186823556861c','sys_file',208,'metadata','','','',0,'sys_file_metadata',198,'',0),('a43e4f8bcb4afe3c459bd621241de105','sys_file_reference',217,'l10n_parent','','','',0,'sys_file_reference',196,'',0),('a444442f711c427b305ff6b0d57070d2','tx_wst3bootstrap_card_element',1,'tt_content','','','',0,'tt_content',1456,'',0),('a44dbe1c2342b9e23747f8c83a7d1348','pages',230,'l10n_parent','','','',0,'pages',101,'',0),('a4520c4e3691f82e888f828704a20824','sys_file_reference',351,'sys_language_uid','','','',0,'sys_language',1,'',0),('a457df3bc7a47dd8adf2a5f336978162','sys_file_reference',33,'uid_local','','','',0,'sys_file',118,'',0),('a459cbf7c778a7bb7d6c3da6de03646c','static_countries',72,'cn_country_zones','','','',30,'static_country_zones',585,'',0),('a480bdda715698267cea4ff9cb8984c2','sys_file_reference',356,'l10n_parent','','','',0,'sys_file_reference',165,'',0),('a480f964aeb491a6149da21fa6b42867','sys_file_reference',498,'uid_local','','','',0,'sys_file',190,'',0),('a48650ec50180585485be80ed2d9be3d','tt_content',967,'pages','','','',0,'pages',23,'',0),('a488a0a7b612ca88e20ca402de40ee1a','static_countries',104,'cn_country_zones','','','',68,'static_country_zones',289,'',0),('a49a5bcffb09f64f4a749d79b59bed5c','static_countries',124,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('a4d40d17cc8917063158d64e45b051e5','sys_file_reference',303,'l10n_parent','','','',0,'sys_file_reference',153,'',0),('a4f1f332c1ae2a6f72f46f8420d46fd4','static_countries',74,'cn_country_zones','','','',32,'static_country_zones',357,'',0),('a50bbf26c10876a0fcde98527b90907f','tt_content',502,'records','','','',0,'tt_content',71,'',0),('a50e1a30204bfe1b4b3f877e36d959d3','static_countries',128,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('a52d0a0d95c5fbaaeeb7b17c678e71e4','static_countries',41,'cn_country_zones','','','',15,'static_country_zones',120,'',0),('a5453e63fbfffc37a0119843b76b5e37','sys_file',88,'metadata','','','',0,'sys_file_metadata',88,'',0),('a566ab97a73db5b07b72bee916cf3935','tx_news_domain_model_news',3,'fal_media','','','',0,'sys_file_reference',184,'',0),('a574a4aa2c984355eef35af5f680573c','tx_wst3bootstrap_card_element',75,'tt_content','','','',0,'tt_content',1534,'',0),('a578dabff627bfa85a00e18602b554a6','sys_file_reference',555,'uid_local','','','',0,'sys_file',290,'',0),('a578ed7d026c10a2978a5a91189edd8c','sys_file',130,'metadata','','','',0,'sys_file_metadata',130,'',0),('a5801ec9524ac35983d8ad7cf058bb03','sys_file',154,'metadata','','','',0,'sys_file_metadata',144,'',0),('a5809931ec09aeafbb36dbb8a4d5926c','static_countries',85,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('a586a17f3731d461699e17538b99bc78','sys_file_reference',492,'l10n_parent','','','',0,'sys_file_reference',490,'',0),('a58c1a6d01d709adacba286cb2f3406c','sys_file',309,'storage','','','',0,'sys_file_storage',1,'',0),('a5a8824cea6a46e1a230171d8f3f6d1d','tt_content',67,'image','','','',0,'sys_file_reference',6,'',0),('a5ba8b669fbe1b2885e11e783bafa04d','static_countries',198,'cn_currency_uid','','','',0,'static_currencies',140,'',0),('a5bec49bf71fa7e5b98883c4dcc94e38','sys_file_metadata',30,'file','','','',0,'sys_file',30,'',0),('a5c129068d2f07ffac6e5eb516bdd211','static_countries',74,'cn_country_zones','','','',92,'static_country_zones',424,'',0),('a5c82231f07705cb152865a3b21620df','static_countries',29,'cn_country_zones','','','',15,'static_country_zones',507,'',0),('a5dcb9da149c75b88b47dc4c27b2193a','static_countries',191,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('a5f118d15817d12994b25f6d5b9abd16','sys_file_metadata',271,'file','','','',0,'sys_file',280,'',0),('a5f36fdc8d7778e6fa5c8210d7d0c570','static_countries',97,'cn_country_zones','','','',0,'static_country_zones',460,'',0),('a5fd369085d5eaa15038f0ed5dd2a29b','static_countries',97,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('a613870ab82a8ff5dd62f1a126bbf261','tt_content',1510,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',39,'',0),('a63dfa91674ff0961b7d2df1cb87d152','sys_file_metadata',117,'file','','','',0,'sys_file',117,'',0),('a64575f683146771d4e29effbf2bc4c9','sys_file_reference',92,'uid_local','','','',0,'sys_file',197,'',0),('a64ed62ea2153ca4ed6aeadded0f23a4','tt_content',178,'bodytext','','typolink_tag','1',-1,'pages',53,'',0),('a66356cf9fbddb658d3957c6c05a7695','tt_content',559,'l18n_parent','','','',0,'tt_content',220,'',0),('a67365710bfee5eec8daddb996e300cd','sys_file',346,'storage','','','',0,'sys_file_storage',1,'',0),('a67599c425476a7314dc86a10be6b34b','tx_wst3bootstrap_card_element',63,'bodytext','','typolink_tag','1',-1,'pages',24,'',0),('a68fc8f139013bda051bd1e27111f9a1','static_countries',187,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('a6969484bdafc2285d5b0650de161fc5','tt_content',1022,'assets','','','',2,'sys_file_reference',188,'',0),('a6bd86e0bbcf9b4bd54da7b3d4cc4cb2','tx_powermail_domain_model_answer',38,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('a6c5a674e3dcf063271baf63088437bd','tt_content',1024,'assets','','','',2,'sys_file_reference',192,'',0),('a6d3472d54196c57148650796e1ef520','static_countries',21,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('a6dfc8c04aec780f1d4db2689dfcffe3','sys_file_reference',221,'sys_language_uid','','','',0,'sys_language',1,'',0),('a6f4b320d6fe896bdd7d19e2374900b2','tx_calendarize_domain_model_event',2,'calendarize','','','',0,'tx_calendarize_domain_model_configuration',2,'',0),('a6f6ef7ccda3d74d4f0d771190677ad9','sys_file_reference',120,'uid_local','','','',0,'sys_file',196,'',0),('a70066610763f77065aaeace9f91b2c3','static_countries',72,'cn_country_zones','','','',65,'static_country_zones',603,'',0),('a711dc77386c1316e043ddff7c4e74c2','sys_file',182,'metadata','','','',0,'sys_file_metadata',172,'',0),('a72a27eaa6da6a438112f224a32609aa','tt_content',1463,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',11,'',0),('a73dc4ad5c4f0890ae49225db843c194','pages',201,'l10n_parent','','','',0,'pages',58,'',0),('a73f6841f275a841f4d44c072336bed3','static_countries',104,'cn_country_zones','','','',103,'static_country_zones',330,'',0),('a756ddc7a0e25e7f8bf9b74064109ecc','static_countries',72,'cn_country_zones','','','',46,'static_country_zones',661,'',0),('a764cfd402ccdd4b901075860138272a','sys_file',101,'metadata','','','',0,'sys_file_metadata',101,'',0),('a781b8877f9095c7450dca31e28bace6','tx_wst3bootstrap_card_element',18,'bodytext','','typolink_tag','1',-1,'pages',24,'',0),('a7882d08d130f3edbef6f39560f237c3','sys_file_metadata',256,'file','','','',0,'sys_file',265,'',0),('a78afa856ba622a7fa75f5b4268d317f','tt_content',1665,'image','','','',0,'sys_file_reference',447,'',0),('a79e8dc1f9b883c154bd3e5107c09468','static_countries',181,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('a7a24a0880f8f264d4c022504d3c2d02','sys_template',71,'constants','','url','47',-1,'_STRING',0,'https://www.pinterest.de/',0),('a7c1ce71331decf254f6567a21782289','sys_file',291,'storage','','','',0,'sys_file_storage',1,'',0),('a7d2912d3abeafad7c1eeb8bc914510e','tt_content',533,'l18n_parent','','','',0,'tt_content',232,'',0),('a7f402f45df8dcda2596f6c2806d0bdc','sys_file_metadata',137,'file','','','',0,'sys_file',137,'',0),('a7f622ca908147d59374840bdfe6d305','tt_content',1678,'assets','','','',0,'sys_file_reference',470,'',0),('a7f734da1a906b9ecc58762396d7beb0','static_countries',74,'cn_country_zones','','','',9,'static_country_zones',341,'',0),('a813a5a3ba260ae902fcad86c2b61f36','tt_content',1364,'l18n_parent','','','',0,'tt_content',1076,'',0),('a81a2f6a0cae5559f852be9324772752','sys_file',31,'metadata','','','',0,'sys_file_metadata',31,'',0),('a82c8eea306c823db2a42ba0c73cf959','sys_file',53,'metadata','','','',0,'sys_file_metadata',53,'',0),('a84d957f9babeb2c316a9694f4789bc4','tt_content',1496,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',45,'',0),('a8731e4de65a4f1d88c1aef596a8766a','tt_content',1311,'image','','','',2,'sys_file_reference',336,'',0),('a8845192a97d69d68290552c0adf0241','sys_file_collection',1,'files','','','',5,'sys_file_reference',119,'',0),('a890f2215049a8d1c6fd54826d8821c5','static_countries',170,'cn_country_zones','','','',6,'static_country_zones',679,'',0),('a893ec1e44a0191aa5e0beb0004e3579','tx_wst3bootstrap_card_element',36,'tt_content','','','',0,'tt_content',1493,'',0),('a8a90cfda609683e6dcf933899db1c1e','sys_file',326,'storage','','','',0,'sys_file_storage',1,'',0),('a8aa91be7d51671f2c2de6bc5fba1a61','sys_file_metadata',274,'file','','','',0,'sys_file',283,'',0),('a8cb4854efbea133b278413af6971aa6','tt_content',1420,'l18n_parent','','','',0,'tt_content',975,'',0),('a8d8ebc047f987943d5a79ab1c989818','sys_file',237,'storage','','','',0,'sys_file_storage',1,'',0),('a8f15d91b94e124b0268f324100a3727','static_countries',72,'cn_country_zones','','','',100,'static_country_zones',667,'',0),('a904270f085d20d995b5d332fefeff3a','sys_file',236,'metadata','','','',0,'sys_file_metadata',226,'',0),('a92c70cab16e4819e1019c085a2efd56','tt_content',1503,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',60,'',0),('a93e58c2e029be262f459662aa68707a','sys_file',32,'metadata','','','',0,'sys_file_metadata',32,'',0),('a94df4e7e08bb97adc41de91e8c2968c','sys_file_reference',160,'link','','typolink','93754c31697d59c6534fad09fada3c7e:0',-1,'pages',26,'',0),('a9676a22a56b9e3aedccd4091f43e0f7','static_countries',93,'cn_country_zones','','','',13,'static_country_zones',704,'',0),('a9760a1c0e2e8b2316751a93f96cf59c','tt_content',1751,'l18n_parent','','','',0,'tt_content',1750,'',0),('a97e23901d05675d08a5cf042a6b8804','sys_file_reference',370,'l10n_parent','','','',0,'sys_file_reference',228,'',0),('a980cb56b8a38bfcb81b6bfc55e6e3d7','sys_file',285,'metadata','','','',0,'sys_file_metadata',276,'',0),('a994f32ea24075b577d6b458883394d8','sys_file_metadata',146,'file','','','',0,'sys_file',156,'',0),('a99b927061f610c32b00a98279e08496','tx_powermail_domain_model_answer',1,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('a9bd032f7286fd6b199f07520acfcd55','sys_file_reference',533,'uid_local','','','',0,'sys_file',190,'',0),('a9d183af939c0897e460b3c93b1a1996','static_countries',72,'cn_country_zones','','','',98,'static_country_zones',560,'',0),('a9e0391dbe9c8e607412e936dbfbb778','sys_file_reference',536,'uid_local','','','',0,'sys_file',191,'',0),('a9ea33237142472896eb380a15e716b7','tt_content',1474,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',22,'',0),('aa0396fd5747fe7adc2191d5eecee9fd','static_countries',152,'cn_currency_uid','','','',0,'static_currencies',165,'',0),('aa071aa5b3524a5f02afe5e7143074c1','sys_file_metadata',71,'file','','','',0,'sys_file',71,'',0),('aa1a3b10fad228d814f3068714c3dcf9','sys_file',163,'storage','','','',0,'sys_file_storage',1,'',0),('aa410a96a7b5cfe92257a86ee4f716cd','sys_file_reference',324,'uid_local','','','',0,'sys_file',321,'',0),('aa6b56fdb1fbd7b97e98e5d6783633f5','static_countries',29,'cn_country_zones','','','',5,'static_country_zones',495,'',0),('aa7b267b93c435e2c8448c1a80078821','tt_content',1050,'l18n_parent','','','',0,'tt_content',1025,'',0),('aa7f033988dbe57ecb3a1b0de2e4ab61','static_countries',45,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('aa83caaea6e564f1bfe16da5ee7aa45c','sys_file_reference',337,'uid_local','','','',0,'sys_file',308,'',0),('aa9821378d790c2091c9166e10305498','static_countries',2,'cn_currency_uid','','','',0,'static_currencies',2,'',0),('aaa2d16626ccf1656ab4c08738f75bb0','static_countries',74,'cn_country_zones','','','',31,'static_country_zones',359,'',0),('aaca5948befb43c715a678bf7d96b8a6','sys_file_metadata',255,'file','','','',0,'sys_file',264,'',0),('aae975ebccd73740cea741b217f0df7c','tt_content',1463,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',12,'',0),('aaf239696b692bd8c2bd060fdb8449fc','static_countries',116,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('ab0fa4b81c7c80960887ade481977170','tx_wsslider_domain_model_item',25,'content_uid','','','',0,'tt_content',1752,'',0),('ab2ca9993072c556c5ca8f29041f8a0d','static_countries',41,'cn_country_zones','','','',22,'static_country_zones',127,'',0),('ab4965493de8415ca8c67c63b59f8876','pages',263,'l10n_parent','','','',0,'pages',262,'',0),('ab5672460e20845963667d9d68e83316','static_countries',220,'cn_country_zones','','','',43,'static_country_zones',55,'',0),('ab58df2a6ce15633fe167da8d552dabd','static_countries',104,'cn_country_zones','','','',74,'static_country_zones',302,'',0),('ab5fd29becc00e826b340f56d49a3066','static_countries',104,'cn_country_zones','','','',45,'static_country_zones',267,'',0),('ab648266965e339ebb255afa7058584f','tt_content',478,'l18n_parent','','','',0,'tt_content',165,'',0),('ab69b4d205dcbc61ba13e7a7286b6af0','static_countries',72,'cn_country_zones','','','',24,'static_country_zones',580,'',0),('ab8325185000388fbc3e95dc61e06c40','static_countries',41,'cn_country_zones','','','',16,'static_country_zones',122,'',0),('abb932a5795859587dc44e0f294707f5','tx_wst3bootstrap_card_element',60,'tt_content','','','',0,'tt_content',1503,'',0),('abd66b4d2035ae3765e611d31314c95b','pages',232,'l10n_parent','','','',0,'pages',177,'',0),('abd9109b04f9a2ee5bf876a69721fa9e','sys_file_metadata',307,'file','','','',0,'sys_file',318,'',0),('ac215f0b97ccca6318d1d860308401a0','sys_file_reference',326,'uid_local','','','',0,'sys_file',322,'',0),('ac33bf31be318b154a3bdd332ee20c29','static_countries',109,'cn_parent_territory_uid','','','',0,'static_territories',8,'',0),('ac4046828cf1d93703cea1c9614681cf','tx_wsslider_domain_model_item',24,'foreground_media','','','',0,'sys_file_reference',551,'',0),('ac4fd07c876922d5ac3332787f969ff4','static_countries',35,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('ac520582bf9f56182e36c68837b9d201','static_countries',72,'cn_country_zones','','','',59,'static_country_zones',598,'',0),('ac5af811ead76b17929ffe488478097e','tt_content',1507,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('ac6545cd7c568e6dea6f7082ba23766b','sys_file_reference',354,'l10n_parent','','','',0,'sys_file_reference',326,'',0),('ac6bdd4d3cbd3fae246958a3e0f57db4','static_countries',85,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('ac838410182918f6f65ff9e833fc4726','tx_wsslider_domain_model_item',21,'content_uid','','','',0,'tt_content',1752,'',0),('ac939d825a2c0bde2f27a051b17b1e73','tx_powermail_domain_model_mail',1,'sys_language_uid','','','',0,'sys_language',-1,'',0),('ac97c52d6879770145fe6e4d2e38ebf8','sys_file',315,'storage','','','',0,'sys_file_storage',1,'',0),('acaad6d6d9bb9b7341016d100569ddbc','static_countries',220,'cn_country_zones','','','',4,'static_country_zones',12,'',0),('acaf63f11a457d15e174b59372eb677c','sys_file_reference',427,'uid_local','','','',0,'sys_file',337,'',0),('acbf12e5e6df8e308f52f126610a853e','tt_content',1031,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('acca0efc2149de464ad0c264c0c9ef93','tx_powermail_domain_model_answer',50,'sys_language_uid','','','',0,'sys_language',-1,'',0),('acd8fc50149fb6c525828a824e40ea9c','tt_content',1331,'l18n_parent','','','',0,'tt_content',867,'',0),('acf5c7134d4cd7152b37f48ad5b80999','sys_category',10,'items','','','',1,'pages',24,'',0),('ad0bd534312166add2e0f153c63074a1','static_countries',29,'cn_country_zones','','','',17,'static_country_zones',506,'',0),('ad26a304d7242303cfdde72b377c76e5','tx_wst3bootstrap_card_element',15,'tt_content','','','',0,'tt_content',1469,'',0),('ad3192a5974b70a94c5013e81ca3897e','tx_powermail_domain_model_answer',39,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('ad5fbe2d067a4491563d182854a0b413','static_countries',104,'cn_country_zones','','','',90,'static_country_zones',315,'',0),('ad60409c066604cb84c3254c423af86a','tx_wst3bootstrap_card_element',39,'assets','','','',0,'sys_file_reference',386,'',0),('ad679712f46e4320839c86c7a8d01370','tt_content',1699,'l18n_parent','','','',0,'tt_content',1698,'',0),('adaff052e98eea7c877a7df833968eef','tx_wst3bootstrap_card_element',21,'tt_content','','','',0,'tt_content',1473,'',0),('add5d646ba35a9a4c18c67e3db355841','tt_content',1769,'image','','','',0,'sys_file_reference',563,'',0),('ade854d75a83a222c39f1b25d8d9b0f0','tt_content',1147,'pi_flexform','sDEF/lDEF/settings.pages/vDEF/','','',0,'pages',174,'',0),('ae09e00e24e055b23a068d02fc0d3e59','static_countries',157,'cn_country_zones','','','',5,'static_country_zones',535,'',0),('ae25eabfb0cfe25d9d8915923639145c','tt_content',1048,'assets','','','',0,'sys_file_reference',214,'',0),('ae41070400b2568939cb2c628debd528','static_countries',74,'cn_country_zones','','','',59,'static_country_zones',388,'',0),('ae5f749627222d0c0e9f9b2da1e794dc','sys_file',161,'storage','','','',0,'sys_file_storage',1,'',0),('ae619bbb960b9a0185a18b1e6553019a','tx_wst3bootstrap_card_element',71,'assets','','','',0,'sys_file_reference',400,'',0),('ae7a83974714a682ec3b759a7afb8412','tt_content',1533,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',71,'',0),('ae7e269aded6f9842a6515434d123b83','pages',256,'l10n_parent','','','',0,'pages',57,'',0),('aea93a60d2819d548843b6ec7cd11a89','static_countries',37,'cn_parent_territory_uid','','','',0,'static_territories',25,'',0),('aeb2eb3045740a5cb4e3ec1fc50b6fc1','sys_file_reference',187,'uid_local','','','',0,'sys_file',191,'',0),('aec5744c29066028ae158ae152b27d52','sys_file_reference',493,'uid_local','','','',0,'sys_file',191,'',0),('aec5db3bfaeeb83b91360efb0a2cdb09','static_countries',196,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('aec8cc484c5f20e95557ee0c61beecfd','sys_file_reference',105,'sys_language_uid','','','',0,'sys_language',1,'',0),('aece045e7e576fb39b15814c6c3c4ab4','static_countries',131,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('aeceef07ee1b0e43e860557bdb942137','sys_file_metadata',36,'file','','','',0,'sys_file',36,'',0),('aeec084e059a0ea4afc6b83de94668ec','tx_powermail_domain_model_answer',3,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('aefd45f97b2601a96416f4c0b265129c','tt_content',274,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wapplersystems.de',0),('af05d826c1e0cece2d6968c51d991c08','tt_content',928,'assets','','','',0,'sys_file_reference',157,'',0),('af1f8d852b717456b1ba813d9ee81287','static_countries',25,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('af211336f1a830ed178ebccc1ca6e6e4','sys_file_collection',3,'files','','','',2,'sys_file_reference',363,'',0),('af34a949e045525349c8569a079ea2ca','sys_file_metadata',227,'file','','','',0,'sys_file',138,'',0),('af39f94f4da5a8a981d24757d41f5e56','sys_file_metadata',107,'file','','','',0,'sys_file',107,'',0),('af3a8f7276d0840f248bd07050ae7559','static_countries',120,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('afa98f3d026a9b2de52d6b6ea882a37d','static_territories',11,'tr_parent_territory_uid','','','',0,'static_territories',5,'',0),('afacc6a3218cec97fb2b3da5bc871303','sys_file_metadata',257,'file','','','',0,'sys_file',266,'',0),('afbb6eb9feb553f1bf49a494c34d8a9e','sys_file_metadata',72,'file','','','',0,'sys_file',72,'',0),('b01a0cf465495a3a4fcbdfd85b9e9e5d','tt_content',486,'bodytext','','typolink_tag','7',-1,'_STRING',0,'typo3@wapplersystems.de',0),('b020b3fd8f8653d8d221285a9e0155ad','static_countries',208,'cn_currency_uid','','','',0,'static_currencies',180,'',0),('b02c770e89295efa81bf382cb568deb6','pages',164,'comments','','','',0,'tx_blog_domain_model_comment',1,'',0),('b05ec32e9b7e63f0aef374bb68d1b1e9','sys_file_reference',509,'sys_language_uid','','','',0,'sys_language',1,'',0),('b068de2fadd951a90526fccfe32572de','tt_content',1344,'l18n_parent','','','',0,'tt_content',663,'',0),('b06b652e91fd6fa586c15b3fa7591393','static_countries',189,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('b0771cb001e5f1f41e8234f2931a44b9','pages',43,'shortcut','','','',0,'pages',12,'',0),('b08fbdcc36625a9e90fbc8a044093b91','tt_content',1434,'l18n_parent','','','',0,'tt_content',764,'',0),('b0a7ba09d1c60f993f95821334742f20','tt_content',477,'l18n_parent','','','',0,'tt_content',164,'',0),('b0a7ef4ca90376f3577521ed5b64452f','tt_content',1733,'image','','','',1,'sys_file_reference',526,'',0),('b0b09d9d5962898e43a17a5866ecaa0b','sys_file_reference',308,'uid_local','','','',0,'sys_file',225,'',0),('b0d973922d00ff649147d11011c8f027','static_countries',65,'cn_country_zones','','','',13,'static_country_zones',147,'',0),('b0dcb0133f6daa8abecca5288aee086f','sys_file_reference',546,'l10n_parent','','','',0,'sys_file_reference',499,'',0),('b0e471115042276347c2f4e2cd595278','sys_file_metadata',18,'file','','','',0,'sys_file',18,'',0),('b0ea69e099aa56acebded0793f5cbd60','sys_category',4,'l10n_parent','','','',0,'sys_category',2,'',0),('b0f8faa088bfed91a6eb800b6b5d7002','static_countries',72,'cn_country_zones','','','',39,'static_country_zones',592,'',0),('b0fd3c3fd0886701f5bac2ec9ed1ea77','static_countries',172,'cn_currency_uid','','','',0,'static_currencies',113,'',0),('b102a59b0c9ef41b08a3f10e7e1d142b','sys_file',51,'metadata','','','',0,'sys_file_metadata',51,'',0),('b104243d26773312fc359574752be2e0','tx_powermail_domain_model_answer',48,'sys_language_uid','','','',0,'sys_language',-1,'',0),('b106943cbd20944bb2336c3f28bcd2e7','tt_content',1456,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',1,'',0),('b1291ae70aebc5982cb12de6b40fcf6f','static_countries',138,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('b12dacba184243d8f42733a448224c34','tt_content',1219,'assets','','','',0,'sys_file_reference',301,'',0),('b14dc2947cba4f6599118cb4f14908a1','tt_content',1228,'l18n_parent','','','',0,'tt_content',951,'',0),('b156b8abd10155aaec4ac9b6eed33dc0','sys_file_reference',126,'uid_local','','','',0,'sys_file',160,'',0),('b15a61da8aa8a275794a3c35e668f640','be_groups',1,'db_mountpoints','','','',0,'pages',3,'',0),('b16011f2151d3fd31874bd75b823b34a','static_countries',194,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('b164b989279b188846ba216b12c0a1cb','tt_content',496,'l18n_parent','','','',0,'tt_content',122,'',0),('b1652a47205aa96e49fb88347ecdb0a5','tx_powermail_domain_model_answer',60,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('b198cd944daa00c8ed3f90c03e453853','sys_file_reference',409,'uid_local','','','',0,'sys_file',303,'',0),('b19a074fb27cfd0231913a48b0e67f10','static_countries',141,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('b1a14d81cb44f6cd7fc39e2270c4e3ba','sys_file_metadata',328,'file','','','',0,'sys_file',338,'',0),('b1aa2661206574d38edabfc4d96f4769','tx_powermail_domain_model_answer',64,'mail','','','',0,'tx_powermail_domain_model_mail',7,'',0),('b1b0d69feab7af9a73fe733a22e3bcb9','sys_file_metadata',27,'file','','','',0,'sys_file',27,'',0),('b1bf2c2227b724958e18e36df9f6fa2d','sys_file_reference',287,'uid_local','','','',0,'sys_file',289,'',0),('b1bfb779ba096230a461a7a66f185482','sys_file_reference',222,'sys_language_uid','','','',0,'sys_language',1,'',0),('b1c26516fbd3f0b2c633e0af8f5922d6','sys_file_reference',458,'uid_local','','','',0,'sys_file',329,'',0),('b1c68ea71b322dcc5b4ed7b5d6ce4ded','static_countries',72,'cn_country_zones','','','',38,'static_country_zones',591,'',0),('b1fc417dc9aef1e9f575413ae4d29e3a','tt_content',527,'l18n_parent','','','',0,'tt_content',226,'',0),('b2291c9268bc09146f89d9ad63734f9d','static_countries',16,'cn_currency_uid','','','',0,'static_currencies',11,'',0),('b23cac8cac36636ecf39ce7710d3cb25','tx_powermail_domain_model_answer',38,'sys_language_uid','','','',0,'sys_language',-1,'',0),('b257aa64b6f8a604aa0c7661d99f49dd','sys_file_reference',544,'sys_language_uid','','','',0,'sys_language',1,'',0),('b25f3b6f029344b8d854bf1e49829b01','static_countries',74,'cn_country_zones','','','',58,'static_country_zones',391,'',0),('b28b3caf0b3b0a2f538019c69c0f4048','sys_file_metadata',221,'file','','','',0,'sys_file',231,'',0),('b297d9cd3298939eda0e07108cbd6381','static_countries',97,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('b2a44028db614450e886a945c67cb070','tx_wst3bootstrap_card_element',48,'assets','','','',0,'sys_file_reference',389,'',0),('b2a990195738ad83e4261bdcbdd04662','tt_content',1783,'image','','','',0,'sys_file_reference',564,'',0),('b2e18567c92e7ae7e7d63caf7d88f752','sys_file_reference',219,'l10n_parent','','','',0,'sys_file_reference',191,'',0),('b2e7374723fbf4a7840e270a3b47b070','sys_file_metadata',251,'file','','','',0,'sys_file',260,'',0),('b2ea98be44c63c7c080224d6314f90b9','tt_content',1738,'image','','','',0,'sys_file_reference',535,'',0),('b2f373b8d2224cc58e31bf06639a2ae8','sys_file_reference',243,'uid_local','','','',0,'sys_file',275,'',0),('b2f5cf6a0f6069d1b5988dd37b498b50','sys_file_metadata',239,'file','','','',0,'sys_file',248,'',0),('b2f82b229406b961e1a9e9482f543f1f','sys_file',264,'metadata','','','',0,'sys_file_metadata',255,'',0),('b2fa1fc87900ac92ddf21452ced6ad59','static_countries',36,'cn_country_zones','','','',9,'static_country_zones',75,'',0),('b32a17000220c3335d62c9c676701bfc','tt_content',1020,'pi_flexform','sDEF/lDEF/settings.fileCollection/vDEF/','','',0,'sys_file_collection',1,'',0),('b32d28a65b3773e5f696194dcce0c61a','static_countries',74,'cn_country_zones','','','',86,'static_country_zones',413,'',0),('b32ed47bdddee2c8a34d0cf3de056045','sys_file_reference',568,'uid_local','','','',0,'sys_file',336,'',0),('b335a145606bfa8f520dc7256bf33b77','be_groups',1,'file_mountpoints','','','',1,'sys_filemounts',2,'',0),('b33614f5bd7663bec24cc0c78dd77e9b','static_countries',72,'cn_country_zones','','','',5,'static_country_zones',542,'',0),('b34bcc0fd8c4d5e97358d9dc6eb1d6ed','tt_content',782,'header_link','','typolink','4dd878e290cb5f1d5d93f7a41d6567a6:0',-1,'pages',109,'',0),('b34d3c6eacb474666469062bb056e8c1','sys_file_reference',541,'uid_local','','','',0,'sys_file',190,'',0),('b34e4d356e882d688f44263eda3da3b8','sys_file_reference',340,'uid_local','','','',0,'sys_file',312,'',0),('b3731e83a1df47ec505d04c71569f741','sys_file_reference',422,'uid_local','','','',0,'sys_file',334,'',0),('b378ac105c0c8983c1b8563541045111','static_countries',72,'cn_country_zones','','','',55,'static_country_zones',651,'',0),('b38776050bf0029d31e71906943667de','tt_content',1397,'l18n_parent','','','',0,'tt_content',916,'',0),('b393f6ee3b924ef7602e9f00a6289522','tt_content',1339,'l18n_parent','','','',0,'tt_content',887,'',0),('b39fb1d7aad348cc96b7871546c90765','tt_content',1664,'image','','','',0,'sys_file_reference',446,'',0),('b3a12bde7073ccf6b962c08ec9f7efff','tt_content',1511,'l18n_parent','','','',0,'tt_content',1510,'',0),('b3a6267f87972272b3dc506a4eb24dc2','static_countries',220,'cn_country_zones','','','',47,'static_country_zones',59,'',0),('b3a78a05feca7a453a598fc5efee3ae3','tx_wst3bootstrap_card_element',2,'tt_content','','','',0,'tt_content',1456,'',0),('b3aad54166d64bbe77784b6bf0c6d1f5','tt_content',487,'l18n_parent','','','',0,'tt_content',174,'',0),('b3d1982cf7962dc9bde1c4c2a3fe746e','sys_file',166,'metadata','','','',0,'sys_file_metadata',156,'',0),('b3e01870083ba4b6e91e1c98776f680d','tx_powermail_domain_model_answer',55,'sys_language_uid','','','',0,'sys_language',-1,'',0),('b3e345adcee54bf067d0943cb4e412a5','tt_content',1323,'l18n_parent','','','',0,'tt_content',673,'',0),('b3fc4c3b21924f7a08cc77cb574d9dc1','sys_file_metadata',292,'file','','','',0,'sys_file',301,'',0),('b400c0534528c460cf1771fcc4ab8e2f','static_territories',28,'tr_parent_territory_uid','','','',0,'static_territories',2,'',0),('b411c1d56797cfd9de841e111c342cfb','sys_file_reference',36,'uid_local','','','',0,'sys_file',122,'',0),('b41d668e187e3008c1ea7fc1af4b5789','static_countries',3,'cn_currency_uid','','','',0,'static_currencies',171,'',0),('b41e0775e2e833105c57fda2134956ec','static_countries',65,'cn_country_zones','','','',38,'static_country_zones',170,'',0),('b4338f6a5fb2544b2cf793477a897524','tx_dpnglossary_domain_model_term',1,'descriptions','','','',0,'tx_dpnglossary_domain_model_description',1,'',0),('b43c125d7a1112ff1639da5e824fa3dc','static_countries',110,'cn_currency_uid','','','',0,'static_currencies',77,'',0),('b44470415b1b3f89688dfe8ca037b87c','tx_wst3bootstrap_card_element',52,'tt_content','','','',0,'tt_content',1499,'',0),('b445d1bae12e6345690ecadf933c92e2','sys_file',97,'metadata','','','',0,'sys_file_metadata',97,'',0),('b4630887392fd429eb7fa39057174742','sys_file_metadata',323,'file','','','',0,'sys_file',333,'',0),('b4651024f8a8d0be0b7b9780afb33d8b','static_countries',93,'cn_country_zones','','','',2,'static_country_zones',692,'',0),('b46be86064b3f15984f439aa4fd3473f','static_countries',74,'cn_country_zones','','','',45,'static_country_zones',377,'',0),('b47fa443c3dcf2b92c05d248909b7a3d','tt_content',1266,'l18n_parent','','','',0,'tt_content',972,'',0),('b48bc2366db66a733da50717cb156a33','static_countries',221,'cn_currency_uid','','','',0,'static_currencies',156,'',0),('b4960e6146a5ce054a5f21444b50271b','sys_file_reference',533,'l10n_parent','','','',0,'sys_file_reference',490,'',0),('b4a8d006a8d92ee9bf805b639e963491','tt_content',1724,'image','','','',0,'sys_file_reference',510,'',0),('b4b45c9334cb2f59814ecca318df9afc','sys_file_reference',534,'uid_local','','','',0,'sys_file',191,'',0),('b4b7bff0cdbd6a34d4ac3967fabb3757','static_countries',220,'cn_country_zones','','','',27,'static_country_zones',37,'',0),('b4cbe1d8cc4f363d46a310b9d2c8ee2d','static_countries',97,'cn_country_zones','','','',6,'static_country_zones',466,'',0),('b4cf0752432b47ebda3815b6ebaf27a2','tt_content',1716,'image','','','',1,'sys_file_reference',495,'',0),('b4d37a2e58b0433f418adf9822396c42','tx_wst3bootstrap_card_element',35,'tt_content','','','',0,'tt_content',1491,'',0),('b4e96ab682e93c4780b5cc4f3f833518','static_countries',164,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('b4f784b39e2bc8a1b0aeb6dedb56f1af','sys_file_reference',525,'uid_local','','','',0,'sys_file',190,'',0),('b5227893114b7a8d1d0394bf8f0b1d61','static_countries',36,'cn_country_zones','','','',12,'static_country_zones',78,'',0),('b52f7fd449e80b6d5b3fe07d9c9326a8','tx_wst3bootstrap_counterbar_item',3,'tt_content','','','',0,'tt_content',1478,'',0),('b54e30825d27e6944d4f574eff022434','tx_calendarize_domain_model_event',1,'calendarize','','','',0,'tx_calendarize_domain_model_configuration',1,'',0),('b55f53eb4adaa5f99e1b54dc4b9bf636','tt_content',930,'pi_flexform','pages/lDEF/settings.detailPid/vDEF/','','',0,'pages',130,'',0),('b58a42358323356a408e82928d02780d','tt_content',1057,'assets','','','',0,'sys_file_reference',230,'',0),('b5b33d3ee48eef37cbe1551bd406b632','tt_content',197,'assets','','','',0,'sys_file_reference',13,'',0),('b5be8eae0e6aafade23e8ea92e530caf','tx_wst3bootstrap_card_element',68,'assets','','','',0,'sys_file_reference',399,'',0),('b5c3cd2233127638f75ab1b00405d786','sys_file_reference',521,'sys_language_uid','','','',0,'sys_language',1,'',0),('b5cc7dfd674b0199a9c298df893cda3b','static_countries',104,'cn_country_zones','','','',27,'static_country_zones',249,'',0),('b5ced6fa927781c9ab941c8fd7186a57','static_countries',139,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('b5f2e1f6a71095082f0523ca8b9194ba','sys_file',239,'metadata','','','',0,'sys_file_metadata',230,'',0),('b610c5b8eeac643bb1f85fbf92b83000','sys_file_reference',359,'sys_language_uid','','','',0,'sys_language',1,'',0),('b6124140e2a89e06c1657a8e741c3c0d','sys_file_metadata',297,'file','','','',0,'sys_file',306,'',0),('b614e711b42a6c954aaddab33f559524','sys_file_metadata',159,'file','','','',0,'sys_file',169,'',0),('b6390e47f9dcd358032123d4cecfd91b','sys_file_metadata',26,'file','','','',0,'sys_file',26,'',0),('b64dd92f1d7a50ada3ee30f7ef4c511d','tx_powermail_domain_model_answer',29,'field','','','',0,'tx_powermail_domain_model_field',8,'',0),('b64f0bdb5dcff8ac5c15915282496bbf','sys_file_reference',182,'l10n_parent','','','',0,'sys_file_reference',88,'',0),('b66d3e9b90409b90cf1726acbf87fd8e','sys_file',236,'storage','','','',0,'sys_file_storage',1,'',0),('b68d8cfaefc87a81103d1f87f4126bc0','sys_file_metadata',326,'file','','','',0,'sys_file',336,'',0),('b69aa4c27fb5f6dde0c8026d9170c6fd','sys_file_reference',355,'l10n_parent','','','',0,'sys_file_reference',145,'',0),('b6a9aa54dd9f4a6893abc4a1bdf927d2','tt_content',1024,'assets','','','',4,'sys_file_reference',194,'',0),('b6b0e98fa050fef7a3177004e9bf2e49','sys_file_metadata',303,'file','','','',0,'sys_file',312,'',0),('b6b8d9c4f947c9d631affdcedb8495cd','sys_file_reference',34,'uid_local','','','',0,'sys_file',119,'',0),('b6cdfb89062c898665a8f09fb255d97c','tt_content',1495,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',44,'',0),('b6e1d3e8b38a979a286ef0fe12d43569','static_countries',13,'cn_country_zones','','','',7,'static_country_zones',103,'',0),('b7033a306a28b1ed18f4a2af4c51e44e','sys_file_reference',416,'uid_local','','','',0,'sys_file',329,'',0),('b70ea12c97bfd53b49500a2e03c7022b','tt_content',800,'l18n_parent','','','',0,'tt_content',240,'',0),('b714aac932a8cbf660400c369ee7329a','sys_file_metadata',81,'file','','','',0,'sys_file',81,'',0),('b719931d4763414afcfe09a2426fd80d','tx_wst3bootstrap_card_element',62,'tt_content','','','',0,'tt_content',1504,'',0),('b742d63cb89ec79d3099171af67f8a3a','sys_file_reference',303,'sys_language_uid','','','',0,'sys_language',1,'',0),('b7735cc9991e227da50ad528ebde58e8','tt_content',794,'assets','','','',0,'sys_file_reference',110,'',0),('b7782bef0ad6f6191722e430972bdf7e','tt_content',1680,'assets','','','',0,'sys_file_reference',475,'',0),('b7a96f93cc0a0145407701cbf99a13af','tt_content',782,'pages','','','',0,'pages',109,'',0),('b7aebee8ffe1ed167974f3182c2a4e26','tt_content',1495,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',42,'',0),('b7b8363a2e3be040c514168e22495bba','sys_file_reference',238,'uid_local','','','',0,'sys_file',285,'',0),('b7d60c399ff8fc19c67eb26c41dfc361','tt_content',1685,'assets','','','',0,'sys_file_reference',478,'',0),('b8051dfa438534755172401308b13c31','tt_content',1170,'image','','','',5,'sys_file_reference',278,'',0),('b81207603767fcb44f75c30e2ede5f98','static_countries',41,'cn_country_zones','','','',5,'static_country_zones',107,'',0),('b861caa064bfd45b4a709f043f2d5fc8','tt_content',1372,'l18n_parent','','','',0,'tt_content',1061,'',0),('b86d3d7a7335a5f4dfb882f82b757745','sys_file_metadata',281,'file','','','',0,'sys_file',290,'',0),('b87d81a8f3a94e49fbfec9f6f85e095e','tt_content',1825,'assets','','','',3,'sys_file_reference',587,'',0),('b886af207835ae4e174fa8a06791a77f','tx_powermail_domain_model_answer',71,'sys_language_uid','','','',0,'sys_language',-1,'',0),('b8b11b41a0a13dd8021e2f31a3966d74','be_groups',1,'db_mountpoints','','','',1,'pages',1,'',0),('b8bb3fdca5b7abc89e6acc6b4b4d0cdb','sys_file_reference',155,'link','','typolink','be29985b528be28dd45d28a99c8cd1a2:0',-1,'pages',38,'',0),('b8c27ec68d115f64672a69c56d06723a','static_countries',178,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('b8df04754a799581329f717f150a754d','static_territories',26,'tr_parent_territory_uid','','','',0,'static_territories',2,'',0),('b8e409d821e28cf197cc810fc41b0d28','tt_content',246,'l18n_parent','','','',0,'tt_content',244,'',0),('b8f44e629bed41f41df1e19e72f0d4f0','sys_file',239,'storage','','','',0,'sys_file_storage',1,'',0),('b91f35bdc0dd734b1e9f7679511fd908','static_countries',74,'cn_country_zones','','','',30,'static_country_zones',358,'',0),('b92507be3f817d4c14e55f279557d465','static_countries',72,'cn_country_zones','','','',109,'static_country_zones',670,'',0),('b93862e32054a07f9fdc670c2ea7d685','sys_file',341,'storage','','','',0,'sys_file_storage',1,'',0),('b94b9ea3f07ca5964be5d98dc77148e0','sys_file',245,'metadata','','','',0,'sys_file_metadata',236,'',0),('b95bc0e935f9e4e8bd8b4668b10e40b5','tt_content',1306,'l18n_parent','','','',0,'tt_content',1167,'',0),('b96d151eed87b2f9f5add5acf78d899d','tx_powermail_domain_model_answer',70,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('b97325c02f022cfec8beb39e01a36a94','tt_content',532,'l18n_parent','','','',0,'tt_content',231,'',0),('b983a9800e6d429847c36195efc6c634','sys_file_reference',526,'uid_local','','','',0,'sys_file',191,'',0),('b98916bfb77751e29618170e9d27cce7','sys_file_metadata',106,'file','','','',0,'sys_file',106,'',0),('b9ab3e0bf1dcd98201e44bde63c766c8','static_countries',72,'cn_country_zones','','','',14,'static_country_zones',631,'',0),('b9b5d8b81f3b3bcec03194b9a585a134','tt_content',510,'l18n_parent','','','',0,'tt_content',104,'',0),('b9c180454b887eedfa2973389b840617','tx_powermail_domain_model_answer',48,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('b9c33bdd564eb997f93ad2856760e82e','tx_news_domain_model_news',1,'fal_media','','','',0,'sys_file_reference',93,'',0),('b9cafdcce8be2e283d57bc8ded24c7d6','sys_file',245,'storage','','','',0,'sys_file_storage',1,'',0),('b9ea43cdceab58a7325fa2b9a843fef3','sys_file_reference',574,'l10n_parent','','','',0,'sys_file_reference',569,'',0),('b9ebd1292c656fed465107a296a63708','sys_file_reference',514,'uid_local','','','',0,'sys_file',190,'',0),('b9ffd15c19ee9dcab16b051586c60cd0','tt_content',1740,'l18n_parent','','','',0,'tt_content',1724,'',0),('ba12d4f6a05045420abd0c9cc01d7a42','static_countries',72,'cn_country_zones','','','',95,'static_country_zones',639,'',0),('ba1ae9a936d6f33baf06f6b22a3a4e0e','tt_content',1425,'l18n_parent','','','',0,'tt_content',1210,'',0),('bab451d4dd95b7b9b23b8a8f138abe28','tx_powermail_domain_model_answer',64,'sys_language_uid','','','',0,'sys_language',-1,'',0),('bade70015c0ebf647f6aa971f8b8432f','sys_file_reference',539,'uid_local','','','',0,'sys_file',190,'',0),('baebc8f4ac1dd7147c3a7ecf0f2888c0','tt_content',1324,'l18n_parent','','','',0,'tt_content',865,'',0),('baf896ff644f1205a628c3fe87367d1c','static_countries',104,'cn_country_zones','','','',24,'static_country_zones',244,'',0),('bb2d9489adeb641fd40c49a3522c2b8e','tt_content',1392,'l18n_parent','','','',0,'tt_content',1052,'',0),('bb5ff08019b4a3871949f4cbd8ab11a2','sys_file',169,'storage','','','',0,'sys_file_storage',1,'',0),('bb63a42b78c3d9192d50bf2abfac79c0','sys_file_reference',223,'sys_language_uid','','','',0,'sys_language',1,'',0),('bb94a47f9edc9c046e547c563ea62885','static_countries',220,'cn_country_zones','','','',16,'static_country_zones',25,'',0),('bb9be93ecc151bea46a756ccfcce15d7','tt_content',1431,'l18n_parent','','','',0,'tt_content',1055,'',0),('bbac5dfabda9eb67d992f4891a0ade61','tt_content',1292,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('bbb60f0bbba193094f33ff2658c8b929','static_countries',220,'cn_country_zones','','','',46,'static_country_zones',58,'',0),('bbbab077f9a502b967fa7820ed57f53a','tx_powermail_domain_model_field',3,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('bbbc52fd51841716e5bdb2d7dbd95730','sys_file_reference',373,'uid_local','','','',0,'sys_file',191,'',0),('bbc5131aca69fcc0a6b456aab3320fc4','static_countries',72,'cn_country_zones','','','',126,'static_country_zones',650,'',0),('bbc7d040c1bbd90d4f3ea25a1ee17d65','tx_powermail_domain_model_answer',6,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('bbdc0f387d60494d5691e89ec4efd0d2','sys_file_metadata',194,'file','','','',0,'sys_file',204,'',0),('bbde120db4dabf6b4010cdf62a7135d1','tt_content',889,'pi_flexform','additional/lDEF/settings.backPid/vDEF/','','',0,'pages',39,'',0),('bbf619c7ed3646443ddf3e4e1ff314eb','sys_file_reference',504,'sys_language_uid','','','',0,'sys_language',1,'',0),('bbfc078e8beec62e8936cbae7e27b43e','sys_file_reference',218,'l10n_parent','','','',0,'sys_file_reference',190,'',0),('bc18813481c68f46e9997376d88be102','sys_file_metadata',60,'file','','','',0,'sys_file',60,'',0),('bc1c0397a7a463c37c26ed9c0d363db9','tt_content',1714,'image','','','',0,'sys_file_reference',490,'',0),('bc1c71cce44d2818c887c87675db02f6','static_countries',117,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('bc1e482ebd753210415a9002ed627c34','sys_file_metadata',186,'file','','','',0,'sys_file',196,'',0),('bc219916198aa9025db39ac466aa78e0','static_countries',215,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('bc2311d82a40d5da8537eb4e8dca4c9a','static_countries',81,'cn_currency_uid','','','',0,'static_currencies',56,'',0),('bc50dbb0e3dffcdcdba3e0723b852e9f','sys_file_reference',413,'uid_local','','','',0,'sys_file',329,'',0),('bc81b549c53150e1a9aca65f2aa75028','static_countries',89,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('bcce71aa14e08184e78ba4ab2b7136ab','sys_file_metadata',102,'file','','','',0,'sys_file',102,'',0),('bcd328a567da44e7dd1b642b113e50e2','static_countries',127,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('bd0021b358bc3bd9a3733d4b36b80de9','sys_file_reference',367,'uid_local','','','',0,'sys_file',314,'',0),('bd003d9e0c3ea841f7b35c7b02260c2d','static_countries',217,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('bd09c566f11dca7a255c0c1ccdeb1d81','static_countries',220,'cn_country_zones','','','',28,'static_country_zones',38,'',0),('bd0d1c0bdb121d9e3b1f89c868d31b54','static_countries',72,'cn_country_zones','','','',118,'static_country_zones',646,'',0),('bd164290de9e5a199e57cfb09a580f03','sys_file_reference',362,'uid_local','','','',0,'sys_file',188,'',0),('bd18a831da37910f20195744f99c011f','sys_file_reference',371,'sys_language_uid','','','',0,'sys_language',1,'',0),('bd24747fb239c289af05480361f42da1','sys_file_metadata',17,'file','','','',0,'sys_file',17,'',0),('bd28a95e64227b5d5a8c76c4708745d6','tx_powermail_domain_model_answer',70,'sys_language_uid','','','',0,'sys_language',-1,'',0),('bd2b2b042a0f16fca5b0db752734e4d5','static_countries',114,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('bd336e446b9b0e4d60b7d35055c1f792','sys_file',303,'storage','','','',0,'sys_file_storage',1,'',0),('bd48d4642aa9f0c9d73f06d1c4042a0e','sys_file',191,'storage','','','',0,'sys_file_storage',1,'',0),('bd71c58e2069404a9f9360413ec363b1','sys_file_reference',542,'uid_local','','','',0,'sys_file',191,'',0),('bd91a78d08f8b6d67e3897d4fa1d75db','static_countries',63,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('bda1e3cf143a86d5d40f88bb75f52fae','sys_file_metadata',279,'file','','','',0,'sys_file',288,'',0),('bda423c2611a93dd15d371cc0766f745','static_countries',34,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('bdb9645a10e1643ea034315556922809','tx_powermail_domain_model_answer',66,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('bdba8588913883457f72133e8bd9f6fe','sys_file_reference',335,'l10n_parent','','','',0,'sys_file_reference',274,'',0),('bdf26631f5aa2332da3d899e0cbe1be2','tx_powermail_domain_model_answer',7,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('be03c87e70ef9424bc341f6845a99784','static_countries',72,'cn_country_zones','','','',51,'static_country_zones',616,'',0),('be0ae53270b1ff5cecf1abf79f807081','tx_news_domain_model_news',1,'tags','','','',0,'tx_news_domain_model_tag',1,'',0),('be2b4d1d356bdd98fb7aa2367ad885b8','sys_file_reference',193,'uid_local','','','',0,'sys_file',196,'',0),('be2c066a7b6c818f91f0453c9b8dd914','sys_file',119,'metadata','','','',0,'sys_file_metadata',119,'',0),('be3b955c1a0cb9972e14cd1ed6c375d0','static_countries',157,'cn_country_zones','','','',1,'static_country_zones',531,'',0),('be3f3ece1ad58223bcfc2d9a9082706f','static_countries',72,'cn_country_zones','','','',87,'static_country_zones',620,'',0),('be4970ecd93fb91b01be3c967b90c625','sys_file',20,'metadata','','','',0,'sys_file_metadata',20,'',0),('be5144d4c8b64d516c3de00f518597ba','static_countries',20,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('be54fde68c17cd137e2974b436f1b81f','tt_content',792,'l18n_parent','','','',0,'tt_content',64,'',0),('be577b06e04bdfb41b673a905e7596ee','tt_content',1335,'l18n_parent','','','',0,'tt_content',873,'',0),('be6a8c70c6e2d3fc809c3f0c4dbb5fa5','static_countries',101,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('be890d7048fa3f90f20688582d7bf295','sys_file',93,'metadata','','','',0,'sys_file_metadata',93,'',0),('bea4b7ca8dbece1d0042088f2c5d4632','pages',250,'preview_image','','','',0,'sys_file_reference',559,'',0),('bead739310fccc888ee67612d20c953c','static_countries',42,'cn_currency_uid','','','',0,'static_currencies',164,'',0),('beb6cceadec3b8e576470f754ebb196b','static_countries',72,'cn_country_zones','','','',123,'static_country_zones',647,'',0),('bebdabd94283654a9fc8c86979cc7636','sys_file_metadata',286,'file','','','',0,'sys_file',295,'',0),('bec55eb0045b15067e3ed4dd4045d38c','static_countries',220,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('bef3373bf4150364cdc14131658b575c','sys_file_reference',497,'uid_local','','','',0,'sys_file',191,'',0),('befe692791ed730137f9328a1215636e','tx_powermail_domain_model_mail',4,'sys_language_uid','','','',0,'sys_language',-1,'',0),('bf0ae27ee18bf45afa1d841a4ec9599e','static_countries',104,'cn_country_zones','','','',65,'static_country_zones',296,'',0),('bf17c4c96c474a862ef94a683875b255','static_countries',23,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('bf374c823dba94cf8c4a691cd9107ef2','sys_file',169,'metadata','','','',0,'sys_file_metadata',159,'',0),('bf487519968b83c881d0e54383de641f','static_countries',72,'cn_country_zones','','','',12,'static_country_zones',544,'',0),('bf5e9390b9274b809b38d8250e1dc21f','sys_file_reference',347,'uid_local','','','',0,'sys_file',326,'',0),('bf61dcb7ac2a3c4b39ef6311e1fab3d7','sys_file_reference',195,'uid_local','','','',0,'sys_file',197,'',0),('bf9f1adf5199438264d78ad1d0223888','tt_content',1318,'background_media','','','',0,'sys_file_reference',340,'',0),('bfa527945ec2949142519cab10622028','static_countries',149,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('bfb764201823bb80559e184d949ccfdd','static_countries',72,'cn_country_zones','','','',127,'static_country_zones',652,'',0),('bfc0a6261b4c1d97577ba852224ad77c','tx_powermail_domain_model_answer',4,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('bfcaff0bdf653343dd23e5961b000e14','sys_file_reference',412,'l10n_parent','','','',0,'sys_file_reference',411,'',0),('bfcd8e0bd6b680e99a2e737f3bb15cb9','tt_content',1765,'pages','','','',0,'pages',7,'',0),('bff7491b6a4fb978499ec07de86ff56f','static_countries',72,'cn_country_zones','','','',81,'static_country_zones',662,'',0),('c00890eb477c2048e37c38db129eb375','tt_content',1539,'pi_flexform','sDEF/lDEF/settings.fileCollection/vDEF/','','',0,'sys_file_collection',4,'',0),('c011d7e0a33694ce5e2c3a4aecc2acaf','sys_file_metadata',236,'file','','','',0,'sys_file',245,'',0),('c051704a91fda5f850b4dfc7f8e85d88','sys_file_metadata',135,'file','','','',0,'sys_file',135,'',0),('c057655f0c00f23dd454c15b8edb15c2','sys_file_reference',534,'sys_language_uid','','','',0,'sys_language',1,'',0),('c07be7588a2f653fce4481e9edf34641','sys_file_reference',501,'sys_language_uid','','','',0,'sys_language',1,'',0),('c09382cf3cb20f6d7058791f4d15263e','static_countries',74,'cn_country_zones','','','',40,'static_country_zones',370,'',0),('c0a15d1aa9cc850c71a9244fb74fa20e','sys_file',259,'storage','','','',0,'sys_file_storage',1,'',0),('c0ade6cf072a9f962f4dc59def882555','tx_wst3bootstrap_card_element',83,'tt_content','','','',0,'tt_content',1164,'',0),('c0b04a0722e0093ad7c0929119e7c257','tx_wsslider_domain_model_item',2,'foreground_media','','','',0,'sys_file_reference',414,'',0),('c0c0ade9f3b9bd7e8fb5552e5cf01ff7','sys_file_reference',507,'uid_local','','','',0,'sys_file',191,'',0),('c0c1230fd2413439162482a51b08f05c','static_countries',148,'cn_country_zones','','','',16,'static_country_zones',198,'',0),('c0fe03e8834c2f49fb801c1f3b2b2d3f','static_countries',140,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('c13389ddfb81268bb99768e95d7efe71','sys_template',71,'constants','','url','2',-1,'_STRING',0,'https://www.facebook.com/WapplerSystems/',0),('c14536eb392a24378cf7204003df7c07','tt_content',1665,'image','','','',1,'sys_file_reference',448,'',0),('c14dd8e840ef5a4cee65d93869a689ba','sys_file',186,'metadata','','','',0,'sys_file_metadata',176,'',0),('c16b26985c40d821195ae3cac813d863','sys_file_reference',36,'l10n_parent','','','',0,'sys_file_reference',13,'',0),('c16d9ef575c522fdbffa67d34f3040d5','static_countries',157,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('c17a8d92c21dbbb656f611452fe2f323','tx_powermail_domain_model_answer',46,'field','','','',0,'tx_powermail_domain_model_field',3,'',0),('c17efacce1f543b6961e19e1762c09fc','sys_file_metadata',317,'file','','','',0,'sys_file',327,'',0),('c187e2ae05419184db4ee39858788340','static_countries',97,'cn_country_zones','','','',14,'static_country_zones',474,'',0),('c1921b3ada0f2fae003ab8a75a901450','static_countries',132,'cn_currency_uid','','','',0,'static_currencies',93,'',0),('c1bd3ba028443a07fd2ff0fc8493cab6','sys_file_reference',307,'uid_local','','','',0,'sys_file',226,'',0),('c1ca18b5e72de01fdc1e637950ba349e','tt_content',790,'l18n_parent','','','',0,'tt_content',65,'',0),('c1d9d77e244db911fc170690b3c98beb','sys_file_metadata',23,'file','','','',0,'sys_file',23,'',0),('c202e736613083f44a1bf2321fed5443','tx_wst3bootstrap_card_element',9,'tt_content','','','',0,'tt_content',1456,'',0),('c2159fbcfe3960faddd8529dd0f3ab56','sys_file_metadata',184,'file','','','',0,'sys_file',194,'',0),('c2223c08b76835fafd5da1cd473310fc','sys_file_reference',445,'uid_local','','','',0,'sys_file',337,'',0),('c246f30c6db59ff177525b85167fcf69','static_countries',148,'cn_country_zones','','','',12,'static_country_zones',194,'',0),('c25155c8fdbc72e997d3e2dbd5a039f9','sys_file',58,'metadata','','','',0,'sys_file_metadata',58,'',0),('c2614bde6d75f9924df080b4c8efd2d8','sys_file_reference',311,'uid_local','','','',0,'sys_file',192,'',0),('c26a266b4dfac9e3e8edbd22a4df0ad6','sys_file_reference',526,'sys_language_uid','','','',0,'sys_language',1,'',0),('c270afcd0172dcc40de123c45a81433d','tt_content',796,'l18n_parent','','','',0,'tt_content',768,'',0),('c286f8fb3b75d782202d1c55fe5c77ae','static_countries',220,'cn_country_zones','','','',18,'static_country_zones',27,'',0),('c2fbde103315f5cf85d0bbc4db522305','sys_file_reference',345,'uid_local','','','',0,'sys_file',228,'',0),('c301f412cc24492c57c12bb7ce6a9ef3','tx_blog_domain_model_tag',3,'sys_language_uid','','','',0,'sys_language',-1,'',0),('c30a9939e520f8a2ef236908bd9ea916','static_countries',198,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('c314f167b6bb0c8d110302f3ddd75a05','sys_file_reference',184,'uid_local','','','',0,'sys_file',198,'',0),('c32fb20898d857198c491c07c2f3a3ab','sys_file_reference',331,'uid_local','','','',0,'sys_file',304,'',0),('c338032f608904b79803d46e014ca8cd','tx_wst3bootstrap_card_element',54,'tt_content','','','',0,'tt_content',1500,'',0),('c34721a20faf46b2094e25918bc62ca9','tt_content',785,'l18n_parent','','','',0,'tt_content',67,'',0),('c35df4b61b058b00e92d261a1c13b698','tx_powermail_domain_model_field',7,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('c35facf156780f7187a67952879f2c59','static_countries',130,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('c3aa88737bf265adbece0e218085d24a','tt_content',797,'l18n_parent','','','',0,'tt_content',765,'',0),('c3b640a1b3efb203d426cbb523ab5ae4','tt_content',1535,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',77,'',0),('c3bb98dd98058b51574dd1d1099fb5d9','tt_content',538,'l18n_parent','','','',0,'tt_content',191,'',0),('c3bf62d1dcaa95a54ef509a4976cf064','sys_category',7,'items','','','',3,'pages',122,'',0),('c3c1d28bbae67dcf736f04606c86603d','static_countries',74,'cn_country_zones','','','',79,'static_country_zones',423,'',0),('c3c28875730624cd08606da59253de23','tt_content',583,'assets','','','',0,'sys_file_reference',37,'',0),('c3d22fa84f1471e839874bec8bde11d9','sys_file_reference',355,'uid_local','','','',0,'sys_file',219,'',0),('c4119cfb8592045bc49b6ad5c682060a','be_users',6,'db_mountpoints','','','',0,'pages',68,'',0),('c41e40010c5ab7f46d298ddfcea2610b','pages',224,'l10n_parent','','','',0,'pages',117,'',0),('c45bac0ab7b06586c05247e5479301d4','tt_content',1342,'l18n_parent','','','',0,'tt_content',674,'',0),('c467ba641c68bbdde36caad868c32354','sys_file',79,'metadata','','','',0,'sys_file_metadata',79,'',0),('c46a3238f2d2ee4615f4bc7b87f1929d','static_countries',72,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('c46a683687bec28288cc481603241aa9','sys_file',192,'storage','','','',0,'sys_file_storage',1,'',0),('c46db79072737d46511ebae19a4404cc','tx_wst3bootstrap_card_element',73,'tt_content','','','',0,'tt_content',1533,'',0),('c48690e2cf6112539b51a7f33675ef56','sys_file_reference',373,'l10n_parent','','','',0,'sys_file_reference',314,'',0),('c48739f4a67b53b39c35412e9a4a9413','sys_file_metadata',291,'file','','','',0,'sys_file',300,'',0),('c49a5884d4993066cf4ab85efd492035','tt_content',1225,'assets','','','',0,'sys_file_reference',304,'',0),('c4a22decae5a308a0845464fdb52ead6','sys_category',10,'posts','','','',4,'pages',292,'',0),('c4ac6068e423a90c5ff0ba9a03bfbe6b','tt_content',1175,'background_media','','','',0,'sys_file_reference',281,'',0),('c4d2989103f0e3c6e03e1abb709a187a','tt_content',1710,'image','','','',1,'sys_file_reference',486,'',0),('c4d50c4db0fb72288b04005ffc36e3b9','static_countries',112,'cn_currency_uid','','','',0,'static_currencies',78,'',0),('c4ebacf6489e96f41df55c33d0bdf9d8','static_countries',220,'cn_country_zones','','','',39,'static_country_zones',51,'',0),('c4f01d116c18024001fe7fd1216de77b','sys_file',302,'storage','','','',0,'sys_file_storage',1,'',0),('c504f67625ee596f76944495c6c0e70a','static_countries',209,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('c511879d15a2351ccfec4cc49cc7a358','sys_file_reference',288,'l10n_parent','','','',0,'sys_file_reference',286,'',0),('c51779b7503af0eeb646b1f5604ec064','tx_wst3bootstrap_card_element',54,'assets','','','',0,'sys_file_reference',391,'',0),('c517f94878de5a1885c36ac29ac590e1','sys_file_reference',501,'uid_local','','','',0,'sys_file',191,'',0),('c52afe1bd6b0d49c953485a3ec86c118','static_countries',245,'cn_currency_uid','','','',0,'static_currencies',52,'',0),('c53f0ee8a27674ed017d1ceb9a433bb2','tt_content',1376,'l18n_parent','','','',0,'tt_content',958,'',0),('c54e56258460c30e3e99611d3a9e3984','tx_powermail_domain_model_answer',5,'sys_language_uid','','','',0,'sys_language',-1,'',0),('c5530c0355faf483b06bd397f55be765','static_countries',122,'cn_currency_uid','','','',0,'static_currencies',31,'',0),('c55b40472c027e5334648a355078dd4b','tx_news_domain_model_news',7,'fal_media','','','',2,'sys_file_reference',411,'',0),('c57aee466476a4d7808632a4c2d570d2','static_countries',97,'cn_country_zones','','','',24,'static_country_zones',484,'',0),('c5857810588409ff47a9492d57d77fdb','sys_file_metadata',53,'file','','','',0,'sys_file',53,'',0),('c5875c07e7c7a1547b20ee9734a5f33e','sys_file_reference',356,'uid_local','','','',0,'sys_file',163,'',0),('c58f7fdceb59bb499c0c23978265f70b','tt_content',1415,'assets','','','',0,'sys_file_reference',359,'',0),('c5bd05ece6deb36acf9194edfebfff24','tx_powermail_domain_model_answer',10,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('c5d8eb58bf2b7a9e5019215a7972288d','sys_file_reference',308,'link','','typolink','a835bd77b78f1c4aaa0d8d2b9a605287:0',-1,'pages',24,'',0),('c5d9792647b30cac0f2cd77548752215','sys_file_metadata',201,'file','','','',0,'sys_file',211,'',0),('c5e573fcf804c73bc135660e57830036','static_countries',29,'cn_country_zones','','','',14,'static_country_zones',504,'',0),('c5eb4ab07aa7a397ef0ee12476d6926f','tt_content',1438,'image','','','',0,'sys_file_reference',372,'',0),('c5f45baaead276518aaffeb0bf0bcd3d','tx_wst3bootstrap_card_element',30,'bodytext','','typolink_tag','3',-1,'_STRING',0,'info@wappler.systems',0),('c603e02ba03d7d8a87f6fb8ec1bfc17b','sys_file_reference',109,'sys_language_uid','','','',0,'sys_language',1,'',0),('c6067b66f7966b1ba9e4ffb4b8cc992c','tt_content',1221,'l18n_parent','','','',0,'tt_content',938,'',0),('c60a7723b7e58a913f408c3f62237f4d','static_countries',15,'cn_currency_uid','','','',0,'static_currencies',10,'',0),('c618419921423f20739eba7f72872afd','sys_template',71,'constants','','url','12',-1,'_STRING',0,'https://www.instagram.com/',0),('c62c562aa9827f416e0fe93094a83ee0','sys_file',18,'metadata','','','',0,'sys_file_metadata',18,'',0),('c62f98acde86a4c4d4d5bf06055c0608','tx_wsslider_domain_model_item',19,'content_uid','','','',0,'tt_content',1642,'',0),('c64b2f5ebdef35377d6a010485787060','tt_content',1764,'pages','','','',1,'pages',270,'',0),('c66f01fb6d326754d36b7170ff46fad8','sys_redirect',1,'target','','typolink','5d92d80cb8d874d0cbd3e2bb51fed4b0:0',-1,'pages',1,'',0),('c67ae1f336d269658e4617309ccfea7d','static_countries',74,'cn_country_zones','','','',2,'static_country_zones',333,'',0),('c68661ceb2947edf67766237f565399d','sys_file_reference',302,'l10n_parent','','','',0,'sys_file_reference',155,'',0),('c68f739affbf21fe376f7594485b3b28','tx_news_domain_model_news',4,'fal_media','','','',0,'sys_file_reference',88,'',0),('c693a38e06c1cf911ad735be43ad598b','tx_powermail_domain_model_mail',1,'form','','','',0,'tx_powermail_domain_model_form',1,'',0),('c695f0099be57cc22be88ce40ca65c8e','sys_file_reference',376,'sys_language_uid','','','',0,'sys_language',1,'',0),('c69c8ba1f837b164c0df2ac3fd1e748f','tt_content',1234,'assets','','','',0,'sys_file_reference',308,'',0),('c69cc83415eecf965424c8f44d62c290','tt_content',1022,'assets','','','',0,'sys_file_reference',186,'',0),('c69f686da639a92af2d3bc5e46b8c932','sys_file_reference',521,'uid_local','','','',0,'sys_file',190,'',0),('c6af6385bb9390f0c7a7afd007dc6fb0','sys_file_metadata',11,'file','','','',0,'sys_file',11,'',0),('c6b12f6e3203c517b2c2b1e57f505904','sys_file_reference',529,'uid_local','','','',0,'sys_file',190,'',0),('c6c80ad71a825c155d9a88ef231b6ef6','tx_wst3bootstrap_card_element',20,'bodytext','','typolink_tag','1',-1,'pages',26,'',0),('c6ea982ff1dafdbe0f54bef0e915bcd7','tt_content',968,'assets','','','',0,'sys_file_reference',165,'',0),('c6fdbb49e6af785c00c1448f29b25828','sys_file_metadata',263,'file','','','',0,'sys_file',272,'',0),('c710adc3196b4ea32349b38c62c26430','sys_file_metadata',153,'file','','','',0,'sys_file',163,'',0),('c72774896aacbbc3c1fbbf0d9b0f310c','sys_file_reference',395,'uid_local','','','',0,'sys_file',198,'',0),('c742d8ae6746c35a1373942ad21d88ef','static_countries',102,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('c765945c49b5e643eb25623558d4ab95','tx_news_domain_model_news',7,'tags','','','',0,'tx_news_domain_model_tag',1,'',0),('c779c36913ed3d975616d6e320d8533f','static_countries',65,'cn_country_zones','','','',16,'static_country_zones',150,'',0),('c77cc9d225d5f11c15f938a0edfaca61','tx_wst3bootstrap_card_element',87,'tt_content','','','',0,'tt_content',1169,'',0),('c7826c6e8d6b739b9bfef73e71eb3d8a','tt_content',529,'l18n_parent','','','',0,'tt_content',228,'',0),('c7859b8b038e8a2993e947c9a446d422','static_countries',104,'cn_country_zones','','','',53,'static_country_zones',279,'',0),('c786924936ac990a657365590e7a2026','tt_content',271,'l18n_parent','','','',0,'tt_content',81,'',0),('c786f7e9303cfe6fb5bc82931a4c8e8b','tx_powermail_domain_model_answer',17,'sys_language_uid','','','',0,'sys_language',-1,'',0),('c788148e3db4a8832792f6becc6ba67f','sys_file',178,'metadata','','','',0,'sys_file_metadata',168,'',0),('c7d4dfdfd349c3e34e7a7f7983622453','sys_file_metadata',85,'file','','','',0,'sys_file',85,'',0),('c7dd0864f0e7ffa228efdcc875c299b2','tt_content',1807,'l18n_parent','','','',0,'tt_content',1790,'',0),('c7dd2f43a23245646fa7471f39b61dce','tt_content',1304,'l18n_parent','','','',0,'tt_content',1164,'',0),('c7e1570d9bec1aa0d0a421480a3787bc','sys_file_reference',356,'link','','typolink','661985d93c54ab652934eddc01773960:0',-1,'sys_file',163,'',0),('c7e5a41082aece3d87ad82ca7989caa4','static_countries',203,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('c80dcb61e15f8a2093d4d259d6a93479','tt_content',1497,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',49,'',0),('c8283c47a1ad77664c6068fabca16f95','pages',182,'heroimage_big','','','',0,'sys_file_reference',290,'',0),('c84019f93e992e652cdef1e65131266a','sys_file_reference',268,'uid_local','','','',0,'sys_file',302,'',0),('c84abe80e885614f4a6ea9b75b4185e5','tx_powermail_domain_model_field',2,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('c84c4544f685dce9f6c257ec3ed64b4d','tt_content',509,'l18n_parent','','','',0,'tt_content',103,'',0),('c852e0ec22ffa091a0c0a123cc96962e','pages',241,'l10n_parent','','','',0,'pages',240,'',0),('c855537863cf91acded853eab6635f1d','tt_content',890,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('c859dff0d755f000b6d11a4112128cc9','sys_file_metadata',191,'file','','','',0,'sys_file',201,'',0),('c8690a54c7fbf6fae4faa108dbbf4660','sys_file_reference',330,'l10n_parent','','','',0,'sys_file_reference',281,'',0),('c87775266b3bf8b42b1378506318d97d','sys_file_reference',466,'uid_local','','','',0,'sys_file',332,'',0),('c88691725b2d7a95184063bdd093715a','static_countries',220,'cn_country_zones','','','',37,'static_country_zones',48,'',0),('c88fd2ca6de0430fd0704c6b6a00aac3','sys_file_reference',505,'l10n_parent','','','',0,'sys_file_reference',503,'',0),('c8952afcd3a3274a54e6286544bde11d','sys_file_reference',530,'l10n_parent','','','',0,'sys_file_reference',528,'',0),('c8b256a8765de962f915ec1cf3109116','pages',305,'heroimage_big','','','',0,'sys_file_reference',556,'',0),('c8b8137dc2d50005e1e5e0b8125f1719','tx_wst3bootstrap_card_element',22,'tt_content','','','',0,'tt_content',1474,'',0),('c8bfc10a09f05c0add425f60843a1541','tt_content',173,'bodytext','','typolink_tag','3',-1,'pages',5,'',0),('c8c9926587d301c2c316f8661145642d','sys_file_metadata',301,'file','','','',0,'sys_file',310,'',0),('c8ea7a22c7ffc59c73e2e381313431bd','sys_file',184,'metadata','','','',0,'sys_file_metadata',174,'',0),('c8ed04907692ae402a7642d23d41aa40','static_countries',14,'cn_country_zones','','','',6,'static_country_zones',220,'',0),('c8f28444a10a232455d9584572479df8','static_countries',92,'cn_parent_territory_uid','','','',0,'static_territories',17,'',0),('c93c0c4ca066d036a8ebff0f532640cf','sys_file_metadata',101,'file','','','',0,'sys_file',101,'',0),('c940afe018474c574e1ae27ee3ab559b','pages',266,'l10n_parent','','','',0,'pages',265,'',0),('c9434cc74364d290c70e0cc478633061','static_countries',199,'cn_currency_uid','','','',0,'static_currencies',141,'',0),('c94c73ee6635d6d563681af14385ec66','pages',197,'l10n_parent','','','',0,'pages',9,'',0),('c95729c58ec0b18cda15d4afee916c87','sys_file',335,'metadata','','','',0,'sys_file_metadata',325,'',0),('c95c67266d3528871d220b81f7209767','sys_file_metadata',254,'file','','','',0,'sys_file',263,'',0),('c9612032f0e18750b4cdb873fc1c3e10','sys_file_reference',368,'uid_local','','','',0,'sys_file',190,'',0),('c96256f6ee87498e3a7638ea3fdfb428','sys_file',196,'storage','','','',0,'sys_file_storage',1,'',0),('c9730270aefbc904154abb80ef89b460','static_countries',104,'cn_country_zones','','','',44,'static_country_zones',270,'',0),('c97fbe16cc5be04ed1cf2c6742f409c0','static_countries',72,'cn_country_zones','','','',54,'static_country_zones',638,'',0),('c98740e1c97f647263dc874dc370ad96','static_countries',8,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('c99370cf69bb243c4ea89c00a1aa6c42','tx_wst3bootstrap_card_element',69,'tt_content','','','',0,'tt_content',1532,'',0),('c9bea8d7e1783cd786c2d4f35b253ec1','sys_file_reference',224,'uid_local','','','',0,'sys_file',259,'',0),('c9c04db94ec42aef897521fdf024b026','static_countries',191,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('c9dcc3cdd2d1c68233a5cb21dd0d0b35','static_countries',231,'cn_currency_uid','','','',0,'static_currencies',161,'',0),('c9ea85182e284bd6ad66440e0b79b5aa','static_countries',220,'cn_country_zones','','','',42,'static_country_zones',54,'',0),('c9ed692f16da2257293958ad5f4150e8','pages',226,'l10n_parent','','','',0,'pages',145,'',0),('ca0e6335f8439c1134e6b13abe16ff44','static_countries',65,'cn_country_zones','','','',48,'static_country_zones',177,'',0),('ca122eb7110fed98e9dd06b6393b46c4','sys_file_metadata',195,'file','','','',0,'sys_file',205,'',0),('ca1ddc4a0f3c443686bad0c42d71cc2f','sys_file',195,'metadata','','','',0,'sys_file_metadata',185,'',0),('ca1ee40f8cba552270818b25d3cc8eb0','sys_file_collection',2,'files','','','',0,'sys_file_reference',265,'',0),('ca2657e6f426c19e65e5d5c7d2a3566f','tt_content',1332,'l18n_parent','','','',0,'tt_content',869,'',0),('ca289e6b0978741db8cc4048d8b167c8','tt_content',937,'assets','','','',0,'sys_file_reference',153,'',0),('ca44170d358e2401c108c7a779944491','tt_content',1410,'l18n_parent','','','',0,'tt_content',969,'',0),('ca51745d51b61b39221eb02e1c1cac4c','sys_file_collection',1,'files','','','',6,'sys_file_reference',120,'',0),('ca54b66a44dcdef609ced828b4a62078','tt_content',1742,'l18n_parent','','','',0,'tt_content',1720,'',0),('ca5f775bf2d11c59120be261dc01a2f4','static_countries',193,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('caa46a98c57f7bc41d75cd608d351ee4','sys_file_metadata',199,'file','','','',0,'sys_file',209,'',0),('cac519f2a2d14ae7b4d8557c53cde836','static_countries',242,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('cad0397aae1ed946e01e373500c0c515','tx_powermail_domain_model_answer',65,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('cad11536011a120143e17f8885b3dd57','sys_file_reference',532,'uid_local','','','',0,'sys_file',191,'',0),('caefdd6afa6ab08e0bd4fa41304ec7c9','tt_content',1499,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',52,'',0),('caf1e7acb68479a44cd74becee3cdb34','static_countries',74,'cn_country_zones','','','',1,'static_country_zones',334,'',0),('caf55e70594646b647a0aa308bb63930','tt_content',1316,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','78b28fd9c06fb84e49f52734e41433c2',-1,'sys_file',320,'',0),('cafc9b39adb8b3e4e09422d03dc3615d','tt_content',1338,'l18n_parent','','','',0,'tt_content',1259,'',0),('cafcf4b7b64a006f4591241f4c3b052c','tt_content',1752,'tx_wsslider_items','','','',3,'tx_wsslider_domain_model_item',24,'',0),('cb0f17924f27113d62e39d5a35ccac32','static_countries',122,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('cb3cd2b34087e073333e820ef23e7474','sys_file_reference',500,'sys_language_uid','','','',0,'sys_language',1,'',0),('cb4381a27aca9dd261cee90d0741f892','static_countries',72,'cn_country_zones','','','',27,'static_country_zones',582,'',0),('cb7505059e9ad9f96d9e1b0ae0d8f3d8','tt_content',1328,'l18n_parent','','','',0,'tt_content',1039,'',0),('cb752a44db56157c7d75fd79a7c57941','static_countries',93,'cn_country_zones','','','',20,'static_country_zones',709,'',0),('cb88a6d5c299d76e8a54b4c24e9a8e65','static_countries',125,'cn_parent_territory_uid','','','',0,'static_territories',24,'',0),('cb8dad1618f75a57e48c0ae7027f8809','sys_file_reference',504,'uid_local','','','',0,'sys_file',190,'',0),('cb8fc60efe2a31a4dc8503dfa77c1f50','sys_file',190,'metadata','','','',0,'sys_file_metadata',180,'',0),('cb9a36e1d548a0435a07266c79abf9d8','pages',202,'l10n_parent','','','',0,'pages',25,'',0),('cb9a695cf329b132a7e32710292f9979','pages',213,'l10n_parent','','','',0,'pages',53,'',0),('cb9d1fa2408c1f483a9dc3aa88ba38b1','tt_content',1727,'image','','','',1,'sys_file_reference',517,'',0),('cbf1774013fc65d2c9ed442101981761','sys_file',289,'storage','','','',0,'sys_file_storage',1,'',0),('cbfad73c1da7d75348ac629ab6e304d1','sys_file_reference',119,'uid_local','','','',0,'sys_file',198,'',0),('cc14eff78c679e28ce12c94b37d3e6e6','static_countries',168,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('cc21def7341cb7369581d01ed81d5970','sys_file',194,'storage','','','',0,'sys_file_storage',1,'',0),('cc26caba7ee86811c1dd66fea2b09e04','static_countries',208,'cn_parent_territory_uid','','','',0,'static_territories',8,'',0),('cc2becc62d2c10b177e5488a4c338cc1','tx_powermail_domain_model_answer',72,'sys_language_uid','','','',0,'sys_language',-1,'',0),('cc309c934a22a125b8a37d4792015171','static_countries',72,'cn_country_zones','','','',9,'static_country_zones',572,'',0),('cc59cddc52d341b5ac0fb6d83c8d1563','static_countries',98,'cn_currency_uid','','','',0,'static_currencies',67,'',0),('cc5a56237a2b797b79307af2a3dbb644','sys_file_reference',7,'uid_local','','','',0,'sys_file',118,'',0),('cc663871732c8671a17e5cc2d48030f8','tt_content',1024,'assets','','','',0,'sys_file_reference',190,'',0),('cc9a3bddea38c20d436d4a55f56d833d','sys_file_reference',334,'l10n_parent','','','',0,'sys_file_reference',273,'',0),('cca819a2eda4e18adc0f3e8a4f11e6c7','static_countries',104,'cn_country_zones','','','',13,'static_country_zones',233,'',0),('ccbd4e31a1c9e93b4f545d7b587ea12d','sys_file_reference',425,'uid_local','','','',0,'sys_file',335,'',0),('ccc47f2758d603b430e9f5b63daea4b4','static_countries',72,'cn_country_zones','','','',125,'static_country_zones',649,'',0),('ccc6a5468fd3d7a2df55a330cf2a280e','sys_file_metadata',214,'file','','','',0,'sys_file',224,'',0),('cce2731350995d65cafe16f619d9275d','tt_content',488,'l18n_parent','','','',0,'tt_content',175,'',0),('cd32abe6391c0c9265643cf95ae09d7a','sys_category',7,'items','','','',2,'sys_file_metadata',97,'',0),('cd7624fc86d7b77a71c1aa60115fa286','tt_content',506,'assets','','','',0,'sys_file_reference',32,'',0),('cd9419ef71065d44637f14b9df0f1796','tt_content',1725,'l18n_parent','','','',0,'tt_content',1724,'',0),('cda1f5ad7d9a178e330951444df8ab92','tt_content',1056,'assets','','','',0,'sys_file_reference',229,'',0),('cdad590d7dc8ebf0b8cbda52cb9d40c6','static_countries',73,'cn_currency_uid','','','',0,'static_currencies',162,'',0),('cdc6a243979b6824091848963dc6348d','tt_content',800,'header_link','','typolink','e1cc0c73840a0e35b0e74d361c3c9ae1:0',-1,'pages',7,'',0),('cdc86f5276c5405317b0bb3185e19bdf','tx_wst3bootstrap_card_element',74,'tt_content','','','',0,'tt_content',1534,'',0),('ce06c0f023c5ba645c1cb31bcd1a06bf','sys_file_metadata',240,'file','','','',0,'sys_file',249,'',0),('ce08d9a69e8e2f20e06ddc901e8bec10','tt_content',1711,'pi_flexform','pages/lDEF/settings.detailPid/vDEF/','','',0,'pages',130,'',0),('ce0a90244f890a3631bc8a15d7ef9ec5','tt_content',1825,'assets','','','',0,'sys_file_reference',584,'',0),('ce0b6caa148153687bb8945a794ffda3','static_countries',62,'cn_currency_uid','','','',0,'static_currencies',46,'',0),('ce105eadda6857eb758ebd2d74c39fc1','tx_news_domain_model_news',6,'fal_media','','','',1,'sys_file_reference',183,'',0),('ce10e6af57db945ec340acfb04ef8ece','static_countries',72,'cn_country_zones','','','',44,'static_country_zones',597,'',0),('ce3638391d13875ae206a6ddd6d1b224','tx_wsslider_domain_model_item',13,'content_uid','','','',0,'tt_content',1645,'',0),('ce3dbbae88b1022a262e67da78791028','static_countries',148,'cn_country_zones','','','',5,'static_country_zones',187,'',0),('ce47497893da4072c498c987456d60b2','tt_content',1407,'l18n_parent','','','',0,'tt_content',1242,'',0),('ce706c0c4afb82b119b49b4faee553ad','sys_file_reference',307,'l10n_parent','','','',0,'sys_file_reference',159,'',0),('ce813c4db9b53c7be0875ab7eae031bb','static_countries',28,'cn_currency_uid','','','',0,'static_currencies',21,'',0),('ce8782186c023fa478b72633782d1579','sys_file_reference',220,'uid_local','','','',0,'sys_file',195,'',0),('ceb38a37eb74d3c0d97cf4a732b392d4','static_countries',104,'cn_country_zones','','','',66,'static_country_zones',290,'',0),('ceca530e3e33054764d7f4979c1294f0','tx_wsslider_domain_model_item',6,'foreground_media','','','',0,'sys_file_reference',418,'',0),('ced4eef6b94a5b8f0cd768efb703b917','static_countries',135,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('cef1597b23d83276db98a3252eaade47','tt_content',1161,'bodytext','','typolink_tag','1',-1,'pages',177,'',0),('cef2f3362f83cfebaa721c05690429d7','tx_powermail_domain_model_page',1,'fields','','','',9,'tx_powermail_domain_model_field',10,'',0),('cef6766d5a7c4969f3f96a2f9481a487','sys_file',323,'metadata','','','',0,'sys_file_metadata',313,'',0),('cf0e48cc6845d1db806c650285e8b398','static_countries',188,'cn_currency_uid','','','',0,'static_currencies',133,'',0),('cf127479c2022f2f2a500fb6484b51d1','sys_file_reference',158,'uid_local','','','',0,'sys_file',225,'',0),('cf1fa9415f3c9665ed7fb22bae2f7be8','pages',191,'l10n_parent','','','',0,'pages',35,'',0),('cf20ef820aec50ce92ee0ef8bd259db3','sys_file',299,'metadata','','','',0,'sys_file_metadata',290,'',0),('cf2702879928a534e26f8e3dcac4a779','static_countries',7,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('cf2fa498e882c28f32969556c744e00b','static_countries',97,'cn_country_zones','','','',5,'static_country_zones',465,'',0),('cf3c4d42fff2281f5a906961d45744d8','tt_content',1803,'l18n_parent','','','',0,'tt_content',1791,'',0),('cf705284aa59063f9dfd8e237be7fae0','sys_file_reference',519,'uid_local','','','',0,'sys_file',190,'',0),('cf73e8ba61d1eae09c18f54b8e9255ec','static_countries',93,'cn_country_zones','','','',15,'static_country_zones',703,'',0),('cf894fafde504211b82821806488629c','sys_category',12,'items','','','',2,'tx_news_domain_model_news',11,'',0),('cf955340a52cec8b76240f774236ab8f','tx_wsslider_domain_model_item',19,'foreground_media','','','',0,'sys_file_reference',431,'',0),('cfa5bf20d4550e42bdb92c66a45ed991','sys_file',27,'metadata','','','',0,'sys_file_metadata',27,'',0),('cfa6a50aa2bec20322b04c9fbf1d7c3e','tt_content',1764,'pages','','','',0,'pages',53,'',0),('cfa7c79b05f83d5f2ef27be92b9cd710','static_countries',48,'cn_currency_uid','','','',0,'static_currencies',36,'',0),('cfaa9a94d4378f608ac27a5551b3fff4','sys_file',8,'metadata','','','',0,'sys_file_metadata',8,'',0),('cfb34177bcc9f9ea70a8caf4a35ac4f8','sys_file_reference',334,'sys_language_uid','','','',0,'sys_language',1,'',0),('cfbaedde51ff1d1d2d65afa7098a649d','tx_powermail_domain_model_mail',7,'sys_language_uid','','','',0,'sys_language',-1,'',0),('cfce264720613f9dfe49d3cc6d80410e','static_countries',74,'cn_country_zones','','','',95,'static_country_zones',428,'',0),('cfcee27fba0b2bc790751e78f394e092','static_countries',170,'cn_country_zones','','','',2,'static_country_zones',675,'',0),('cfd223d22b384cd3c41946d9aae21006','static_territories',8,'tr_parent_territory_uid','','','',0,'static_territories',4,'',0),('cff0170c3cf427cccd11310ee62d7a81','tt_content',802,'header_link','','typolink','e9eed4537e1c3f14480cff3cd35096bf:0',-1,'pages',5,'',0),('d00c4da6f7896802cade89ae3249b49f','static_countries',104,'cn_country_zones','','','',62,'static_country_zones',288,'',0),('d0114b4a76587e0900332fa24d1e250c','tt_content',267,'l18n_parent','','','',0,'tt_content',71,'',0),('d0171dd14c68c71e98cd93ca79d03169','static_countries',157,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('d029995229449b61c106c39217bcce3e','sys_file_reference',182,'uid_local','','','',0,'sys_file',190,'',0),('d0348f61a6a8d7bf2835129800ffc075','sys_file_reference',34,'sys_language_uid','','','',0,'sys_language',1,'',0),('d0410e742494ef081b1487d6735ccec2','static_countries',173,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('d05072f83c5081a1a28f51403832c76b','static_countries',244,'cn_currency_uid','','','',0,'static_currencies',52,'',0),('d054a3b466641efc09cf5f461f30fdff','tt_content',1235,'l18n_parent','','','',0,'tt_content',948,'',0),('d05ba61b06517e4c8d5540c70295170a','static_countries',157,'cn_country_zones','','','',6,'static_country_zones',536,'',0),('d05d31e1a5379d8441991fa774b777eb','sys_file_reference',310,'uid_local','','','',0,'sys_file',191,'',0),('d06ac3da2fbfa7ebf4c70b29376bd2de','sys_file_metadata',37,'file','','','',0,'sys_file',37,'',0),('d07cd05c64a06ad16d534799270879f8','sys_file_reference',508,'uid_local','','','',0,'sys_file',190,'',0),('d083bdc93367f496abf67640d930a5b3','sys_file',165,'metadata','','','',0,'sys_file_metadata',155,'',0),('d0861e5be857373411918f12c31004c5','tx_powermail_domain_model_answer',47,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('d0908ea2ddc0823c6c01eaba2380c02e','sys_file_reference',477,'uid_local','','','',0,'sys_file',335,'',0),('d0a2f1baa9cc0c0a09d0ee50b6406887','tx_powermail_domain_model_answer',34,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('d0a4fd18baf07eebb236d5f99a515e68','tt_content',1398,'l18n_parent','','','',0,'tt_content',758,'',0),('d0c96bcb673d41bc0706ea518220d2ce','sys_file_reference',571,'uid_local','','','',0,'sys_file',332,'',0),('d1059828af4414a5e8117d770450af7a','sys_file_reference',475,'uid_local','','','',0,'sys_file',335,'',0),('d108b4860e8275142be735acbad059b8','tx_calendarize_domain_model_event',2,'calendarize','','','',1,'tx_calendarize_domain_model_configuration',3,'',0),('d114028929dc1f0ec55f865402ed362d','static_countries',161,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('d134fb32fa5c52ce782a832f3c56555b','tx_wst3bootstrap_card_element',55,'tt_content','','','',0,'tt_content',1500,'',0),('d1386de3cbdf4511cecbb83b1f6e649e','static_countries',197,'cn_currency_uid','','','',0,'static_currencies',139,'',0),('d16050c5d17e047c6d662b3b8ad7643b','sys_file_reference',287,'sys_language_uid','','','',0,'sys_language',1,'',0),('d1652ef9be4823ccbda220aa4c18a7f4','static_countries',220,'cn_country_zones','','','',13,'static_country_zones',22,'',0),('d17011a740a0d949d36ba3c8b9bb11ac','tt_content',1394,'l18n_parent','','','',0,'tt_content',778,'',0),('d1731a713ce5dbc3a6c42516dd359d39','sys_file',327,'metadata','','','',0,'sys_file_metadata',317,'',0),('d175e4d27c9d85ca5c63a44acc109f97','sys_file_metadata',176,'file','','','',0,'sys_file',186,'',0),('d18d1573a5e9552a12e2fbab55ddeaa9','tx_powermail_domain_model_answer',32,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('d18f0cc66e3c21225549eec911a95361','sys_file_metadata',61,'file','','','',0,'sys_file',61,'',0),('d1a2cd6d2331a10d2f67923bc602a247','tt_content',1265,'l18n_parent','','','',0,'tt_content',976,'',0),('d1bb7e8d0e7bdded50ec7a952fdc0ac1','sys_file',50,'metadata','','','',0,'sys_file_metadata',50,'',0),('d1bbbb087b83350da02c9ca90e01ac79','static_countries',54,'cn_country_zones','','','',11,'static_country_zones',90,'',0),('d1bd272a80e0f2a4bc42f5632558209d','static_countries',104,'cn_country_zones','','','',34,'static_country_zones',255,'',0),('d1d20a18b4f465ab13b454bdb4b765ba','sys_category',10,'posts','','','',1,'pages',24,'',0),('d1d291c6f6cace6e832330bdee237158','tx_wsslider_domain_model_item',18,'content_uid','','','',0,'tt_content',1642,'',0),('d1e5ba4df2d52f356075fbe406139a9d','static_countries',80,'cn_parent_territory_uid','','','',0,'static_territories',18,'',0),('d1f489ab3977d5135505a66851b0df34','tt_content',1466,'footer_link','','typolink','47f1bf655f7703558b6af387674a9c5c:0',-1,'pages',9,'',0),('d1faa0733d48401b0a5b8bc701bdd067','tt_content',1309,'l18n_parent','','','',0,'tt_content',1168,'',0),('d225a01d14d9968588ad81999be5d43b','tt_content',1311,'image','','','',4,'sys_file_reference',338,'',0),('d23b113d1c1bf8d6873f22869616e914','static_countries',148,'cn_country_zones','','','',30,'static_country_zones',212,'',0),('d26e140962859f27015d6e2837e1ca10','tt_content',453,'pages','','','',0,'pages',7,'',0),('d27dcc9e11b9c48f492c9726fd2e3b1c','tt_content',1439,'image','','','',0,'sys_file_reference',374,'',0),('d28d10f5cf8e6fda65032d696555dd03','static_countries',148,'cn_country_zones','','','',14,'static_country_zones',196,'',0),('d293578124489b3a9c81b5b1be5d5b14','sys_file_reference',443,'uid_local','','','',0,'sys_file',336,'',0),('d2a128e4bdfefc7e734e2ac14fe4fc2d','static_countries',220,'cn_country_zones','','','',31,'static_country_zones',41,'',0),('d2b27d1e21f5621da0dcd48478a69240','static_countries',188,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('d2bbb436a7c46c9c7386361c8d383d9e','tx_powermail_domain_model_answer',22,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d2bd0636f1b1778d779cd28a416e39bd','tt_content',1802,'image','','','',0,'sys_file_reference',574,'',0),('d2be7b73962ceb6608c2837fe9a5c1b4','sys_file_reference',337,'l10n_parent','','','',0,'sys_file_reference',276,'',0),('d2c2420e93b6adc96d41564582ff081e','sys_file_reference',190,'uid_local','','','',0,'sys_file',193,'',0),('d2d624566fef724e89dee0af3f86543b','tx_wsslider_domain_model_item',16,'foreground_media','','','',0,'sys_file_reference',428,'',0),('d2e6b448fc1016679f50e0b81da37a41','sys_file_metadata',124,'file','','','',0,'sys_file',124,'',0),('d2f0ccf40378a08f3ad0600c4fc23d23','static_countries',41,'cn_country_zones','','','',10,'static_country_zones',114,'',0),('d305ae9278398f8f947f81cb4122da46','tx_powermail_domain_model_answer',59,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d30c0ca5755497295e04b06b5f0a9003','pages',144,'shortcut','','','',0,'pages',35,'',0),('d3341d063b4edf3f26e7181fa9eb3536','sys_file_reference',530,'uid_local','','','',0,'sys_file',191,'',0),('d349a89387ab2bd9a434a3901052a1b1','static_countries',74,'cn_country_zones','','','',21,'static_country_zones',353,'',0),('d357dc16d2934d6b6f95b69f9db1abba','sys_file',229,'metadata','','','',0,'sys_file_metadata',219,'',0),('d364d09e8e0074adf47707dbdb082392','static_countries',32,'cn_currency_uid','','','',0,'static_currencies',111,'',0),('d36e2f3947ab78ac1457effd4004ae67','tt_content',1389,'l18n_parent','','','',0,'tt_content',1388,'',0),('d38f1f078546e608098aa9d64ed0c31b','sys_file_metadata',12,'file','','','',0,'sys_file',12,'',0),('d3939ac3a9a3abe2b71ddad5ffe69b32','tx_powermail_domain_model_answer',15,'mail','','','',0,'tx_powermail_domain_model_mail',2,'',0),('d39b60914325dc4683df8f6f834245be','sys_file',188,'metadata','','','',0,'sys_file_metadata',178,'',0),('d3a0bc9f2d50b271197a13b9fd35ed20','tt_content',1670,'image','','','',1,'sys_file_reference',464,'',0),('d3bcb47d6f4a188e6bf75bec33872c50','sys_file',72,'metadata','','','',0,'sys_file_metadata',72,'',0),('d3bdb7b982a128e3b638685b36e07641','static_countries',74,'cn_country_zones','','','',78,'static_country_zones',411,'',0),('d3ddfcc976bec3a1876f4caf75b574a3','pages',219,'sys_language_uid','','','',0,'sys_language',1,'',0),('d3e4bac2565985328e4200f987982072','pages',198,'l10n_parent','','','',0,'pages',11,'',0),('d3fbad8ea19151e98115b935bb704a1c','sys_file_reference',293,'l10n_parent','','','',0,'sys_file_reference',94,'',0),('d416a80a386c90d999e55d968cabb348','tx_powermail_domain_model_answer',67,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d41bc8576f07b88d4e20e5034bcd6faf','pages',229,'heroimage_big','','','',1,'sys_file_reference',346,'',0),('d471b799611066bc874ae3347aed9695','static_countries',170,'cn_country_zones','','','',10,'static_country_zones',683,'',0),('d477ff815db44f655f7744f9df4bb30e','tt_content',1387,'l18n_parent','','','',0,'tt_content',1386,'',0),('d48566fa88d7446620932812d5be6e68','tt_content',541,'l18n_parent','','','',0,'tt_content',195,'',0),('d4879b13e30fac5b8a10996901ab9fca','tx_powermail_domain_model_answer',35,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('d49a2ba70e20b9c3c7ffca4d3e1dc26a','sys_file_reference',540,'uid_local','','','',0,'sys_file',191,'',0),('d4adbb0ca2e479c1d53e9615e0bb3975','tt_content',1315,'l18n_parent','','','',0,'tt_content',1178,'',0),('d4bed0567add28d74eacf85711f53527','pages',1,'heroimage','','','',0,'sys_file_reference',224,'',0),('d4f695a958da0d95320bcb36c5702b1f','static_countries',104,'cn_country_zones','','','',92,'static_country_zones',317,'',0),('d50cdbae5cc48b94334def93d13878c9','tt_content',785,'image','','','',0,'sys_file_reference',105,'',0),('d521dba4c21f617de3c2e955903e28fe','sys_file_metadata',237,'file','','','',0,'sys_file',246,'',0),('d53564a84ff887a09c7b8bb5d55dc095','static_countries',47,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('d5436d4b4e7d4fd56063370f09ae6d27','sys_file_metadata',325,'file','','','',0,'sys_file',335,'',0),('d552ac96875bba455760a68daa87c01d','sys_file',336,'storage','','','',0,'sys_file_storage',1,'',0),('d560324553a74c5706333d029fe53e23','tt_content',1294,'l18n_parent','','','',0,'tt_content',1153,'',0),('d56975360b4cf2cbed10d43e7999d4ed','tt_content',1694,'l18n_parent','','','',0,'tt_content',1693,'',0),('d56d7956669a84a9b5a5280bd9e1c496','sys_file',189,'metadata','','','',0,'sys_file_metadata',228,'',0),('d575451d5ac7a70245b3c37f6d40b392','static_countries',74,'cn_country_zones','','','',48,'static_country_zones',382,'',0),('d5778f512398d2da6fffa7fe83645002','static_countries',65,'cn_country_zones','','','',51,'static_country_zones',180,'',0),('d579145f53fdbe4f79c4857100ab309c','static_countries',222,'cn_parent_territory_uid','','','',0,'static_territories',8,'',0),('d57e6fc2138f7fccfba9221394bf0b14','sys_file',324,'metadata','','','',0,'sys_file_metadata',314,'',0),('d5908bdef3f791feb7a32039c46a8176','tx_powermail_domain_model_answer',27,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d59d6b91c751b446113bfd2cd8cf95d0','sys_file',275,'metadata','','','',0,'sys_file_metadata',266,'',0),('d59e9645a7b8fcd2582785e7306902cf','sys_file_metadata',15,'file','','','',0,'sys_file',15,'',0),('d5a24ca615a14010b8b742c783f636f6','tt_content',239,'header_link','','typolink','4437d7579f613a983fabaf8ec3fff3aa:0',-1,'pages',23,'',0),('d5ac2f0bec20b05e9c19462755c91a14','tx_powermail_domain_model_answer',42,'field','','','',0,'tx_powermail_domain_model_field',10,'',0),('d5bc8b1ec9924d487c46c37f5eb2a118','sys_file_reference',105,'l10n_parent','','','',0,'sys_file_reference',6,'',0),('d5be625838eef1c08ac7d4bb9a9220e7','sys_file_reference',497,'l10n_parent','','','',0,'sys_file_reference',495,'',0),('d5c0c58310f51806cbf9298b1ac9f9d8','tt_content',1739,'image','','','',0,'sys_file_reference',537,'',0),('d5c5edbfb0f9264d35f6aee2c349364f','sys_file',339,'storage','','','',0,'sys_file_storage',1,'',0),('d5e3e5d0c6b682321203a515e7f1f396','static_countries',74,'cn_country_zones','','','',56,'static_country_zones',387,'',0),('d5e527387df3ad8d5589752c9a92eba6','static_countries',75,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('d5f79ba3603848d36a59600078ddbc94','sys_file_reference',367,'l10n_parent','','','',0,'sys_file_reference',289,'',0),('d625e1c293fd12b15906daf755bdda87','static_countries',104,'cn_country_zones','','','',56,'static_country_zones',277,'',0),('d62dc7496821c845d610098c236ff95a','sys_file_collection',1,'files','','','',2,'sys_file_reference',113,'',0),('d6348175e48da6e6b45467693f74ba8a','tt_content',1307,'l18n_parent','','','',0,'tt_content',1166,'',0),('d6412add93b0986119a4eebaa37d5afb','static_countries',29,'cn_country_zones','','','',24,'static_country_zones',515,'',0),('d65041bc7ec9b7e79add3abdcf160f84','sys_file_collection',2,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d6536192ca44e1ef7cf646e0bc04815d','static_countries',72,'cn_country_zones','','','',93,'static_country_zones',624,'',0),('d6555ed82a2e140daa2174ee2c87df16','sys_file',42,'metadata','','','',0,'sys_file_metadata',42,'',0),('d65b062f31adc707ef91e64dd5d6e428','static_countries',72,'cn_country_zones','','','',128,'static_country_zones',672,'',0),('d663a1577d35813102fd581c9aabf0d3','sys_file_reference',529,'sys_language_uid','','','',0,'sys_language',1,'',0),('d668bfb48a7b702623553e12d7253aad','tt_content',515,'l18n_parent','','','',0,'tt_content',109,'',0),('d699d4b33ab39afa9887f29b8e1b7e33','static_countries',74,'cn_country_zones','','','',49,'static_country_zones',379,'',0),('d69ffd102c4a787b813fd1f990e60574','static_countries',30,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('d6a4a6276ba8028f307877d10a5a8b60','sys_file',104,'metadata','','','',0,'sys_file_metadata',104,'',0),('d6a62c22572efa113b8b954915e502f8','sys_file_reference',35,'l10n_parent','','','',0,'sys_file_reference',11,'',0),('d6b62d25dc1bfb5b2cc4deb549ca8fef','pages',293,'l10n_parent','','','',0,'pages',292,'',0),('d6befc1bc5f63c82824b5223421c082c','tt_content',1504,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',62,'',0),('d6c72d200852b5902e9a9af18e6981cb','pages',200,'l10n_parent','','','',0,'pages',46,'',0),('d6f3fc167da168051ad834c1b98f5014','tt_content',1330,'l18n_parent','','','',0,'tt_content',881,'',0),('d6f855c2a5e0f8aba8dfaa2270059fcb','static_countries',29,'cn_country_zones','','','',12,'static_country_zones',500,'',0),('d709564c5af60616f3ef1ed326e4f54b','tx_wst3bootstrap_card_element',29,'tt_content','','','',0,'tt_content',1484,'',0),('d70e59842934255cba720a7ce44dcefd','tt_content',506,'l18n_parent','','','',0,'tt_content',223,'',0),('d715f95b21cc34e02780792fa6b75a42','static_countries',36,'cn_country_zones','','','',11,'static_country_zones',77,'',0),('d71fb1dae29e492a7ff7aaf88bbcf7fc','sys_file_metadata',243,'file','','','',0,'sys_file',252,'',0),('d72ec6275c5b3d2df03a12720c6e57b5','tx_powermail_domain_model_answer',60,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('d73e5bd9fe565934b73c61bb2102f14c','sys_file',325,'storage','','','',0,'sys_file_storage',1,'',0),('d73fb3afb1770b55cd5ad17c478d66cc','static_countries',74,'cn_country_zones','','','',69,'static_country_zones',405,'',0),('d745658ad729da407bb6c0e7f54880b6','static_countries',114,'cn_currency_uid','','','',0,'static_currencies',79,'',0),('d763cb9b1090f941d5d8954ff7a2cfca','sys_file_reference',341,'uid_local','','','',0,'sys_file',312,'',0),('d7653ca636abfa9712d853884872f19f','tx_news_domain_model_news',4,'fal_related_files','','','',0,'sys_file_reference',291,'',0),('d773cce558e42b812b53197cdcc3e7a0','static_countries',97,'cn_country_zones','','','',25,'static_country_zones',485,'',0),('d78ac4d510420f23b2240dfed6649852','tx_powermail_domain_model_answer',18,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d7a94c35062bd65c49460b8679d296cb','sys_file_reference',352,'uid_local','','','',0,'sys_file',246,'',0),('d7c39df1ff9af6ba6771276de8081118','static_countries',54,'cn_country_zones','','','',6,'static_country_zones',86,'',0),('d7da8844c01685f38bc25c8ef9a8f963','static_countries',229,'cn_parent_territory_uid','','','',0,'static_territories',26,'',0),('d7f1a4e575b6eb6085817e0c15976077','tt_content',890,'pi_flexform','additional/lDEF/settings.backPid/vDEF/','','',0,'pages',39,'',0),('d80aeeb48de46481525a9417032a7de3','sys_file_metadata',230,'file','','','',0,'sys_file',239,'',0),('d817e3d14e1871bd6147965a457a2565','sys_file',59,'metadata','','','',0,'sys_file_metadata',59,'',0),('d8233ad8d6c55db52df9d5caae42a6f2','tx_wst3bootstrap_card_element',39,'tt_content','','','',0,'tt_content',1494,'',0),('d82930e9f1f304b1437731a51759b5da','sys_file_metadata',19,'file','','','',0,'sys_file',19,'',0),('d8470f2a2bc2832190e376f447e84fea','tt_content',894,'l18n_parent','','','',0,'tt_content',847,'',0),('d849d8df001660f0a000dc9588bd9615','sys_file_reference',325,'uid_local','','','',0,'sys_file',322,'',0),('d85af4f2a178ccbd2ea261be395f368c','sys_file_metadata',272,'file','','','',0,'sys_file',281,'',0),('d86f17065461068fb0c53a91d819bbea','tx_news_domain_model_news',4,'related_from','','','',1,'tx_news_domain_model_news',11,'',0),('d89ae4140ebd219bfa6ad7cb3d98eea5','tt_content',1696,'l18n_parent','','','',0,'tt_content',1695,'',0),('d8b0e4334ad4c00e45c3e982586b1d59','tt_content',1026,'assets','','','',0,'sys_file_reference',196,'',0),('d8bf60552a85fedb8fe9d67b64c729bb','static_countries',104,'cn_country_zones','','','',0,'static_country_zones',222,'',0),('d8c427c024bd86979473e3c22a335ae3','sys_file',65,'metadata','','','',0,'sys_file_metadata',65,'',0),('d8f44c1192882086c5cbcb524d86e19c','tt_content',549,'l18n_parent','','','',0,'tt_content',206,'',0),('d9173729a03a47a75730836d28a9b899','sys_file_metadata',133,'file','','','',0,'sys_file',133,'',0),('d91ed1b87bcfc54de5f74d3b490df914','tt_content',1715,'image','','','',1,'sys_file_reference',493,'',0),('d941e172cae13a9521a7ff8e359cee1b','tt_content',1788,'image','','','',0,'sys_file_reference',569,'',0),('d94abaf1635c059eb5dc90b787572584','static_countries',130,'cn_currency_uid','','','',0,'static_currencies',92,'',0),('d967459dd2cb68948a9b6f8e573ca463','sys_file_metadata',242,'file','','','',0,'sys_file',251,'',0),('d967673d58b18f45c970beff1ab267a6','sys_file_reference',435,'uid_local','','','',0,'sys_file',329,'',0),('d96a8a33fa6197097b8d2d55f43129ea','sys_template',71,'constants','','url','27',-1,'_STRING',0,'https://www.linkedin.com/',0),('d96ecf1ebfa62579a6b705663de2cbb4','sys_file_reference',474,'uid_local','','','',0,'sys_file',331,'',0),('d9729cf08637b47adee4a3aa3ad10d9e','tt_content',1241,'image','','','',1,'sys_file_reference',310,'',0),('d9954add468883973e9557a2ac4f88ac','pages',193,'l10n_parent','','','',0,'pages',39,'',0),('d99e0dc5aba6f4c60582833603963add','static_countries',106,'cn_currency_uid','','','',0,'static_currencies',73,'',0),('d9b612e29883641607e0418276b87695','static_countries',62,'cn_parent_territory_uid','','','',0,'static_territories',22,'',0),('d9ba495cd8bbcd625d8a0406c634e5de','pages',259,'l10n_parent','','','',0,'pages',74,'',0),('d9bc086d0b2d412ebc4d82fcffd06274','sys_file_reference',406,'uid_local','','','',0,'sys_file',313,'',0),('d9e25ee19b4763615fbaff942f3aeff1','static_countries',184,'cn_currency_uid','','','',0,'static_currencies',129,'',0),('d9e4f02629695d2816ce5840336d4023','tx_wsslider_domain_model_item',12,'content_uid','','','',0,'tt_content',1645,'',0),('d9eca3094e6a821c9b1d5da8d47087ff','tx_powermail_domain_model_answer',61,'sys_language_uid','','','',0,'sys_language',-1,'',0),('d9ed2e781024f212aa9fa356f05f09cc','sys_file_reference',253,'sys_language_uid','','','',0,'sys_language',1,'',0),('d9ed90b60768b3c80cf3d5f8309cef50','sys_file_reference',522,'uid_local','','','',0,'sys_file',191,'',0),('da0e0721a1c1cd8c21efd7e6c73f5c09','tx_powermail_domain_model_answer',37,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('da124f56323cb2cc753ddd69d1dfb3c3','sys_file',39,'metadata','','','',0,'sys_file_metadata',39,'',0),('da13a1239245feba33b6cb2d5ecd247b','static_countries',157,'cn_country_zones','','','',7,'static_country_zones',537,'',0),('da1c5090c67c0635c7c4366125aa557e','tx_powermail_domain_model_field',1,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('da1cf709e5e11f786dfa4ac148705702','tt_content',1642,'tx_wsslider_items','','','',1,'tx_wsslider_domain_model_item',4,'',0),('da32cf76c5a0df226d666f7539bbcd64','static_countries',64,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('da56cb8604ba01424df519ccdb074b23','sys_file_reference',380,'uid_local','','','',0,'sys_file',193,'',0),('da7bb5b6f5e5c4a056822fc8ce93e52c','static_countries',29,'cn_country_zones','','','',7,'static_country_zones',497,'',0),('da915f067e6399092220d42836bbe67b','tt_content',563,'l18n_parent','','','',0,'tt_content',216,'',0),('daa2f3795e3e1603105d22b8364a65bd','static_countries',158,'cn_currency_uid','','','',0,'static_currencies',111,'',0),('dad5379d23762bd9df3b10530f8e437f','static_countries',104,'cn_country_zones','','','',97,'static_country_zones',326,'',0),('daf5ba114f7061f357b1909fe1e268a1','tt_content',1466,'header_link','','typolink','91ad72a0aaae8a93ef7b5ddea05bab64:0',-1,'pages',9,'',0),('db0659840bb07c4bf5eac494cfde7f90','tt_content',800,'pages','','','',0,'pages',7,'',0),('db081f1a7609239ec3404a9ad0bee053','tt_content',1017,'l18n_parent','','','',0,'tt_content',977,'',0),('db15fc258b3037f414f4c776bc8f1dac','sys_file',329,'storage','','','',0,'sys_file_storage',1,'',0),('db1d9f7aca08ab2f5e268749fb6d674b','tt_content',297,'l18n_parent','','','',0,'tt_content',45,'',0),('db2c236f319a97469e010abe34b8c1bf','pages',212,'l10n_parent','','','',0,'pages',21,'',0),('db3f29ffcc76aa9d1ce738d0edea8935','tt_content',173,'bodytext','','typolink_tag','1',-1,'pages',5,'',0),('db43d6538593e57c40192964bb499493','tt_content',1669,'image','','','',1,'sys_file_reference',460,'',0),('db43f1c545c62ae1b72ffec730a120d8','sys_category',7,'posts','','','',4,'pages',21,'',0),('db6598610a905cb69a056a0f4e3bc980','tt_content',1142,'pi_flexform','additional/lDEF/settings.listPid/vDEF/','','',0,'pages',171,'',0),('db7909b1d96b1ae9065a6e6bd27635f7','static_countries',225,'cn_currency_uid','','','',0,'static_currencies',158,'',0),('db85884e4e4d617105fd96a1bd371dc9','tx_powermail_domain_model_answer',30,'mail','','','',0,'tx_powermail_domain_model_mail',3,'',0),('db8d5958206dc108f408408cf45d7599','sys_file',74,'metadata','','','',0,'sys_file_metadata',74,'',0),('db92685f6379695342f827bbc9b1c273','static_countries',65,'cn_country_zones','','','',37,'static_country_zones',169,'',0),('db9b800e760a859d9d313de27f2468c7','tt_content',1641,'tx_wsslider_items','','','',4,'tx_wsslider_domain_model_item',11,'',0),('dbaee223d4b52dd2af3aa79f537117b3','sys_file_reference',376,'uid_local','','','',0,'sys_file',190,'',0),('dbb04f7c7571f836b70cd2e8976dc7fb','sys_file_reference',573,'l10n_parent','','','',0,'sys_file_reference',567,'',0),('dbc176ba4374f6122850ba01d6a2eb1c','static_countries',215,'cn_currency_uid','','','',0,'static_currencies',151,'',0),('dbcfe6f0da79b71ecb65201c5cc2d37e','tt_content',266,'records','','','',0,'tt_content',71,'',0),('dbe894d570d7b5c3c75b47634b46ba66','static_countries',224,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('dbed7419ca20e0d25613ae517780ba5b','static_countries',72,'cn_country_zones','','','',25,'static_country_zones',581,'',0),('dbed7f85fa23faefdd194eb5c893c760','static_countries',166,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('dbee91a1b4efb4a7982675df454206f2','static_countries',172,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('dbf5278e2d34b71cff5ae8dfeeb037a2','static_countries',72,'cn_country_zones','','','',45,'static_country_zones',660,'',0),('dbfc8c04b3e0ee0d8ca517c33e35d82a','static_countries',22,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('dc0b7f26fd8a32c98b67fae92f505d98','static_countries',210,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('dc1a0b03882deff3d07c875809196c97','sys_file_metadata',145,'file','','','',0,'sys_file',155,'',0),('dc1d7325972ac241dfd61bbb9694d66d','sys_file_reference',330,'uid_local','','','',0,'sys_file',304,'',0),('dc293974a2b33316896eb3f3fb246acb','static_countries',108,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('dc4baf685a7ee28bee4d9f3cb0d2c356','sys_file_metadata',264,'file','','','',0,'sys_file',273,'',0),('dc53da06c1a9f41b66ba9107a278cf8a','static_countries',113,'cn_currency_uid','','','',0,'static_currencies',163,'',0),('dc5aef192c7b5f37abf7360b3ad3a4fa','sys_file_reference',31,'l10n_parent','','','',0,'sys_file_reference',16,'',0),('dc5ef5ebc8398fed038d5c60477d121b','pages',229,'l10n_parent','','','',0,'pages',132,'',0),('dc5f3555f3022d95d04de0579e22461e','static_countries',41,'cn_country_zones','','','',7,'static_country_zones',111,'',0),('dc73a1ca0eb6e168a81581632a88b665','static_countries',41,'cn_country_zones','','','',8,'static_country_zones',112,'',0),('dc7d4834767ba866f457d253f987e725','sys_file_reference',361,'uid_local','','','',0,'sys_file',103,'',0),('dc97948543d323952e902b4afe62b675','tx_powermail_domain_model_answer',5,'mail','','','',0,'tx_powermail_domain_model_mail',1,'',0),('dc9d6e7caec68e40ad54cfc7c7853525','sys_file_metadata',156,'file','','','',0,'sys_file',166,'',0),('dcbbd505b124f2befb5c7489cfbe3350','sys_file_reference',584,'uid_local','','','',0,'sys_file',330,'',0),('dcc771519c672e602bf380b7bb18b183','static_countries',72,'cn_country_zones','','','',110,'static_country_zones',635,'',0),('dcd32750219125f0cd777438293ade4f','static_countries',74,'cn_country_zones','','','',36,'static_country_zones',365,'',0),('dce58caf171c5ee95a889956d09d3250','sys_file_reference',578,'l10n_parent','','','',0,'sys_file_reference',568,'',0),('dcedc70afb258afdcd6d41f1b88f9cf0','sys_file_metadata',235,'file','','','',0,'sys_file',244,'',0),('dcee2223b062bc37b6f8cd259e19ee89','tx_powermail_domain_model_answer',9,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('dd097fb4a76e3cf35d08b816575281cc','static_countries',72,'cn_country_zones','','','',13,'static_country_zones',575,'',0),('dd1b2a2bdcb69dd7f464066d07abb0de','sys_file_reference',265,'uid_local','','','',0,'sys_file',103,'',0),('dd291cd575babaee1be5be49004478a4','tx_wst3bootstrap_card_element',68,'tt_content','','','',0,'tt_content',1532,'',0),('dd7751d3df5ee466780652144edd6cbc','sys_file',197,'metadata','','','',0,'sys_file_metadata',187,'',0),('dd7c01b06a655cb8d44bb2e26b027657','tt_content',1106,'background_media','','','',0,'sys_file_reference',482,'',0),('dd9a4f4da96c541855a837c4d9819bec','tt_content',1707,'image','','','',1,'sys_file_reference',484,'',0),('dd9a97c8e6fe9ca533c0036c4fd05c8e','sys_file_reference',275,'uid_local','','','',0,'sys_file',307,'',0),('ddb0059c9068605fdf1591cb4004afa0','tx_powermail_domain_model_answer',10,'sys_language_uid','','','',0,'sys_language',-1,'',0),('ddc01791977a2bf47a17270b4d28ae20','tt_content',1825,'assets','','','',2,'sys_file_reference',586,'',0),('ddc2f551a41a0a8f62fab5dbeff07150','tx_powermail_domain_model_answer',21,'sys_language_uid','','','',0,'sys_language',-1,'',0),('ddd34ab9e86af99134ef25418fd8686c','tt_content',939,'assets','','','',0,'sys_file_reference',156,'',0),('ddea96ea5b488ccaaadfc91cfad1323e','sys_file_reference',109,'l10n_parent','','','',0,'sys_file_reference',82,'',0),('ddec98e792bea90a830d004ba9b0cf02','sys_file_reference',444,'uid_local','','','',0,'sys_file',329,'',0),('ddf816fadc8310feebd24b65f2e04386','tt_content',801,'l18n_parent','','','',0,'tt_content',239,'',0),('ddfb7249219298893e7fcb1611f7ad77','static_countries',74,'cn_country_zones','','','',3,'static_country_zones',336,'',0),('de03fd6fdbf13565ddd007229ee8fed9','static_countries',72,'cn_country_zones','','','',50,'static_country_zones',607,'',0),('de24f7621300005248703bc84929d577','sys_file_reference',330,'sys_language_uid','','','',0,'sys_language',1,'',0),('de2a303ec1797ef4b1ee860b23ac114b','tt_content',1094,'assets','','','',0,'sys_file_reference',232,'',0),('de2d2b5ad2278d6b412ed35163861f56','static_countries',74,'cn_country_zones','','','',29,'static_country_zones',362,'',0),('de309999c6dc9be2b935db4e0123ca37','sys_file_reference',373,'sys_language_uid','','','',0,'sys_language',1,'',0),('de372bef0a8913e0e08e5d676b10239a','tt_content',454,'l18n_parent','','','',0,'tt_content',1131,'',0),('de447e68b583778e6c41ea968cd7ae86','static_countries',226,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('de4c899d4a1cb032bc54da556725b6d9','tt_content',274,'l18n_parent','','','',0,'tt_content',70,'',0),('de588993ddd423dca4387c70de417bb8','sys_file_reference',109,'uid_local','','','',0,'sys_file',194,'',0),('de65efcb754daafd41077b3985345037','tx_powermail_domain_model_answer',23,'sys_language_uid','','','',0,'sys_language',-1,'',0),('de8008a7c4267cd8a686015f11225581','tx_powermail_domain_model_answer',24,'sys_language_uid','','','',0,'sys_language',-1,'',0),('de852059391aaaefbb8c130a7d8b5d7b','tt_content',1169,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',86,'',0),('de96900e815e7cad8d889ca7a66ad8eb','static_countries',220,'cn_country_zones','','','',20,'static_country_zones',29,'',0),('dec535a8e6589ff4a23fa191288cf3f5','sys_file_reference',365,'uid_local','','','',0,'sys_file',160,'',0),('decadde6e33a7d10fc39c0781d171e7f','tt_content',1534,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',75,'',0),('decbe9fd31cb738d8f4b4d01beb3a64e','tt_content',1051,'l18n_parent','','','',0,'tt_content',1024,'',0),('ded2b87211934ec3bbf90951a44cfebb','sys_file',78,'metadata','','','',0,'sys_file_metadata',78,'',0),('dee2580f5af122c3b2c8e4cc02c04706','tx_powermail_domain_model_answer',68,'field','','','',0,'tx_powermail_domain_model_field',5,'',0),('deef8280f9962e004781c6c6f48ad551','static_countries',41,'cn_country_zones','','','',25,'static_country_zones',129,'',0),('def560910a571dd3b9f5905f1a6803b1','sys_file_reference',500,'l10n_parent','','','',0,'sys_file_reference',498,'',0),('def849c111d99dad5a6b4c2fbcf898ba','tt_content',1423,'l18n_parent','','','',0,'tt_content',1021,'',0),('deff256425ae4ea10984d75ecb46d02a','sys_file_metadata',103,'file','','','',0,'sys_file',103,'',0),('df0a0fafdcc1c074e6fd0e37a6982a86','static_countries',74,'cn_country_zones','','','',94,'static_country_zones',426,'',0),('df18cd565b029d032e6fc0bba69be95c','static_countries',74,'cn_country_zones','','','',93,'static_country_zones',425,'',0),('df1aac927877e3873eea4fb9ea1ae2a9','tx_powermail_domain_model_answer',44,'sys_language_uid','','','',0,'sys_language',-1,'',0),('df1ea2c096b1b641de2d910363feb9e6','static_countries',74,'cn_country_zones','','','',68,'static_country_zones',402,'',0),('df20a1198ac3c9c25bb8973e37df17d4','sys_file_reference',303,'link','','typolink','838c188fdbe12d6e1049374f3c4c63c5:0',-1,'pages',117,'',0),('df28aa2324c1a5fabb836f48f41b9434','tt_content',1494,'tx_wst3bootstrap_card_elements_backside','','','',0,'tx_wst3bootstrap_card_element',41,'',0),('df524590702f15e3ced917b18eccc9bf','tt_content',516,'l18n_parent','','','',0,'tt_content',110,'',0),('df86c033faae8777759772bcb91ee0af','static_territories',18,'tr_parent_territory_uid','','','',0,'static_territories',3,'',0),('df92644558a3ed94ea517ffa90e1cec8','static_countries',231,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('df96ac4a5645f65116a3306db90b3cc7','static_countries',144,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('dfb58eeaaaa1ccd6d02107236229aae2','static_countries',156,'cn_currency_uid','','','',0,'static_currencies',110,'',0),('dfbbf77496013f1031d8b4e4d43ef2d0','sys_file',321,'metadata','','','',0,'sys_file_metadata',310,'',0),('dff7b585b3c1454ebdb2880bb8307242','tx_blog_domain_model_tag',1,'sys_language_uid','','','',0,'sys_language',-1,'',0),('e01010f56cc4d6c26806d30d984256f2','sys_file_reference',525,'sys_language_uid','','','',0,'sys_language',1,'',0),('e0281eb820a6223871d493c6aa170fe3','sys_file_reference',495,'uid_local','','','',0,'sys_file',191,'',0),('e02dad5584e4f597666ab013d4cfbd9d','sys_file',325,'metadata','','','',0,'sys_file_metadata',315,'',0),('e0397c8d723b01f7c8e6322361778e9d','tt_content',1707,'image','','','',0,'sys_file_reference',483,'',0),('e048ad8bf11478e3c86131c6220c5c3b','sys_file_metadata',160,'file','','','',0,'sys_file',170,'',0),('e05979a927241bbbaa43d5caac6d25bb','tt_content',1408,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','374bc5f8ebdebbc51c1ad48f65b1c1b8',-1,'sys_file',320,'',0),('e0810733a92a09a8bdbdcf467fbe9b3e','tt_content',1743,'l18n_parent','','','',0,'tt_content',1718,'',0),('e097b2daf3e7ddd5e1d9e38d9e4e7506','sys_file_reference',365,'sys_language_uid','','','',0,'sys_language',1,'',0),('e0b008b76bf44713af1c3ab39b4a2e01','static_countries',72,'cn_country_zones','','','',108,'static_country_zones',669,'',0),('e0b4d95e692893c3d65c50f71e4aeda7','tt_content',548,'l18n_parent','','','',0,'tt_content',205,'',0),('e0c1e49a62ac7a6d3dfb29e720a7dc66','tx_wst3bootstrap_card_element',36,'assets','','','',0,'sys_file_reference',385,'',0),('e0c62e09c5c6172c9ac4d317170a759e','tx_wst3bootstrap_card_element',53,'tt_content','','','',0,'tt_content',1499,'',0),('e0debdd65d6e3e6dfe0dcf33512d4b80','static_countries',74,'cn_country_zones','','','',84,'static_country_zones',373,'',0),('e0f1a8109a795e5e2991d03633d12f91','static_territories',22,'tr_parent_territory_uid','','','',0,'static_territories',1,'',0),('e0fef7c38522a1bfb6ab490ad2492635','sys_file_metadata',94,'file','','','',0,'sys_file',94,'',0),('e110e9482490e06855fae43d4096df93','static_countries',148,'cn_country_zones','','','',4,'static_country_zones',186,'',0),('e121d2d3a22468985b03eca04909c04f','tt_content',752,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',81,'',0),('e129b49211c83d0a6720e7e2cce32174','tx_powermail_domain_model_answer',30,'sys_language_uid','','','',0,'sys_language',-1,'',0),('e13c5dfb93e394fa8aa4952e85fd80a4','tx_powermail_domain_model_page',1,'fields','','','',7,'tx_powermail_domain_model_field',13,'',0),('e14071e7e1ab508f5ce80d4e2ad090ee','tt_content',1735,'l18n_parent','','','',0,'tt_content',1734,'',0),('e15e18f2ca1899d0c154d2d2ed0fed97','static_countries',72,'cn_country_zones','','','',17,'static_country_zones',545,'',0),('e162f013ea9104720c5d7ef3edd47ecb','sys_file_metadata',16,'file','','','',0,'sys_file',16,'',0),('e1633292e5cf9f80beed020a22d267b6','static_countries',180,'cn_currency_uid','','','',0,'static_currencies',124,'',0),('e16ce005e9a734fd8cecf802bf7a79fc','static_countries',72,'cn_country_zones','','','',4,'static_country_zones',569,'',0),('e16f4f03ca7115a4d7c92b64dc0d5744','tt_content',1795,'l18n_parent','','','',0,'tt_content',1778,'',0),('e1733316ba257f1434cffb83f0014815','tt_content',1716,'image','','','',0,'sys_file_reference',494,'',0),('e17524114b1e72a3d5730a9611de1ea9','static_countries',104,'cn_country_zones','','','',77,'static_country_zones',301,'',0),('e177c00c2f550eef4a6c31736b9746db','sys_file_reference',182,'sys_language_uid','','','',0,'sys_language',1,'',0),('e178af3bfa1b1115742bfd339a5f3970','tt_content',452,'pages','','','',0,'pages',23,'',0),('e17bd654f8aeace7dfcafb8f31a73d13','sys_file_reference',539,'sys_language_uid','','','',0,'sys_language',1,'',0),('e17cfc6f884ebd5db6c04a5a6ecd6d68','sys_file',331,'metadata','','','',0,'sys_file_metadata',321,'',0),('e1895bdb122fa77976ad279cbd517c57','sys_file',192,'metadata','','','',0,'sys_file_metadata',182,'',0),('e1a70823d287b6fdedef9b282022932e','sys_file_reference',93,'uid_local','','','',0,'sys_file',198,'',0),('e1d5fc8849df561711dd35bba9cc413f','sys_file_reference',382,'uid_local','','','',0,'sys_file',192,'',0),('e1dde0dba2b5e9cf67f637f5f56787fc','static_countries',74,'cn_country_zones','','','',64,'static_country_zones',372,'',0),('e1e69c5baec6f5f2d0c221adf8d36187','tt_content',513,'l18n_parent','','','',0,'tt_content',107,'',0),('e1eb918d6c5ae8efc6cadec6d00d9ba3','tx_powermail_domain_model_answer',2,'field','','','',0,'tx_powermail_domain_model_field',2,'',0),('e202688c0034f02447e5b0bd167ded59','tt_content',1721,'l18n_parent','','','',0,'tt_content',1720,'',0),('e20309460ed83d567ae67bc17c20f61e','static_countries',104,'cn_country_zones','','','',91,'static_country_zones',319,'',0),('e2053c0bdaca7180e5c5ac8bdabe3c73','tx_wst3bootstrap_card_element',46,'tt_content','','','',0,'tt_content',1496,'',0),('e21b1ac0657bc8f8d87127b0d0d36d6f','sys_file',332,'metadata','','','',0,'sys_file_metadata',322,'',0),('e21d8832601cc8192606e60880505303','sys_filemounts',4,'base','','','',0,'sys_file_storage',1,'',0),('e2341aadd424ea5e199ab0884d4735a9','static_countries',74,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('e2475e96426f52261ca06ecd831867d6','tx_wsslider_domain_model_item',22,'foreground_media','','','',0,'sys_file_reference',549,'',0),('e2520f8f39cba685b87207c0bbd2f688','static_countries',72,'cn_country_zones','','','',92,'static_country_zones',666,'',0),('e25ff822de1e889c7059df98412e031f','sys_file',241,'storage','','','',0,'sys_file_storage',1,'',0),('e2773d9ceb38ef665316861a191468a6','sys_filemounts',1,'base','','','',0,'sys_file_storage',1,'',0),('e2d3cb2a82af4ecfe5d9fa75770eed35','static_countries',60,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('e2dfb921b77d5775d8c04e07a15f6684','sys_file_metadata',247,'file','','','',0,'sys_file',256,'',0),('e2ec45abcaba10a087c6d1a8fbdaace1','tt_content',1346,'l18n_parent','','','',0,'tt_content',666,'',0),('e2ed5bc87115eeb0ccde23aaadf84bc7','static_countries',227,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('e2ee1b2059b3375b2a622aba9bfc18c5','static_countries',238,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('e301fe17e48382d8d5c4c4d3e190403f','tt_content',1511,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('e313319a7bbeeccb60af056d0934b742','static_countries',74,'cn_country_zones','','','',67,'static_country_zones',401,'',0),('e31e7fe856e72c87387bed6aab5e2cc5','static_countries',61,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('e32e7c1d5f6def9e4440ac126dc40d0c','sys_file_reference',349,'uid_local','','','',0,'sys_file',189,'',0),('e32fb9b3c5f4f9458b5112150dd13a17','tx_wst3bootstrap_card_element',72,'tt_content','','','',0,'tt_content',1533,'',0),('e3342be69376821ffda95d2491964abc','static_countries',222,'cn_currency_uid','','','',0,'static_currencies',157,'',0),('e3391abcb1e697595aa549f7a7d2fb65','tt_content',1311,'image','','','',5,'sys_file_reference',339,'',0),('e35e26f73084757f4810a4b078e29cc7','sys_file',224,'storage','','','',0,'sys_file_storage',1,'',0),('e377f300a530e358ba23c2e26badc1c3','static_countries',14,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('e381a8ce37ac839c2fb5f3267754c26a','sys_file_reference',554,'uid_local','','','',0,'sys_file',318,'',0),('e383cfd6eed6fb40ed08a2f3084b9cd8','tt_content',1048,'l18n_parent','','','',0,'tt_content',1022,'',0),('e386fc1cbbba0bedd4e07bde39fb88af','sys_file_reference',531,'l10n_parent','','','',0,'sys_file_reference',494,'',0),('e3cc1010436e87a9ddc1cc99ba25366c','sys_file_reference',216,'sys_language_uid','','','',0,'sys_language',1,'',0),('e3ed9b65a753a54030b418b52f3cf3de','static_countries',74,'cn_country_zones','','','',83,'static_country_zones',416,'',0),('e3f499ec6ff98997b4bc6ed3cbd05708','tt_content',778,'bodytext','','typolink_tag','1',-1,'pages',39,'',0),('e4051cc0c653a173b70847e3fff4cb3b','static_countries',192,'cn_currency_uid','','','',0,'static_currencies',136,'',0),('e4271742747c1c4ef6a2069bfd992aa6','pages',192,'l10n_parent','','','',0,'pages',41,'',0),('e4324b61b325224f3721c3df17e98392','tt_content',511,'l18n_parent','','','',0,'tt_content',105,'',0),('e450b32f48042bbbb871f6ecab08e82d','sys_file_reference',572,'l10n_parent','','','',0,'sys_file_reference',565,'',0),('e454212e9579a21ec0f823437b8d96eb','sys_file',314,'metadata','','','',0,'sys_file_metadata',305,'',0),('e477e68a6b000ff0da138ce56552f43c','static_countries',246,'cn_currency_uid','','','',0,'static_currencies',52,'',0),('e48225a6a5ccc057933915c6cedcf7e5','sys_file_metadata',120,'file','','','',0,'sys_file',120,'',0),('e49b168200683a17d02565f95ca518c2','tt_content',1161,'bodytext','','typolink_tag','3',-1,'pages',177,'',0),('e4a815d54a196da4cf7ac8889510860f','sys_file_reference',532,'sys_language_uid','','','',0,'sys_language',1,'',0),('e4a8d82d99f77dc629a7c46234e30b28','tx_powermail_domain_model_answer',30,'field','','','',0,'tx_powermail_domain_model_field',13,'',0),('e4bdbf88647fe96022bf44410da55c5c','sys_file_reference',451,'uid_local','','','',0,'sys_file',337,'',0),('e4e0f718f994d0a2ffce9adfa43f7cde','sys_file_reference',304,'sys_language_uid','','','',0,'sys_language',1,'',0),('e4e3c065bf4841b3fa5509a652cd8b84','tt_content',1641,'tx_wsslider_items','','','',3,'tx_wsslider_domain_model_item',10,'',0),('e4ecc9663f1132996a0f81adb63ef0cb','tt_content',1379,'l18n_parent','','','',0,'tt_content',961,'',0),('e4f5642a7d20c618236f52b9d946ea40','static_countries',76,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('e505d33d0af3f672d03e43f623a2de2c','pages',241,'heroimage_big','','','',0,'sys_file_reference',328,'',0),('e5393e82f68b75d68cb49863e1064c97','pages',256,'shortcut','','','',0,'pages',35,'',0),('e53e9cbf2ec0f45f7c95c147866af528','tx_powermail_domain_model_answer',57,'sys_language_uid','','','',0,'sys_language',-1,'',0),('e5498c4b3ce59e78ab57aa624a315a70','tx_powermail_domain_model_answer',17,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('e57484ad747cdc09e7f775efb123a1d4','static_countries',29,'cn_country_zones','','','',22,'static_country_zones',511,'',0),('e591a96aaf3dce1c291d85b2727e83b3','static_countries',65,'cn_country_zones','','','',25,'static_country_zones',134,'',0),('e5958d61e1e0037bde441d52ecbad1cb','static_countries',97,'cn_country_zones','','','',3,'static_country_zones',463,'',0),('e596859f9c20f1971edecd69a76e7a02','static_countries',104,'cn_country_zones','','','',1,'static_country_zones',223,'',0),('e5a73f6c17c5ec105876f0b21b0abbc2','tt_content',495,'l18n_parent','','','',0,'tt_content',60,'',0),('e5aaa673f21a8854ea4592fe741e77c1','pages',36,'shortcut','','','',0,'pages',10,'',0),('e5d2a710efc4248e4cd8c3e3e598d2ad','static_countries',232,'cn_currency_uid','','','',0,'static_currencies',166,'',0),('e5d36ef3bf95bb00fd59bbdb83a0cd55','static_countries',104,'cn_country_zones','','','',69,'static_country_zones',287,'',0),('e5d7112e29c4f797534263c52c5b4a30','sys_file_reference',415,'uid_local','','','',0,'sys_file',330,'',0),('e5d987fb01c74699e53cc81dd06304c2','static_countries',72,'cn_country_zones','','','',33,'static_country_zones',643,'',0),('e5d9e4a5df9ff6895074f13fc5731f05','sys_file_reference',432,'uid_local','','','',0,'sys_file',334,'',0),('e5ded7f9b98ca33b4d52f29100779573','sys_file_reference',294,'sys_language_uid','','','',0,'sys_language',1,'',0),('e5deed56c436b4b14e6755a12e3f3236','sys_file_reference',370,'sys_language_uid','','','',0,'sys_language',1,'',0),('e5df843b9797015c6f178465a81c941a','static_countries',220,'cn_country_zones','','','',9,'static_country_zones',18,'',0),('e5e05789d9c4bfe70f98a07f1ea72caf','sys_file_reference',512,'sys_language_uid','','','',0,'sys_language',1,'',0),('e5e1bdc3bb8d3e1e25ba07161e1a041b','tx_powermail_domain_model_answer',41,'sys_language_uid','','','',0,'sys_language',-1,'',0),('e5f1765929960654d5da51d4ecf504e9','static_countries',72,'cn_country_zones','','','',48,'static_country_zones',584,'',0),('e66120461c8fe60d42a15aeb4f362c32','sys_file_metadata',2,'file','','','',0,'sys_file',2,'',0),('e66e9703ee287b857852157dd5e775d6','tt_content',277,'l18n_parent','','','',0,'tt_content',153,'',0),('e6886a58f5821565e5546e9d36e6c1b6','sys_file_reference',442,'uid_local','','','',0,'sys_file',335,'',0),('e695345f2edfc65c59102f8ad859a34c','static_countries',181,'cn_currency_uid','','','',0,'static_currencies',126,'',0),('e69db83bbc8d36507507b39909545efb','tt_content',1723,'l18n_parent','','','',0,'tt_content',1722,'',0),('e6a57e11154a8238a60178101e37ee36','static_countries',213,'cn_currency_uid','','','',0,'static_currencies',150,'',0),('e6aecc1dd29cdb7942b12013a342961c','tx_wst3bootstrap_card_element',4,'bodytext','','typolink_tag','1',-1,'pages',24,'',0),('e6c99982371683ad87025e3735f6b526','static_countries',97,'cn_country_zones','','','',10,'static_country_zones',470,'',0),('e6d557a9e090cb95a51b94332ac2ac3c','tt_content',1493,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',36,'',0),('e6dafc316717a4ce6240677afeab98a7','sys_file_metadata',99,'file','','','',0,'sys_file',99,'',0),('e6e8ccfedd1b8247dd27e5b2e07b1c74','tt_content',539,'l18n_parent','','','',0,'tt_content',193,'',0),('e6f6f070d13fb10d002a089dd3c5000e','tt_content',1051,'assets','','','',5,'sys_file_reference',223,'',0),('e6f8b339a794a3f2164dab910873744a','tt_content',1645,'tx_wsslider_items','','','',3,'tx_wsslider_domain_model_item',13,'',0),('e7149a4c18b05abd618b72911890be60','tx_powermail_domain_model_answer',67,'field','','','',0,'tx_powermail_domain_model_field',4,'',0),('e716521599dee5d7b8aebb1161ddb6fe','sys_file_metadata',87,'file','','','',0,'sys_file',87,'',0),('e716800f4791176c4dead1d503a44410','tx_powermail_domain_model_answer',2,'sys_language_uid','','','',0,'sys_language',-1,'',0),('e71c4f7655a235338ee8fa7aea5e46e0','sys_file',305,'storage','','','',0,'sys_file_storage',1,'',0),('e733c39c2f2e41a1bf124f4c5b3a5a21','sys_file_metadata',249,'file','','','',0,'sys_file',258,'',0),('e7350d5cd1b77a9ed9dafa404dd29fc7','tt_content',717,'assets','','','',0,'sys_file_reference',231,'',0),('e7482706ae2ba4dcc05d293ea96fc3d7','sys_file_reference',155,'uid_local','','','',0,'sys_file',221,'',0),('e770a114f564abb34f8a796c7a6982ff','sys_file_metadata',224,'file','','','',0,'sys_file',234,'',0),('e774a45c01b50fbc83286b1d76d596cb','tt_content',1666,'image','','','',3,'sys_file_reference',455,'',0),('e794bc2473ea9b013a73b3c6bfabe428','sys_file_metadata',209,'file','','','',0,'sys_file',219,'',0),('e7a65e402667f21dab278af240457c6c','static_countries',104,'cn_country_zones','','','',71,'static_country_zones',294,'',0),('e7ba21ad9d8ee8e164404d2d45c58d52','static_countries',27,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('e7bc901ade906719f648bb9d44f2b2d8','static_countries',131,'cn_parent_territory_uid','','','',0,'static_territories',13,'',0),('e7d9e0acddc1897b92ee7e224ef117f1','sys_file',124,'metadata','','','',0,'sys_file_metadata',124,'',0),('e7e0c3f0f411522937724d460ba01bb7','sys_file_metadata',273,'file','','','',0,'sys_file',282,'',0),('e7e9d5ed872ec39e4b21028184abdddb','tt_content',479,'l18n_parent','','','',0,'tt_content',166,'',0),('e81e41049f1c86d7bcdd955148dc1d90','static_countries',220,'cn_country_zones','','','',2,'static_country_zones',4,'',0),('e82c8d470dfcb4a05226736577d8f273','static_countries',46,'cn_parent_territory_uid','','','',0,'static_territories',6,'',0),('e83a259783ccce1efa2062177e24a124','tx_wsslider_domain_model_item',7,'content_uid','','','',0,'tt_content',1644,'',0),('e85660730c5a0fe53666eb448c8f2e63','tt_content',1393,'l18n_parent','','','',0,'tt_content',740,'',0),('e85f3e9e0b43dac07b1e1781d1a7090d','be_groups',1,'file_mountpoints','','','',0,'sys_filemounts',1,'',0),('e860aec275ea8b5a9b27a6a4f91fb6ac','tt_content',1340,'l18n_parent','','','',0,'tt_content',821,'',0),('e862128925371af24bb04d5ae637eda7','sys_file',295,'storage','','','',0,'sys_file_storage',1,'',0),('e86a3e40693ea6d68414c149f641439d','tt_content',1409,'l18n_parent','','','',0,'tt_content',970,'',0),('e86ec89c29dcfa6d313de44089e263f9','static_countries',97,'cn_country_zones','','','',21,'static_country_zones',481,'',0),('e881b071ac4bfbf4c3e13357f8f52803','static_countries',54,'cn_country_zones','','','',9,'static_country_zones',88,'',0),('e88bc1b533d04f64800b02ec67060f7c','tt_content',1316,'l18n_parent','','','',0,'tt_content',1159,'',0),('e89b951c2f9b3fbc4c56109afc3d01e5','tt_content',467,'l18n_parent','','','',0,'tt_content',59,'',0),('e89ea8d9b3a3e6b68d03ef9201f5aa11','static_countries',83,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('e8c720f30b05d9ff3f44b785abeeff22','tt_content',63,'assets','','','',0,'sys_file_reference',81,'',0),('e8cf10ae7e5890a832cd75fd5e9a51c4','sys_category',1,'items','','','',3,'tx_news_domain_model_news',5,'',0),('e8d9917c27f56d0b3b292eb75d5c7b78','sys_file_reference',455,'uid_local','','','',0,'sys_file',329,'',0),('e8da5b19a9b69c54e93477ce866e9b2d','tx_news_domain_model_news',6,'fal_media','','','',0,'sys_file_reference',182,'',0),('e8dd87f37fbcc6345658073e323272a5','static_countries',50,'cn_parent_territory_uid','','','',0,'static_territories',20,'',0),('e8f88196970f10e3227d6beda66054ad','sys_file',44,'metadata','','','',0,'sys_file_metadata',44,'',0),('e8fe1b48fb38eb0b8850eb956f4001db','static_countries',72,'cn_country_zones','','','',40,'static_country_zones',593,'',0),('e90c32804ebde0d6310342e8f67b835f','static_countries',148,'cn_currency_uid','','','',0,'static_currencies',104,'',0),('e9153b6351f8506a5a83c716777423c2','sys_file',87,'metadata','','','',0,'sys_file_metadata',87,'',0),('e9185d4fe1e6380bff7e4671b6e37359','static_countries',205,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('e91f683143b8b17a4d58c7cca74a80d0','tx_powermail_domain_model_answer',3,'sys_language_uid','','','',0,'sys_language',-1,'',0),('e929357291f2390c6a8c9e3735a4a8c3','static_countries',72,'cn_country_zones','','','',79,'static_country_zones',614,'',0),('e9391f24af30f8b121beea29552bf917','sys_file_reference',306,'uid_local','','','',0,'sys_file',227,'',0),('e93d3764c0b23c807296a550ee88b204','static_countries',220,'cn_country_zones','','','',19,'static_country_zones',28,'',0),('e943d1f1fb5d939f998790dc848818b6','sys_file',62,'metadata','','','',0,'sys_file_metadata',62,'',0),('e94b5bcfc69939cf65b5381a8503d5cf','static_countries',104,'cn_country_zones','','','',46,'static_country_zones',266,'',0),('e959095aea16206f690b89060b93b965','static_countries',72,'cn_country_zones','','','',64,'static_country_zones',602,'',0),('e9874915be48e0a6874a9dd0b6d6704b','tt_content',1048,'assets','','','',2,'sys_file_reference',216,'',0),('e997a4db236fdf4e85db863e89edcfd0','sys_file_reference',538,'sys_language_uid','','','',0,'sys_language',1,'',0),('e998998b83799e113ee54360693ce641','static_countries',72,'cn_country_zones','','','',114,'static_country_zones',640,'',0),('e9a717e1b448a904837c4a814d78c835','static_countries',132,'cn_parent_territory_uid','','','',0,'static_territories',11,'',0),('e9ee023f3fd7385f37fb1aa6a51bdaf5','tx_powermail_domain_model_answer',38,'mail','','','',0,'tx_powermail_domain_model_mail',4,'',0),('e9f057c3f659ec1b8317da1229a48ac8','static_countries',74,'cn_country_zones','','','',96,'static_country_zones',430,'',0),('e9f517bb335f5b3cfccebd6e143ce06c','sys_template',71,'constants','','url','37',-1,'_STRING',0,'https://www.youtube.com/',0),('ea2cef6d206e197fd1506a7c3d598e7f','sys_file_metadata',158,'file','','','',0,'sys_file',168,'',0),('ea3883e3bb2fc84816cb785edb5857ca','static_countries',74,'cn_country_zones','','','',4,'static_country_zones',340,'',0),('ea4042088553034d5ff1ad653f92135b','pages',307,'l10n_parent','','','',0,'pages',306,'',0),('ea4384970020db8872194b73509424cf','sys_file_metadata',125,'file','','','',0,'sys_file',125,'',0),('ea4cbd7b8b8c58818e6f0bbecc62b791','static_countries',133,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('ea648eacf0ac8ee086c203317e9c925f','sys_file',322,'metadata','','','',0,'sys_file_metadata',311,'',0),('ea709366dfa855f9b39d99d37cfdce85','tt_content',1629,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','2a57868b09334ebce63a78113f60cd9e',-1,'sys_file',320,'',0),('ea7426897f69df200641049274940ff9','sys_file',84,'metadata','','','',0,'sys_file_metadata',84,'',0),('ea8a440d21f2e4134c414a34733ead65','sys_file_reference',214,'uid_local','','','',0,'sys_file',190,'',0),('eaa426ce2638d4b11959164113edaa16','tx_wst3bootstrap_card_element',12,'tt_content','','','',0,'tt_content',1463,'',0),('eab2eb4d028103456883c6ee0bbb1b3b','tt_content',1508,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('eab59d993b86eaeed5a1d4008ece48d2','sys_file_reference',523,'uid_local','','','',0,'sys_file',190,'',0),('eac2eb0977fda62e203468b4b67e526c','sys_file_reference',516,'uid_local','','','',0,'sys_file',190,'',0),('eac818fa1003e662d96e58870d5b8a3b','static_countries',102,'cn_currency_uid','','','',0,'static_currencies',70,'',0),('ead51f0e31f6d422a3bfbf93e5924c9d','static_countries',93,'cn_currency_uid','','','',0,'static_currencies',63,'',0),('eae8c2fe51e474d97abdd0eb3b7aa7b3','sys_file_reference',431,'uid_local','','','',0,'sys_file',332,'',0),('eb01a17e8279f0b805d5d5fcd5a43025','static_countries',163,'cn_currency_uid','','','',0,'static_currencies',114,'',0),('eb0ac125882aa39dfb51a6e14634229d','tx_wst3bootstrap_card_element',78,'tt_content','','','',0,'tt_content',1535,'',0),('eb0df85ccd608550b26dc98dfcb4aeea','sys_file_reference',282,'uid_local','','','',0,'sys_file',303,'',0),('eb112e0657a5f0f03f7b6cc60b490788','static_countries',72,'cn_country_zones','','','',78,'static_country_zones',613,'',0),('eb1d0b8465c355bfda817257de656a42','tt_content',1378,'l18n_parent','','','',0,'tt_content',1064,'',0),('eb28c840076b94e46e0525efb8aa533c','sys_file_collection',1,'files','','','',0,'sys_file_reference',114,'',0),('eb2bbf7cf4fe33f9a304a2d7f49a93fd','sys_file_metadata',82,'file','','','',0,'sys_file',82,'',0),('eb2ee4b2502c40c76dfa490034e018ab','static_countries',134,'cn_parent_territory_uid','','','',0,'static_territories',27,'',0),('eb3448f55c60e7e227dd8445b6356330','static_countries',41,'cn_country_zones','','','',24,'static_country_zones',128,'',0),('eb957d511933b9b9baaf84dc79e1eb35','static_countries',220,'cn_country_zones','','','',17,'static_country_zones',26,'',0),('eba5c018d708a818df742389a2790a33','static_countries',167,'cn_currency_uid','','','',0,'static_currencies',117,'',0),('eba6a4a5cd79c2d5cdbbe58a36880a66','pages',194,'heroimage_big','','','',0,'sys_file_reference',321,'',0),('ebace44e7cecd94fb5ce0fb01c4c9efe','static_countries',72,'cn_country_zones','','','',0,'static_country_zones',564,'',0),('ebc6e6ce647a223b18e192f3f2e9697c','sys_file',94,'metadata','','','',0,'sys_file_metadata',94,'',0),('ebc790cd276885488dae086e5d38a481','static_countries',100,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('ebced14d8963eab088933594f3592584','static_countries',235,'cn_currency_uid','','','',0,'static_currencies',168,'',0),('ebe8d736d124b3990a8e6ccc0b648b95','static_countries',69,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('ebede029013350ab178d7aeb8926153c','tt_content',1396,'l18n_parent','','','',0,'tt_content',917,'',0),('ebf21a5594a7501afc6c07206b82ae16','tt_content',1740,'image','','','',1,'sys_file_reference',540,'',0),('ec1151e3f12cc5b2e9d044e7d0a07b2b','sys_file',337,'storage','','','',0,'sys_file_storage',1,'',0),('ec1bed964149f59659d07656821aabdc','sys_file_metadata',129,'file','','','',0,'sys_file',129,'',0),('ec21284cf6b4e3ba905a483d7e2d67b2','tt_content',520,'l18n_parent','','','',0,'tt_content',114,'',0),('ec35166d97bbb636a2d8a73d7b57f98c','static_countries',72,'cn_country_zones','','','',60,'static_country_zones',551,'',0),('ec4eb77f4e3450d74ce3a23212825566','static_countries',220,'cn_country_zones','','','',50,'static_country_zones',63,'',0),('ec4f26f528bed12142ed5800fec18de8','tt_content',1308,'l18n_parent','','','',0,'tt_content',1169,'',0),('ec5088076c1fada25b154692dd3c6aa1','static_countries',67,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('ec58ebfa449b71434587976fc66cb97c','static_countries',154,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('ec5b15ee9ef32cab53a8f9377898b8c7','static_countries',220,'cn_country_zones','','','',8,'static_country_zones',16,'',0),('ec6428fbc0fcb6274a90e0f01acd7b0c','static_countries',207,'cn_parent_territory_uid','','','',0,'static_territories',28,'',0),('ecc961f7204b363ace451703e1ef76c7','tx_blog_domain_model_comment',1,'parentid','','','',0,'pages',164,'',0),('ecd5dd084ab90d4411d8801efe15e395','static_countries',104,'cn_country_zones','','','',42,'static_country_zones',227,'',0),('eceb28911dfd36ff05472245b25d103a','sys_file_metadata',139,'file','','','',0,'sys_file',149,'',0),('ecf2bb4b656d6128479505c894e0912d','tt_content',1471,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',19,'',0),('ecf2f82b8631f25ae83981dc89372689','static_countries',144,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('ecf8c734d58a691ea17d84147b948f32','tx_wst3bootstrap_card_element',13,'tt_content','','','',0,'tt_content',1465,'',0),('ed3a26eb15775433a88693c913db0cd9','sys_file',297,'metadata','','','',0,'sys_file_metadata',288,'',0),('ed588d6df2b1afce778e846061316675','pages',216,'l10n_parent','','','',0,'pages',16,'',0),('ed6730d5e65e00b4abe407be75f011ea','static_countries',170,'cn_country_zones','','','',4,'static_country_zones',677,'',0),('ed6c976018043b1f871bfec7b796eb06','static_countries',137,'cn_parent_territory_uid','','','',0,'static_territories',7,'',0),('ed7a2312ba42e756872ebbe9bafc36b2','tt_content',449,'pages','','','',0,'pages',7,'',0),('ed9b2dd95d1565cb455e4df21e90a32e','tx_wst3bootstrap_card_element',3,'tt_content','','','',0,'tt_content',1456,'',0),('ed9df5575e6e1da239667f369e60c334','static_countries',36,'cn_country_zones','','','',0,'static_country_zones',66,'',0),('edbbba9e2b794b0d28437cd65b362079','sys_file_metadata',149,'file','','','',0,'sys_file',159,'',0),('edbebd49c9e18089aef3937e5eab66f9','static_countries',65,'cn_country_zones','','','',22,'static_country_zones',156,'',0),('edc165233c7684fc0ae41d0f1ae41eac','static_countries',55,'cn_currency_uid','','','',0,'static_currencies',41,'',0),('edc60376a9045453a11d5e4bb3f987d4','sys_file_metadata',73,'file','','','',0,'sys_file',73,'',0),('edd1a385ca516b9b1d81f559f97c2a4b','static_countries',104,'cn_country_zones','','','',31,'static_country_zones',257,'',0),('edeeb54c3a119e81030b50c450526b8f','tt_content',1790,'image','','','',0,'sys_file_reference',570,'',0),('ee548ff0a35f5c69629928d3a7bcd4d9','sys_file_reference',36,'sys_language_uid','','','',0,'sys_language',1,'',0),('ee5e20fe0068cf6c9ebe866b8093d55c','static_countries',74,'cn_country_zones','','','',98,'static_country_zones',396,'',0),('ee9ab967c69c14c90345e63e5e63023b','static_countries',104,'cn_country_zones','','','',36,'static_country_zones',259,'',0),('eeab9776a7527c7feb5f4afbea4b4d7a','sys_file',15,'metadata','','','',0,'sys_file_metadata',15,'',0),('eeacf1133c0737264238f0f40d288ad6','pages',196,'l10n_parent','','','',0,'pages',12,'',0),('eeb135fef02ed565dbcca920f36119ef','tt_content',1644,'tx_wsslider_items','','','',1,'tx_wsslider_domain_model_item',7,'',0),('eed2d442223810a706b07e3f35780799','tx_blog_domain_model_tag',2,'sys_language_uid','','','',0,'sys_language',-1,'',0),('eeda4f0b8376563f87120d9a617c1413','tx_news_domain_model_news',7,'related_links','','','',0,'tx_news_domain_model_link',1,'',0),('ef04fdd3d3b3ecfcadba302391b39d56','sys_category',7,'items','','','',0,'tx_news_domain_model_news',7,'',0),('ef0cb48eb62ae3945b8703f82172f397','sys_file_reference',278,'uid_local','','','',0,'sys_file',310,'',0),('ef14954987e7a58393c31142fb811605','sys_file_metadata',276,'file','','','',0,'sys_file',285,'',0),('ef2a6aa540fbdd375e40841b0744e980','sys_file_reference',336,'uid_local','','','',0,'sys_file',307,'',0),('ef36e2a6ad0f9f7699a2cab280df81c7','tx_powermail_domain_model_answer',57,'mail','','','',0,'tx_powermail_domain_model_mail',6,'',0),('ef4a8545d5d8a5d53678a6dc2ef3e2dd','sys_file',23,'metadata','','','',0,'sys_file_metadata',23,'',0),('ef7039d4cff763dd396780ccc9babb92','tx_wst3bootstrap_card_element',10,'bodytext','','typolink_tag','1',-1,'pages',24,'',0),('ef734c7ed6b611a8633fcb35c37ad6d5','static_countries',41,'cn_country_zones','','','',1,'static_country_zones',106,'',0),('ef951d22152a325ac94915dd77286b45','tx_powermail_domain_model_answer',29,'sys_language_uid','','','',0,'sys_language',-1,'',0),('ef97d74cd70cb5f4456c199a4831e776','sys_file',122,'storage','','','',0,'sys_file_storage',1,'',0),('efacbd095140d4d5991a0133bfcf3e93','tt_content',1266,'pi_flexform','sDEF/lDEF/settings.map/vDEF/','','',0,'tx_gomapsext_domain_model_map',1,'',0),('efb4bf3a8cf81d4ff9f8402fb9265452','sys_file',43,'metadata','','','',0,'sys_file_metadata',43,'',0),('efca96aa0a25c252f8af8deafc986fee','static_countries',104,'cn_country_zones','','','',43,'static_country_zones',310,'',0),('efdb9c70d36b7c7398ffb9e9740f1935','sys_category',1,'posts','','','',8,'pages',292,'',0),('efec3bcf923c2ae514fe67f40cc3d299','tt_content',1785,'image','','','',0,'sys_file_reference',566,'',0),('efee136cabb313311570edc9ddf2fbcb','tx_wst3bootstrap_card_element',11,'assets','','','',0,'sys_file_reference',379,'',0),('eff45975644be1fa20586c5af646437d','tt_content',916,'assets','','','',0,'sys_file_reference',145,'',0),('f004177dc5c63ec336bad9bf3f60b06a','sys_file_reference',228,'uid_local','','','',0,'sys_file',190,'',0),('f02f91c354b26dc21581d3f536027a75','sys_file_reference',407,'uid_local','','','',0,'sys_file',313,'',0),('f030010269a8e4c44990d04bdb0601ab','sys_file',348,'storage','','','',0,'sys_file_storage',1,'',0),('f036e27973a4b102060e539e0870c045','static_countries',37,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('f042f1bec2fdd3593d3283a3812eb179','tt_content',1812,'l18n_parent','','','',0,'tt_content',1811,'',0),('f060cf7d2fb01e5ea7190ca306b7fca9','static_countries',74,'cn_country_zones','','','',46,'static_country_zones',369,'',0),('f06f79ce22dd209b472587a042081c5a','sys_file_reference',516,'sys_language_uid','','','',0,'sys_language',1,'',0),('f08e8b45937a480eb21931e305a76e3e','tt_content',96,'bodytext','','typolink_tag','1',-1,'pages',183,'',0),('f0935dc062b1da4d59f70278bf34c5e8','static_countries',66,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('f099a7ed68ca59ab001ab76d293988fe','sys_file_reference',457,'uid_local','','','',0,'sys_file',329,'',0),('f0a16f92f527ee6c6220f85f5c7b0b75','pages',251,'l10n_parent','','','',0,'pages',136,'',0),('f0b031d820713e00e485595abd94811d','tt_content',173,'bodytext','','typolink_tag','11',-1,'pages',53,'',0),('f0c84641a30aa093a68d9df8439a680d','tx_news_domain_model_news',12,'fal_media','','','',2,'sys_file_reference',412,'',0),('f0c9a83434c9e8c47f9f210e191e2a55','static_countries',29,'cn_country_zones','','','',10,'static_country_zones',502,'',0),('f0cd639c57d5d353b8af8029934036f1','sys_file_reference',157,'link','','typolink','6155db176374533b698e8519dbf43499:0',-1,'pages',126,'',0),('f0cfc922399c0d5120e2e3a0ec6b2251','sys_file_reference',364,'sys_language_uid','','','',0,'sys_language',1,'',0),('f0f5dac1248c94d6e5434eeee7e7b2c8','sys_file_reference',358,'uid_local','','','',0,'sys_file',285,'',0),('f130c573aefd026a3b5730d7aa07ec87','pages',214,'l10n_parent','','','',0,'pages',27,'',0),('f135b80160d701a577e0021d7c62f18d','tx_wst3bootstrap_card_element',10,'tt_content','','','',0,'tt_content',1460,'',0),('f14e404e0692998534d59ff08908c1e7','static_countries',13,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('f178b296dfefa06feadad91944317e84','tt_content',1337,'l18n_parent','','','',0,'tt_content',882,'',0),('f17eff6570adc5799f6416fe138a89e2','sys_file_reference',375,'sys_language_uid','','','',0,'sys_language',1,'',0),('f19cff236e66253badc812b7fa32b4c7','sys_file',189,'storage','','','',0,'sys_file_storage',1,'',0),('f1a090a78b2c63d658871eb03550bab1','tt_content',287,'l18n_parent','','','',0,'tt_content',189,'',0),('f1b4d1034813681480489688c1d45c9e','static_countries',72,'cn_country_zones','','','',124,'static_country_zones',648,'',0),('f1c3b463e1e78a5c028ba5a61ac3fe95','static_countries',240,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('f1cad7d9301d55f73cff0a39f69e8530','tt_content',1642,'tx_wsslider_items','','','',2,'tx_wsslider_domain_model_item',18,'',0),('f1cdef8123c1e19cf760111e0ed0c621','tt_content',947,'assets','','','',0,'sys_file_reference',161,'',0),('f1d46d44d24969844940f4eeba9c8683','static_countries',104,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('f1dbfaa762332ed7361f1d61f6e6874e','tt_content',1296,'l18n_parent','','','',0,'tt_content',1162,'',0),('f1dd962dac9c03a6f63070eb143682b7','tt_content',1791,'image','','','',0,'sys_file_reference',571,'',0),('f1e0e1517de5313915a0311f6011aad0','static_countries',74,'cn_country_zones','','','',88,'static_country_zones',414,'',0),('f1e2a2e6c164fd2e287d7291d6f1bf15','static_countries',104,'cn_country_zones','','','',39,'static_country_zones',262,'',0),('f21211abfaf90c6c3273a0666e49c066','static_countries',65,'cn_country_zones','','','',49,'static_country_zones',178,'',0),('f21d02c9796732b1b66017b04f787037','tt_content',1167,'image','','','',0,'sys_file_reference',282,'',0),('f26c5debb778b326f9d063161be88496','sys_file',326,'metadata','','','',0,'sys_file_metadata',316,'',0),('f272563b09d585a64aa3b50d4605f25c','static_countries',72,'cn_country_zones','','','',86,'static_country_zones',555,'',0),('f28d6374e797ec162d3b48907ed7ad19','static_countries',74,'cn_country_zones','','','',18,'static_country_zones',350,'',0),('f29265b7817e9a16da3912a7362c0cff','static_countries',148,'cn_country_zones','','','',7,'static_country_zones',189,'',0),('f296a0f532d1456904bb1758948df7c6','sys_file_reference',449,'uid_local','','','',0,'sys_file',336,'',0),('f2a226fc4d7373d5e54e08cbfd0def4d','static_countries',65,'cn_country_zones','','','',21,'static_country_zones',155,'',0),('f2a65fe1ba49dee542b72a469e94552b','static_countries',109,'cn_currency_uid','','','',0,'static_currencies',76,'',0),('f2acfbcaa7887cc1075da456e7150bd5','static_countries',52,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('f2ae6929c8d1f577140d6beae465ceca','static_countries',137,'cn_currency_uid','','','',0,'static_currencies',96,'',0),('f2affae3a96ef8d4ee8cdd2ac81fa295','static_countries',24,'cn_currency_uid','','','',0,'static_currencies',18,'',0),('f2b0115220dd6f695e6de9c095a4df44','sys_file_reference',288,'sys_language_uid','','','',0,'sys_language',1,'',0),('f2b294efde8ab9c95eb61159f3befb51','sys_file_reference',560,'uid_local','','','',0,'sys_file',331,'',0),('f2c4d32358d238171e40a470f0498af5','sys_file_reference',487,'uid_local','','','',0,'sys_file',336,'',0),('f2d282068f0dce07b94e302c8e363894','tt_content',268,'l18n_parent','','','',0,'tt_content',92,'',0),('f2d55cbf9ee08a2a02e78427625caf7e','tt_content',1230,'assets','','','',0,'sys_file_reference',305,'',0),('f2d8931a6009e984f1a850e4e59ecb53','sys_file',312,'storage','','','',0,'sys_file_storage',1,'',0),('f2e396aa6396f3605f29b364a85bd781','sys_file_reference',539,'link','','typolink','f07327fe0be227c559caf0a26a0c011e:0',-1,'pages',23,'',0),('f2f5932fb7b14c50094ae63030a3b30c','sys_file_reference',430,'uid_local','','','',0,'sys_file',333,'',0),('f2fc17ac4d30c604654683857a774306','tt_content',1670,'image','','','',0,'sys_file_reference',463,'',0),('f303f6eca8d5d26a7fa3ddce833bc063','sys_file_reference',32,'l10n_parent','','','',0,'sys_file_reference',17,'',0),('f31a2135825362af932763188859ff3d','static_countries',237,'cn_currency_uid','','','',0,'static_currencies',169,'',0),('f326fa182f9efdab9baa0d7eb6e6ec80','static_countries',29,'cn_country_zones','','','',26,'static_country_zones',516,'',0),('f32892477d1fe38cd22d5dc043a3e04f','tx_powermail_domain_model_answer',26,'sys_language_uid','','','',0,'sys_language',-1,'',0),('f32ad74cd3d7cab6972a522cdab6b973','tx_powermail_domain_model_field',6,'page','','','',0,'tx_powermail_domain_model_page',1,'',0),('f330edac538be58304379d92ce499ecc','tx_powermail_domain_model_answer',35,'sys_language_uid','','','',0,'sys_language',-1,'',0),('f33b56e52f90aeb5353835660771bfd5','static_countries',39,'cn_parent_territory_uid','','','',0,'static_territories',23,'',0),('f340b20241976fc6eaa27debc5812453','sys_file',6,'metadata','','','',0,'sys_file_metadata',6,'',0),('f34d9b8fab888c49339652519ee829c1','static_countries',72,'cn_country_zones','','','',16,'static_country_zones',576,'',0),('f34db7a339fc151f3acec82716583597','tx_wst3bootstrap_card_element',7,'tt_content','','','',0,'tt_content',1456,'',0),('f3647d77e419681c56cecbb3429dc976','sys_file_metadata',212,'file','','','',0,'sys_file',222,'',0),('f392f68d91ae292d09d9cd53213caf38','sys_file_reference',506,'uid_local','','','',0,'sys_file',190,'',0),('f3984e7a49796dac94ca7bf4d8d3539f','tx_wst3bootstrap_card_element',34,'tt_content','','','',0,'tt_content',1490,'',0),('f39a5e584372b8ae9de92a724e3b85e6','sys_file_reference',547,'uid_local','','','',0,'sys_file',341,'',0),('f3acc444eb106f6190fe74a16ef17a9c','tt_content',1164,'image','','','',0,'sys_file_reference',270,'',0),('f3b7b4a97f9c3ce01848d066626a00ec','static_countries',157,'cn_country_zones','','','',11,'static_country_zones',540,'',0),('f3bd063ffc7da8abbf7ce3808bb1c6ee','tt_content',1507,'l18n_parent','','','',0,'tt_content',1506,'',0),('f3c878ed3db423c77c687f1e8a82ffeb','sys_file_reference',576,'uid_local','','','',0,'sys_file',330,'',0),('f3dc355e79eb3ae910a8a15f076b3361','tt_content',524,'l18n_parent','','','',0,'tt_content',118,'',0),('f3dde1b5e0119d29435d8b6701bbb18a','tt_content',790,'assets','','','',0,'sys_file_reference',109,'',0),('f3de580aaf2699a2d54eb45a333e0e32','tt_content',1475,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',23,'',0),('f3f4d7598ae8df804d205efe111ac710','static_countries',87,'cn_currency_uid','','','',0,'static_currencies',58,'',0),('f419ec633bacbc74ca6418dd575db0fa','tx_wst3bootstrap_card_element',26,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('f4202d07f4b60b6a3bdbf0557d1ba459','static_countries',179,'cn_currency_uid','','','',0,'static_currencies',179,'',0),('f42098423083fac872004d6279a3af92','static_countries',36,'cn_country_zones','','','',4,'static_country_zones',69,'',0),('f43b82e4a699c18cdac0d606ef0a9b24','sys_category',7,'items','','','',4,'pages',21,'',0),('f43ccf21250ad28b8e6285887c762b7e','static_countries',152,'cn_parent_territory_uid','','','',0,'static_territories',26,'',0),('f444d9118693aa0d7cf4855ae5d7830d','sys_file_metadata',322,'file','','','',0,'sys_file',332,'',0),('f4602d16fcefed10a28eec449febc3a5','tt_content',1032,'pi_flexform','sDEF/lDEF/settings.startingpoint/vDEF/','','',0,'pages',46,'',0),('f47b6d5dfc60a6a2990c2db5f727393b','sys_file',99,'storage','','','',0,'sys_file_storage',1,'',0),('f4a1ae66de0870ff11f8aea41a15f8a1','static_countries',74,'cn_country_zones','','','',91,'static_country_zones',427,'',0),('f4b707fdae3b7e19a23e4a68cac45c51','sys_file_reference',110,'sys_language_uid','','','',0,'sys_language',1,'',0),('f4c2463c16c050f813c399dd6064b54a','static_countries',93,'cn_country_zones','','','',9,'static_country_zones',698,'',0),('f4cdf547e3bacaa142bb24cf2c42eecf','sys_file_reference',585,'uid_local','','','',0,'sys_file',335,'',0),('f4d02c133143133a39ca528f161ae859','tt_content',537,'l18n_parent','','','',0,'tt_content',192,'',0),('f4d57d6817b9fbf8da1b0f5f10d97ba1','tt_content',746,'tx_wst3bootstrap_card_elements','','','',0,'tx_wst3bootstrap_card_element',79,'',0),('f4f1bb50ed419cde0e6a8f0fec53eb13','sys_file_reference',492,'sys_language_uid','','','',0,'sys_language',1,'',0),('f4f6b47dde0656cf2115dc5c2042977a','tt_content',1739,'image','','','',1,'sys_file_reference',538,'',0),('f5068c15784c6f4693629d6e4282c71f','tt_content',550,'l18n_parent','','','',0,'tt_content',208,'',0),('f510d58f1a1e23ca33e0f525581bd090','static_countries',243,'cn_currency_uid','','','',0,'static_currencies',172,'',0),('f511459b7a1c05ef9f72fd74dbcaf4a2','sys_category',10,'items','','','',0,'tx_calendarize_domain_model_event',2,'',0),('f56e0ce850071893e456c6ac8adbf848','tt_content',761,'bodytext','','typolink_tag','1',-1,'pages',114,'',0),('f5707c630d308b24dcff562194c4849d','sys_file_metadata',169,'file','','','',0,'sys_file',179,'',0),('f578a544fc494f25dc3a9dbaa981dd4c','tx_wsslider_domain_model_item',18,'foreground_media','','','',0,'sys_file_reference',430,'',0),('f59f93144d1edde98501704d66c85dbb','tx_wsslider_domain_model_item',1,'foreground_media','','','',0,'sys_file_reference',413,'',0),('f5a1344932045b0de8d16d4b04cdb689','sys_file',320,'metadata','','','',0,'sys_file_metadata',309,'',0),('f5aadafadf0cf2b828730f41a24e2c81','tt_content',274,'bodytext','','email','2',-1,'_STRING',0,'info@wapplersystems.de',0),('f5b118aadf59286bc82f835e92f3cae8','tx_wsslider_domain_model_item',10,'foreground_media','','','',0,'sys_file_reference',422,'',0),('f5bf1405069f526c31a253d157a53b90','tx_powermail_domain_model_page',1,'fields','','','',4,'tx_powermail_domain_model_field',5,'',0),('f5d198aee2a34120e16049ae865e1bb3','tt_content',1233,'l18n_parent','','','',0,'tt_content',945,'',0),('f5db0ab60a956f74eefea6317fb0e4ed','tt_content',1000,'l18n_parent','','','',0,'tt_content',734,'',0),('f5ece5348969e37a43e6d0061fbf7000','sys_file',293,'metadata','','','',0,'sys_file_metadata',284,'',0),('f618bb4799e8f6129496c4a1991ac31e','tt_content',1743,'image','','','',0,'sys_file_reference',545,'',0),('f619afb729c0eed82ee034883210c8e9','sys_file_reference',366,'sys_language_uid','','','',0,'sys_language',1,'',0),('f62542c058c4770c2dedf6573d7f0755','sys_file_metadata',193,'file','','','',0,'sys_file',203,'',0),('f6387d92e9571348051405af08828286','static_countries',206,'cn_parent_territory_uid','','','',0,'static_territories',8,'',0),('f6572eaa16c311350ea510a68af2e859','tx_powermail_domain_model_answer',37,'sys_language_uid','','','',0,'sys_language',-1,'',0),('f66395a96a07623e53457ff1b6083cfe','sys_file_reference',165,'uid_local','','','',0,'sys_file',163,'',0),('f67605c1ad83ff3b1f5b25d695c1c2f6','sys_file_reference',323,'l10n_parent','','','',0,'sys_file_reference',244,'',0),('f678b38bdd30f4bc1acb0e41f20a7b3d','sys_file_reference',217,'uid_local','','','',0,'sys_file',240,'',0),('f67e5f90cad1b436b73823b4e324d019','sys_file_reference',303,'uid_local','','','',0,'sys_file',220,'',0),('f688e6bc85f85c59f0833147c2cced96','tt_content',1727,'image','','','',0,'sys_file_reference',516,'',0),('f69fd9193e661278ed678912da96795a','tt_content',1742,'image','','','',1,'sys_file_reference',544,'',0),('f6ab427403a1ae0afd176bfe397ea665','tt_content',1091,'l18n_parent','','','',0,'tt_content',1087,'',0),('f6ba8d820ed0d602742fbebe456ab7d6','static_countries',245,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('f6c810509e80ebc36d4867e8c56ca942','tt_content',1506,'pi_flexform','additional/lDEF/settings.detailPid/vDEF/','','',0,'pages',123,'',0),('f6cab218cd0dd5117b458d1636e10599','tt_content',1786,'image','','','',0,'sys_file_reference',567,'',0),('f6dab4972f3abf70ec3692a1453a4e7b','sys_file',187,'metadata','','','',0,'sys_file_metadata',177,'',0),('f724d903114addc458751f901db7440f','static_countries',74,'cn_country_zones','','','',63,'static_country_zones',398,'',0),('f72fc98bda7f7b0dc4c41008ec69463e','static_countries',72,'cn_country_zones','','','',77,'static_country_zones',612,'',0),('f73ad3c7afdcd6dd6bee1f4f5f99f16c','static_countries',140,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('f73c2c653f2e4cf7b49a424de09585b2','static_countries',228,'cn_currency_uid','','','',0,'static_currencies',159,'',0),('f73f205ed56808ea89f92bb221baf101','tt_content',267,'pi_flexform','sDEF/lDEF/settings.pages/vDEF/','','',0,'pages',14,'',0),('f7501b0357582e218501589d4f81076a','static_countries',100,'cn_currency_uid','','','',0,'static_currencies',52,'',0),('f767bb2e1ef5b8cd0e6c96a6124b841b','static_countries',39,'cn_currency_uid','','','',0,'static_currencies',162,'',0),('f770b693b7d7e0617d3e3261781ff73c','static_countries',148,'cn_country_zones','','','',18,'static_country_zones',200,'',0),('f7879685ad84013dcd4121fddba7dc12','tt_content',273,'l18n_parent','','','',0,'tt_content',69,'',0),('f7882ade14fc9b04baaa160b5397c54a','sys_file_metadata',228,'l10n_parent','','','',0,'sys_file_metadata',179,'',0),('f793bae372be78badfdaf9b25093dac1','sys_category',1,'items','','','',1,'tx_news_domain_model_news',7,'',0),('f7a88e966e00554af30821e810adf626','static_countries',72,'cn_country_zones','','','',53,'static_country_zones',634,'',0),('f7a924afda99ecdb0bd9250e46b4de95','pages',304,'heromedia_fullscreen','','','',0,'sys_file_reference',555,'',0),('f7aff865c06e635e0bc62915b60876bc','static_countries',56,'cn_parent_territory_uid','','','',0,'static_territories',12,'',0),('f7b61db52965f71301f1bef160a6f89b','tt_content',1752,'tx_wsslider_items','','','',4,'tx_wsslider_domain_model_item',25,'',0),('f7bc9a3796759de8ed34b42a32c27789','sys_file_metadata',50,'file','','','',0,'sys_file',50,'',0),('f7c2b44a1fefaec748f0392131261547','static_countries',150,'cn_parent_territory_uid','','','',0,'static_territories',21,'',0),('f7d45d3d4bf9fd718068a898cd088580','sys_file_reference',428,'uid_local','','','',0,'sys_file',335,'',0),('f7ed5786eabfb78d404d0939997489fd','tx_powermail_domain_model_answer',44,'field','','','',0,'tx_powermail_domain_model_field',1,'',0),('f7f376dc6b61a76fc9e58e039a0f2c19','static_countries',72,'cn_country_zones','','','',15,'static_country_zones',557,'',0),('f7f571518a4f8874113c9fa6352f9108','sys_file_reference',270,'uid_local','','','',0,'sys_file',304,'',0),('f7f84f52fefafe622559792cbd0b7462','static_countries',67,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('f8067cb50aecba9d344315199ec6310f','sys_template',71,'constants','','url','32',-1,'_STRING',0,'https://www.facebook.com/WapplerSystems',0),('f810d6de83ac6f0df53ed4e42352de85','sys_file_reference',463,'uid_local','','','',0,'sys_file',329,'',0),('f8127076c39066a370e967200ba95412','tx_powermail_domain_model_mail',3,'sys_language_uid','','','',0,'sys_language',-1,'',0),('f8204f5b55207f7536703a217dc811ba','static_countries',74,'cn_country_zones','','','',17,'static_country_zones',349,'',0),('f8319c7a44365879a2ec821f6f7bbd0c','static_countries',41,'cn_country_zones','','','',4,'static_country_zones',109,'',0),('f84ef2b57dfe9b49d111e0a6b0ae4a7e','sys_file_reference',323,'uid_local','','','',0,'sys_file',290,'',0),('f85d90442de02ed0510448a6ef57143e','tt_content',1736,'image','','','',0,'sys_file_reference',531,'',0),('f87c46683469000e2447bf17be171858','tt_content',794,'l18n_parent','','','',0,'tt_content',63,'',0),('f88713782c310b0b2b6e50b3c7f5e5b6','static_countries',220,'cn_country_zones','','','',3,'static_country_zones',5,'',0),('f88ea5583b47b37e476cecb18e9a3bf5','tt_content',575,'l18n_parent','','','',0,'tt_content',570,'',0),('f89685fc138cc472af3d6925a9a5f5e2','tt_content',1441,'l18n_parent','','','',0,'tt_content',610,'',0),('f89d379852860b4e55233867126094f2','sys_file_reference',335,'sys_language_uid','','','',0,'sys_language',1,'',0),('f8b0abadfcf7d7d714df588f3418829b','tx_wsslider_domain_model_item',24,'content_uid','','','',0,'tt_content',1752,'',0),('f8c1bd9a399df7ec3d4c50eb85040f76','tt_content',1367,'l18n_parent','','','',0,'tt_content',1078,'',0),('f8c666e2d32f35ceabceeef42aa0f1f9','tt_content',1669,'image','','','',2,'sys_file_reference',461,'',0),('f8d3b330f8e00bd532609c71b76e0585','sys_file',311,'storage','','','',0,'sys_file_storage',1,'',0),('f8d5f4656271d8354b9db62ddea5d72f','tt_content',1222,'l18n_parent','','','',0,'tt_content',940,'',0),('f8da798bc1ab8d2442e30d6b315172cb','static_countries',74,'cn_country_zones','','','',77,'static_country_zones',410,'',0),('f8e3ea05948feb444725230d00274cc1','sys_file_metadata',300,'file','','','',0,'sys_file',309,'',0),('f8e4468351a4842a999841d4b8f19ca1','tt_content',1666,'image','','','',0,'sys_file_reference',452,'',0),('f8f670bd5c4995152ac69c0993d3ec7f','sys_file_metadata',306,'file','','','',0,'sys_file',315,'',0),('f8ff0e549b378eec7dfad3880a3f606d','static_countries',248,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('f905c250dec2fd9d07fc8f30a3e1cbe0','tx_wsslider_domain_model_item',15,'content_uid','','','',0,'tt_content',1645,'',0),('f9140109f968f2719b1cf3ea553dd80f','sys_file',309,'metadata','','','',0,'sys_file_metadata',300,'',0),('f927d0c7d47ce98f6591e3d0b71ef26c','static_countries',226,'cn_parent_territory_uid','','','',0,'static_territories',19,'',0),('f929509f495c998394093b2de8f4ae3f','sys_file_reference',543,'link','','typolink','49b2ef9ffab9135f0fb012be1613be72:0',-1,'pages',23,'',0),('f92971ac39257d5afbc15fd6bbebb483','static_countries',79,'cn_parent_territory_uid','','','',0,'static_territories',10,'',0),('f948938315c9118f41fcc9f410d93e13','sys_file_metadata',295,'file','','','',0,'sys_file',304,'',0),('f94cd52c3cb32964e5abb7135c3bb04f','tt_content',1145,'l18n_parent','','','',0,'tt_content',936,'',0),('f953d3eb1550ab8c482733e5bf44cf35','sys_file',290,'metadata','','','',0,'sys_file_metadata',281,'',0),('f98c1bcff8691219fe07b6f7eedcdfa7','static_countries',104,'cn_country_zones','','','',52,'static_country_zones',278,'',0),('f9a2b041648cf6ba9d33855a399186f9','sys_file_metadata',324,'file','','','',0,'sys_file',334,'',0),('f9ab5018c9ab0f5277117d267cbbaf6c','static_countries',97,'cn_country_zones','','','',9,'static_country_zones',469,'',0),('f9abeaa546de14055a245e6f0efa43f3','tt_content',485,'l18n_parent','','','',0,'tt_content',172,'',0),('f9c38142dd2c5fc918372d73dbf6d6f1','tx_wsslider_domain_model_item',22,'content_uid','','','',0,'tt_content',1752,'',0),('f9cf67b5bc5db782fc6185dfbca42a02','sys_file_reference',377,'l10n_parent','','','',0,'sys_file_reference',318,'',0),('f9dd235170a301ff449408e83736db7f','sys_file_reference',419,'uid_local','','','',0,'sys_file',329,'',0),('f9f843f6efd1fc32b1767c9e3817dc61','tt_content',1003,'assets','','','',0,'sys_file_reference',237,'',0),('f9faa821d0a46a436e26d635555b931a','static_countries',94,'cn_currency_uid','','','',0,'static_currencies',64,'',0),('fa02789db3a200e1f7f981858c9e49c5','sys_file_reference',215,'l10n_parent','','','',0,'sys_file_reference',187,'',0),('fa0602d875b848a0fda8c9584036dd5c','sys_file_reference',456,'uid_local','','','',0,'sys_file',337,'',0),('fa133174102834bbd339ebf355bf5a8d','sys_file',101,'storage','','','',0,'sys_file_storage',1,'',0),('fa27455e329b13c9145dd556f272bca1','tt_content',795,'l18n_parent','','','',0,'tt_content',61,'',0),('fa59be2bc3f602a8322ea3d6ee924e48','pages',254,'l10n_parent','','','',0,'pages',36,'',0),('fa680a80e45fd82f7e53b8f6167f60f3','sys_file',97,'storage','','','',0,'sys_file_storage',1,'',0),('fa717964fb13d95b078b2ec2888e06f0','tt_content',1804,'l18n_parent','','','',0,'tt_content',1783,'',0),('fa944200e46862bcf829c7bfb8bcb267','sys_file_metadata',310,'file','','','',0,'sys_file',321,'',0),('fa9ebc9a992bcddf55a1d39cc9e3d5a6','sys_file_reference',540,'sys_language_uid','','','',0,'sys_language',1,'',0),('faa591a74f36c0999f8a279837d05d1d','tt_content',1245,'image','','','',0,'sys_file_reference',315,'',0),('fab171c25d3747c54bc01de8d8275957','sys_file_reference',293,'uid_local','','','',0,'sys_file',163,'',0),('fadae4a0d477372365382c0811ab935e','static_countries',183,'cn_currency_uid','','','',0,'static_currencies',128,'',0),('fb024961daebc3a19415bbb78b514858','static_countries',14,'cn_country_zones','','','',5,'static_country_zones',219,'',0),('fb1bb45bd13064b840d223c8beec4ac0','sys_file_metadata',174,'file','','','',0,'sys_file',184,'',0),('fb208a52f67c6492cb33b1001099769c','static_countries',74,'cn_country_zones','','','',51,'static_country_zones',378,'',0),('fb36752b51a353e7d3d47a6c81d0d815','sys_file_reference',231,'uid_local','','','',0,'sys_file',275,'',0),('fb563b1c57301b7ac4715b8d7910b6ab','tx_wsslider_domain_model_item',3,'foreground_media','','','',0,'sys_file_reference',415,'',0),('fb614c3b5d01c92981f5c7c9c6b8dc68','pages',289,'l10n_parent','','','',0,'pages',288,'',0),('fb8352fb189e02b0ed3680ee235eb546','tt_content',523,'l18n_parent','','','',0,'tt_content',117,'',0),('fb8993cbb5f262847a88fecee8007b68','static_countries',176,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('fb9bb739ebf8d15eeed290da2fd559d8','static_countries',120,'cn_currency_uid','','','',0,'static_currencies',85,'',0),('fb9bbe66305ac4a85df91d953f29873d','static_countries',134,'cn_currency_uid','','','',0,'static_currencies',155,'',0),('fba3671474330fd2ed1b8f45e1c91bd4','sys_category',9,'l10n_parent','','','',0,'sys_category',7,'',0),('fba62cd5bce8c43d07db68a9bd30bd7a','tt_content',1051,'assets','','','',4,'sys_file_reference',222,'',0),('fbb611163f20aec314e29912bb355f1e','static_countries',214,'cn_currency_uid','','','',0,'static_currencies',9,'',0),('fbba8b792068b76d217bed638c58a3c3','sys_file',33,'metadata','','','',0,'sys_file_metadata',33,'',0),('fbc4feced0b72196dca2fda23a7dcd5d','sys_file_reference',542,'l10n_parent','','','',0,'sys_file_reference',507,'',0),('fbcbbcb809dcd2dd8d39e3623bf28ad0','static_countries',220,'cn_country_zones','','','',14,'static_country_zones',23,'',0),('fbd16fc20f8d990c5ec8f404cabe95b7','static_countries',74,'cn_country_zones','','','',25,'static_country_zones',356,'',0),('fbd289148454b490244245a28304f1e8','sys_file',118,'metadata','','','',0,'sys_file_metadata',118,'',0),('fbd322efecb51d02eadb2d884c3bfb4f','tx_powermail_domain_model_answer',11,'field','','','',0,'tx_powermail_domain_model_field',12,'',0),('fbe2646336d8cf8a88e2b1136a313cd7','tx_powermail_domain_model_answer',46,'sys_language_uid','','','',0,'sys_language',-1,'',0),('fbffedba29c340b5ad14de09769f1a9e','tt_content',1469,'tx_wst3bootstrap_card_elements','','','',2,'tx_wst3bootstrap_card_element',17,'',0),('fc14bba8b063055f447d1d3c68ffcdfd','static_countries',187,'cn_currency_uid','','','',0,'static_currencies',132,'',0),('fc39375e09ce8ffa12500614625f2087','static_countries',44,'cn_parent_territory_uid','','','',0,'static_territories',16,'',0),('fc4c4b4c264d09cb03cdfb2aa994ad0b','tt_content',1122,'pages','','','',0,'pages',244,'',0),('fc645d295dcd9875b5f80c271aea41ce','sys_file_reference',358,'l10n_parent','','','',0,'sys_file_reference',238,'',0),('fc8dea2e08826f1253df8f0b895b291d','static_countries',174,'cn_currency_uid','','','',0,'static_currencies',49,'',0),('fc9b30605ae412dee4e06bffed2b83ef','tt_content',1493,'tx_wst3bootstrap_card_elements','','','',1,'tx_wst3bootstrap_card_element',37,'',0),('fcb10cdb6cdfa036a8b5745c75a87913','tt_content',803,'l18n_parent','','','',0,'tt_content',237,'',0),('fccf3a595b494d6f332392028eb7514b','static_countries',220,'cn_country_zones','','','',44,'static_country_zones',56,'',0),('fce602728241e155ad451a9e67ee7424','sys_file_metadata',177,'file','','','',0,'sys_file',187,'',0),('fcfdf3343d30f87a57f6fa4e16debdce','tx_wsslider_domain_model_item',23,'content_uid','','','',0,'tt_content',1752,'',0),('fd00450712dec41d0289992bfb743b2e','static_countries',72,'cn_country_zones','','','',63,'static_country_zones',601,'',0),('fd0f81fe98c9fa8c2d7ac8d5f07d28b7','sys_file_reference',189,'uid_local','','','',0,'sys_file',190,'',0),('fd15f115839825773099e223d5b7abe7','sys_file_metadata',13,'file','','','',0,'sys_file',13,'',0),('fd18978fb29fcf2ac8fddf4a4107b287','sys_file_reference',552,'uid_local','','','',0,'sys_file',337,'',0),('fd26a234eb1b4f7bb8b0e8b7bb83a547','tt_content',1322,'l18n_parent','','','',0,'tt_content',866,'',0),('fd2957e8c28be3c9ae62ec33307c227b','static_countries',212,'cn_parent_territory_uid','','','',0,'static_territories',9,'',0),('fd74034ee8d64001ceba73897cd7c878','sys_file_reference',156,'link','','typolink','4e5c7b313e08f5c5838785c8853c6e4e:0',-1,'pages',39,'',0),('fd9c16dff6d7e8d211fa782416a5a25d','static_countries',90,'cn_currency_uid','','','',0,'static_currencies',60,'',0),('fdab776a62e977ce6a0aad6bffcfed06','tt_content',1356,'l18n_parent','','','',0,'tt_content',1081,'',0),('fdabf92eea25d5b0b7e1fcf298389fa9','tx_powermail_domain_model_answer',69,'field','','','',0,'tx_powermail_domain_model_field',7,'',0),('fdb6c7cce8986653fa29cb701985e6bb','sys_redirect',3,'target','','typolink','f651bbfddf170902cec1a6035b2b0a44:0',-1,'pages',1,'',0),('fdbd70ba7645b3490c424ab755512936','static_countries',170,'cn_country_zones','','','',0,'static_country_zones',673,'',0),('fdccedcff4d1ae9e31fd22ed724c31cf','tx_wst3bootstrap_card_element',85,'tt_content','','','',0,'tt_content',1167,'',0),('fdd7aeef6d39292fc3b45e82648f6ac7','sys_file_reference',237,'uid_local','','','',0,'sys_file',284,'',0),('fddb28f294b2bb74f2b4ab3d989ddba5','sys_file_metadata',24,'file','','','',0,'sys_file',24,'',0),('fdf5fead7c9484d0dbeb3d18d71eb5c0','sys_file_reference',517,'sys_language_uid','','','',0,'sys_language',1,'',0),('fdf81db26326d26034885ff18a659f25','sys_file',221,'storage','','','',0,'sys_file_storage',1,'',0),('fdfdd81c36a5bc3130d19b114e2bc83a','tx_wst3bootstrap_card_element',29,'bodytext','','typolink_tag','1',-1,'_STRING',0,'info@wappler.systems',0),('fe07357d5f35de426a331991d923f530','static_countries',146,'cn_parent_territory_uid','','','',0,'static_territories',30,'',0),('fe1625cdcaa7e48e818d7f2ed1b197a6','static_countries',104,'cn_country_zones','','','',86,'static_country_zones',311,'',0),('fe1c2534ea613804d0ac62d3fdb6f11f','static_countries',218,'cn_currency_uid','','','',0,'static_currencies',154,'',0),('fe26869d3636f52d42585aa2e40ba6da','static_countries',148,'cn_country_zones','','','',6,'static_country_zones',188,'',0),('fe44be20fa08fbb6a441e281a22fa4f2','sys_file_reference',354,'uid_local','','','',0,'sys_file',322,'',0),('fe6a45ceb0b511aa1f11a561ccdff2d7','tx_powermail_domain_model_answer',41,'field','','','',0,'tx_powermail_domain_model_field',9,'',0),('fe70d59297cc1f193f1cc3042299132f','sys_file_reference',307,'sys_language_uid','','','',0,'sys_language',1,'',0),('fe7874fd748ccbb985f6327f355bcba4','tx_wst3bootstrap_card_element',61,'tt_content','','','',0,'tt_content',1504,'',0),('fe7d8b0e6ac1c4ade1d08f873020865e','static_countries',72,'cn_country_zones','','','',57,'static_country_zones',629,'',0),('fe881627bf03ffd94cce98947d3b5e78','static_countries',65,'cn_country_zones','','','',50,'static_country_zones',179,'',0),('feadbd4ca25255e197ff78db082a276a','static_countries',148,'cn_country_zones','','','',28,'static_country_zones',210,'',0),('feb7e0faa0cb06b3ebfbb434ecd0d999','tt_content',1752,'tx_wsslider_items','','','',0,'tx_wsslider_domain_model_item',21,'',0),('febd4b83ac3caef23237b47e1a8351a0','tt_content',1321,'l18n_parent','','','',0,'tt_content',727,'',0),('febfd8444308dfa685ca71d8aba413c3','tt_content',1224,'l18n_parent','','','',0,'tt_content',942,'',0),('fec3c9cd476c1ba8b964140cebdc0aa6','tt_content',1741,'image','','','',1,'sys_file_reference',542,'',0),('fedb94520485ecc4e2cf2963ae00bccf','sys_template',71,'constants','','url','17',-1,'_STRING',0,'https://www.pinterest.de/',0),('fef17ce45955f24b87a68ef0ed93b1f3','static_countries',74,'cn_country_zones','','','',101,'static_country_zones',436,'',0),('fef33f19f08639bfd3d7517739149ceb','sys_file',275,'storage','','','',0,'sys_file_storage',1,'',0),('ff0a9ca5f364b75bccb699b74d167c83','sys_file',21,'metadata','','','',0,'sys_file_metadata',21,'',0),('ff1b48e0279963723f231cde2a00e168','sys_file_reference',245,'l10n_parent','','','',0,'sys_file_reference',242,'',0),('ff2296dadc523d4df5948bb4cb3764d2','static_countries',104,'cn_country_zones','','','',6,'static_country_zones',229,'',0),('ff2f1b5139176149caf045c4a32de65d','sys_file_reference',306,'l10n_parent','','','',0,'sys_file_reference',160,'',0),('ff388f582669ee2c4fc97b98c27eec04','sys_file_reference',35,'sys_language_uid','','','',0,'sys_language',1,'',0),('ff4a41835d2c93a6590b7c9fb675bac8','sys_file_reference',414,'uid_local','','','',0,'sys_file',330,'',0),('ff84c2da87ce026b792a3ca0e6842dbd','tt_content',1411,'l18n_parent','','','',0,'tt_content',968,'',0),('ff855e12381cdf6536f6e04d950a7923','tt_content',1093,'pi_flexform','sDEF/lDEF/settings.persistenceIdentifier/vDEF/','formPersistenceIdentifier','4491ea482eea62656c3f0b3bb7a4d595',-1,'sys_file',320,'',0),('ff8d282095a54d44096c9cc4254f16d1','pages',218,'l10n_parent','','','',0,'pages',3,'',0),('ff958ae6056dfa4083193ef7e04ebbd5','sys_file_reference',337,'sys_language_uid','','','',0,'sys_language',1,'',0),('ffc9023e126f7dcdba0ea8cfcd09f979','static_countries',74,'cn_country_zones','','','',24,'static_country_zones',346,'',0),('ffce430e0c6420d744760b41cfc65aa7','tx_powermail_domain_model_answer',19,'sys_language_uid','','','',0,'sys_language',-1,'',0),('ffe352e7a3293c96beeaf13baa7aa9c6','sys_file',226,'storage','','','',0,'sys_file_storage',1,'',0),('ffee38ae9b16ef34767291bac98c09b6','sys_file_metadata',20,'file','','','',0,'sys_file',20,'',0),('fff0636cd648e7ef28ae766f5e219a79','static_countries',104,'cn_country_zones','','','',33,'static_country_zones',256,'',0),('fff6ed2c55c88718480001daab2ac8ca','sys_file_reference',332,'uid_local','','','',0,'sys_file',303,'',0),('fff7cdee24783a2c8dd72abfdcec6cd4','sys_file_metadata',294,'file','','','',0,'sys_file',303,'',0); +/*!40000 ALTER TABLE `sys_refindex` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_registry` +-- + +DROP TABLE IF EXISTS `sys_registry`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_registry` ( + `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, + `entry_namespace` varchar(128) NOT NULL DEFAULT '', + `entry_key` varchar(128) NOT NULL DEFAULT '', + `entry_value` mediumblob DEFAULT NULL, + PRIMARY KEY (`uid`), + UNIQUE KEY `entry_identifier` (`entry_namespace`,`entry_key`) +) ENGINE=InnoDB AUTO_INCREMENT=535 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_registry` +-- + +LOCK TABLES `sys_registry` WRITE; +/*!40000 ALTER TABLE `sys_registry` DISABLE KEYS */; +INSERT INTO `sys_registry` VALUES (6,'extensionDataImport','typo3/sysext/documentation/ext_tables_static+adt.sql','i:1;'),(7,'TYPO3.CMS.Install','coreVersionMatrix','a:6:{i:9;a:4:{s:8:\"releases\";a:1:{s:5:\"9.0.0\";a:5:{s:7:\"version\";s:5:\"9.0.0\";s:4:\"date\";s:23:\"2017-12-12 16:48:22 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:4:\"sha1\";s:40:\"57a4337f2d469fe0d8998acc6f8c5b252dcc9821\";s:6:\"sha256\";s:64:\"37df972a3bca0b6a2fdcf8f3323763dfe9f9b38004547117e28dac22dec9200b\";}s:3:\"zip\";a:2:{s:4:\"sha1\";s:40:\"d07d4a9c7bbf04c9b3de3a791accecd149184955\";s:6:\"sha256\";s:64:\"04009f1b22234663e9862d7df6d19cf8296137b912aaf71085153bedaa0528d3\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/9.0.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/9.0.0\";}}}s:6:\"latest\";s:5:\"9.0.0\";s:6:\"stable\";s:5:\"9.0.0\";s:6:\"active\";b:1;}i:8;a:4:{s:8:\"releases\";a:26:{s:5:\"8.7.9\";a:5:{s:7:\"version\";s:5:\"8.7.9\";s:4:\"date\";s:23:\"2017-12-12 16:09:50 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:3:{s:3:\"md5\";s:32:\"0230b28eca4d1467be01baadb5efbf84\";s:4:\"sha1\";s:40:\"4b219dc7a9cd49897d66ed47cedae00e92a1a5b7\";s:6:\"sha256\";s:64:\"bfccc7194b2ed9378699a760797fa2d129119abcb7f00a4be8b3233eabb86da0\";}s:3:\"zip\";a:3:{s:3:\"md5\";s:32:\"88f5523b9c082e46179e932c0045aed4\";s:4:\"sha1\";s:40:\"1677a33d1aee581a52ed70131bebc55e4f4a2a7f\";s:6:\"sha256\";s:64:\"9aeedb9f3c52bd982839f095bcc0d244c81484dafa3fb971dfdfaf428c492110\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.9/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.9\";}}s:5:\"8.7.8\";a:5:{s:7:\"version\";s:5:\"8.7.8\";s:4:\"date\";s:23:\"2017-10-10 16:07:35 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"e0eb953e99d0149beab8de18b7d22fa7\";s:4:\"sha1\";s:40:\"df8585f30c0fe71fc3dfb21a96006165b6e7e8ad\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"cf0b66371db4baa26fa7b51616000d9d\";s:4:\"sha1\";s:40:\"c9b9d4e5a37f0f273e3c23ab66a1cef4e93dfddb\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.8/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.8\";}}s:5:\"8.7.7\";a:5:{s:7:\"version\";s:5:\"8.7.7\";s:4:\"date\";s:23:\"2017-09-19 14:24:15 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"93efbac5a91aaa596f099fee4b23cb29\";s:4:\"sha1\";s:40:\"b9b05b19c32f3ee890f26580ffd1b9a88eb3f4e2\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"fb1995200899edeb7ad8839c2265dd56\";s:4:\"sha1\";s:40:\"ad8bca54d49fb644490bf95437609b3a26d9196d\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.7/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.7\";}}s:5:\"8.7.6\";a:5:{s:7:\"version\";s:5:\"8.7.6\";s:4:\"date\";s:23:\"2017-09-07 06:06:18 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"2f5557c1732922f7636f74ce19b856ad\";s:4:\"sha1\";s:40:\"34fdf1783bb410a89c429a0f689df1862237babf\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"5b7e22e38f5331040e935ee883250b51\";s:4:\"sha1\";s:40:\"08f67980fa9fae4b9b3789420a9e1aa467c98577\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.6/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.6\";}}s:5:\"8.7.5\";a:5:{s:7:\"version\";s:5:\"8.7.5\";s:4:\"date\";s:23:\"2017-09-05 10:54:18 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"78eb51283d0c139d23277cf0a095d3f6\";s:4:\"sha1\";s:40:\"9f261e9167a72952ac6859e9e334be9e7edbb9b7\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"eb5a862565f3a61ca7865d82d274818c\";s:4:\"sha1\";s:40:\"cf89f647d59057d3d11406a1edeb59931e981851\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.5/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.5\";}}s:5:\"8.7.4\";a:5:{s:7:\"version\";s:5:\"8.7.4\";s:4:\"date\";s:23:\"2017-07-25 16:47:27 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"0fb8bf984c8e4356911810b6e53a2616\";s:4:\"sha1\";s:40:\"1129c740796aabbf2efbc5e43f892debe7e1d583\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"b4722d739570987d369bc7d3c37aa6a9\";s:4:\"sha1\";s:40:\"328c95529731a3db7ebeab6c2e304e33b1c4dbfc\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.4/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.4\";}}s:5:\"8.7.3\";a:5:{s:7:\"version\";s:5:\"8.7.3\";s:4:\"date\";s:23:\"2017-07-04 10:09:15 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"08a4cc862960d2c338dee3002c889c2f\";s:4:\"sha1\";s:40:\"399ac40fb19cc5a76d63e74341e4633f3ca6e923\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"2376524ae5cec9612c4e560fc1b9918c\";s:4:\"sha1\";s:40:\"332ccc573127ea85a978d27e9d3c7bae0530f1b2\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.3/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.3\";}}s:5:\"8.7.2\";a:5:{s:7:\"version\";s:5:\"8.7.2\";s:4:\"date\";s:23:\"2017-06-20 12:36:36 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"084a336f7651671774d71ecd5ce298a6\";s:4:\"sha1\";s:40:\"0609c0aaaee6e2c8ab866106c8ba4304b43e47d0\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"d05ecf8560044a9246c46c92958b198d\";s:4:\"sha1\";s:40:\"4579f7602fd71c9337a5f82d080cf4719daf6a93\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.2/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.2\";}}s:5:\"8.7.1\";a:5:{s:7:\"version\";s:5:\"8.7.1\";s:4:\"date\";s:23:\"2017-04-18 17:05:53 UTC\";s:4:\"type\";s:7:\"regular\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"493ec5f93014f129d45a30bec8b475d8\";s:4:\"sha1\";s:40:\"e79466bffc81f270f5c262d01a125e82b2e1989a\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"20e86c51f164a080771bb2ce83be2c5d\";s:4:\"sha1\";s:40:\"77f9ba83fa8d932581b8ca7d2400f246361e7aa2\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.1\";}}s:5:\"8.7.0\";a:5:{s:7:\"version\";s:5:\"8.7.0\";s:4:\"date\";s:23:\"2017-04-04 10:56:12 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"70ffd9ea93d82de8281fbd3aa36d84f2\";s:4:\"sha1\";s:40:\"62a285190e98905c7831e89ec6c16ad6c2c540ed\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"178c3922f5609207a89e8411c56e191f\";s:4:\"sha1\";s:40:\"89fcfd503391648f98d6d3e80f064eca0285c9d0\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.7.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.7.0\";}}s:21:\"8.7-snapshot-20170404\";a:5:{s:7:\"version\";s:21:\"8.7-snapshot-20170404\";s:4:\"date\";s:23:\"2017-04-04 08:48:12 UTC\";s:4:\"type\";s:11:\"development\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"86a574833f5f17929cf46b641f44a2a4\";s:4:\"sha1\";s:40:\"615a357a9e95a73e245e7cb11735542888103901\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"fabcc1f993448b7d0ec1a915d8eac132\";s:4:\"sha1\";s:40:\"2debc676eebe65ff08d4d8ed6fb9bbf1bafa5985\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:47:\"https://get.typo3.org/8.7-snapshot-20170404/zip\";s:3:\"tar\";s:43:\"https://get.typo3.org/8.7-snapshot-20170404\";}}s:5:\"8.6.1\";a:5:{s:7:\"version\";s:5:\"8.6.1\";s:4:\"date\";s:23:\"2017-02-28 10:51:55 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"77f0c3d42758f2f14f3a1fb5542b9a29\";s:4:\"sha1\";s:40:\"7ef6ef04bebc53c12124a6f5b687f3f553eb19ee\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"74b3874d5a4be2979ea3dbba46382961\";s:4:\"sha1\";s:40:\"6ddb35320daf13c2e9231783439e1e2667d9948b\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.6.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.6.1\";}}s:5:\"8.6.0\";a:5:{s:7:\"version\";s:5:\"8.6.0\";s:4:\"date\";s:23:\"2017-02-14 14:35:46 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"d146c4ef053577c4cf9e8261d8b5501e\";s:4:\"sha1\";s:40:\"a81e6f93105eb6e5dab7500d7ccdb2f308beb048\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"f060695607f92d50f32440858e1f5aa2\";s:4:\"sha1\";s:40:\"b4d3b5606ac9f916744f8f94ecf57903cd8dae64\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.6.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.6.0\";}}s:5:\"8.5.1\";a:5:{s:7:\"version\";s:5:\"8.5.1\";s:4:\"date\";s:23:\"2017-01-03 11:19:18 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"81688be430a6d1157a8dac23908479fc\";s:4:\"sha1\";s:40:\"eb5917784aec55d806983383d818122b705360cc\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"6d575cebf43dfa381ce91fcf55674980\";s:4:\"sha1\";s:40:\"a9bb6ea16656fd3969a63616a996b8d9a92ac5a5\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.5.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.5.1\";}}s:5:\"8.5.0\";a:5:{s:7:\"version\";s:5:\"8.5.0\";s:4:\"date\";s:23:\"2016-12-20 14:13:45 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"d418e00dd332af58b4704b0d318b3f6f\";s:4:\"sha1\";s:40:\"a4fac428e25924b57466f735e60fc2958ade527f\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"c3dd482a821133204d6d784a9487717f\";s:4:\"sha1\";s:40:\"afb7e4e204e439713e4552963dd29db87a73482c\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.5.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.5.0\";}}s:5:\"8.4.1\";a:5:{s:7:\"version\";s:5:\"8.4.1\";s:4:\"date\";s:23:\"2016-11-22 10:44:47 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"18b59e9a0c4a56a4b61fb887477718c7\";s:4:\"sha1\";s:40:\"d77336ca6662cb022e54f3cd9b28261097af6c7d\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"a1ac7768e3f9972726ed9f7d6c97fc47\";s:4:\"sha1\";s:40:\"d4bb6ff6005b10786cc09397739afaddd55fe7c3\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.4.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.4.1\";}}s:5:\"8.4.0\";a:5:{s:7:\"version\";s:5:\"8.4.0\";s:4:\"date\";s:23:\"2016-10-18 11:50:28 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"38695fe2d2f70c9ba4c975ecb4fc1fb2\";s:4:\"sha1\";s:40:\"0fcb9b14d29e2a1401660adba893a87e4dd4c2ff\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"ccb5b6caef62c42ec1d6291beabdf7b2\";s:4:\"sha1\";s:40:\"006a062f898f596f15f7a5ce45615315c09c4861\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.4.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.4.0\";}}s:5:\"8.3.1\";a:5:{s:7:\"version\";s:5:\"8.3.1\";s:4:\"date\";s:23:\"2016-09-13 10:12:21 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"2a307d91f6f19a76f62216da0d3b0318\";s:4:\"sha1\";s:40:\"6cf638c0205b5e91d203804aeb2faaf1cc60f7a1\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"227df291f3c36098cf95c3ca840aee47\";s:4:\"sha1\";s:40:\"3178c67bdb2d08d554905f8455c0d5dc8479696a\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.3.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.3.1\";}}s:5:\"8.3.0\";a:5:{s:7:\"version\";s:5:\"8.3.0\";s:4:\"date\";s:23:\"2016-08-30 14:00:15 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"237318f8b3e578b897323bae81caa9e1\";s:4:\"sha1\";s:40:\"f64373db494d0959a41e0858661cc26bf01db498\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"98f4f506ef5ecebf9f415c821e99dba8\";s:4:\"sha1\";s:40:\"daba2d3312dc6d83422dc0c8ed4d132f564cebd6\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.3.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.3.0\";}}s:5:\"8.2.1\";a:5:{s:7:\"version\";s:5:\"8.2.1\";s:4:\"date\";s:23:\"2016-07-19 10:46:35 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"ec8750cc451c0fffbf1f1a377ddd997b\";s:4:\"sha1\";s:40:\"222971e0fdc8f06658a847770203ab72e96c0d46\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"e01654e5ad7b46952d9c8eb82890802c\";s:4:\"sha1\";s:40:\"e7cbb4eab6f966a8055a84b62aa2888d70dc03f4\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.2.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.2.1\";}}s:5:\"8.2.0\";a:5:{s:7:\"version\";s:5:\"8.2.0\";s:4:\"date\";s:23:\"2016-07-05 09:55:23 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"0637198c8ae3044bafd87be1e9883f37\";s:4:\"sha1\";s:40:\"934bdd25ee025d5c268f28e04d4d50c6c02a3a8d\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"4aae3919126f1a796f5665d0b3bfb385\";s:4:\"sha1\";s:40:\"89bcbd6979a307ac0b9f8d8c7ffdd0dccef11bb6\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.2.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.2.0\";}}s:5:\"8.1.2\";a:5:{s:7:\"version\";s:5:\"8.1.2\";s:4:\"date\";s:23:\"2016-05-24 10:10:34 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"74a3415e588c285715225c1766a5157b\";s:4:\"sha1\";s:40:\"53c7fdeb164020cb19302fc01ad59db485b22b68\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"288d6dc63017c2ba313ac7a234e79eb6\";s:4:\"sha1\";s:40:\"fd499beffa6667a9fbf2b9a1840fff7b3ba7a53c\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.1.2/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.1.2\";}}s:5:\"8.1.1\";a:5:{s:7:\"version\";s:5:\"8.1.1\";s:4:\"date\";s:23:\"2016-05-24 08:04:08 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"4efe880e94e0c42f72e74b5a1343620a\";s:4:\"sha1\";s:40:\"268ff66df645d6c359a43427f1a97bf6a69dc6c7\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"81d82ec5fdcb8639dd2598811ebe8df0\";s:4:\"sha1\";s:40:\"3c7efc3b203338016a69635f367e78b32826fff3\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.1.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.1.1\";}}s:5:\"8.1.0\";a:5:{s:7:\"version\";s:5:\"8.1.0\";s:4:\"date\";s:23:\"2016-05-03 14:10:50 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"244a10258a080539728ec87545e2eaa6\";s:4:\"sha1\";s:40:\"fe1a89a4223409b73a23bbd8223caff0729001d4\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"c16a51de79249d8527ae21b7482f58d5\";s:4:\"sha1\";s:40:\"e5615ab947fdcbe2772869666d7e05cc42638a2d\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.1.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.1.0\";}}s:5:\"8.0.1\";a:5:{s:7:\"version\";s:5:\"8.0.1\";s:4:\"date\";s:23:\"2016-04-12 09:36:52 UTC\";s:4:\"type\";s:8:\"security\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"08b62f7f22bf80dd7ad65bb6217c8218\";s:4:\"sha1\";s:40:\"e90368367f78a4a1587c9f8168b045c46a7b2319\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"f69e6e54d068281470cad54d8eff4bee\";s:4:\"sha1\";s:40:\"6f4952fba137963a5b101de5da3e2ffc997ee149\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.0.1/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.0.1\";}}s:5:\"8.0.0\";a:5:{s:7:\"version\";s:5:\"8.0.0\";s:4:\"date\";s:23:\"2016-03-22 13:42:34 UTC\";s:4:\"type\";s:7:\"release\";s:9:\"checksums\";a:2:{s:3:\"tar\";a:2:{s:3:\"md5\";s:32:\"026918c819f0b92b74de4320dd3750b1\";s:4:\"sha1\";s:40:\"6625dc6e4b86eaff9c7d1114365d2c5037901b28\";}s:3:\"zip\";a:2:{s:3:\"md5\";s:32:\"84c1bf8ea60a472a11ca0678a34939a5\";s:4:\"sha1\";s:40:\"c05638d60ca0bcdc7437c646876dc464c6a7a40a\";}}s:3:\"url\";a:2:{s:3:\"zip\";s:31:\"https://get.typo3.org/8.0.0/zip\";s:3:\"tar\";s:27:\"https://get.typo3.org/8.0.0\";}}}s:6:\"latest\";s:5:\"8.7.9\";s:6:\"stable\";s:5:\"8.7.9\";s:6:\"active\";b:1;}s:13:\"latest_stable\";s:5:\"9.0.0\";s:17:\"latest_old_stable\";s:5:\"8.7.9\";s:10:\"latest_lts\";s:5:\"8.7.9\";s:14:\"latest_old_lts\";s:6:\"7.6.23\";}'),(8,'extensionDataImport','typo3conf/ext/ws_less/ext_tables_static+adt.sql','i:1;'),(9,'extensionDataImport','typo3conf/ext/news/ext_tables_static+adt.sql','i:1;'),(10,'extensionDataImport','typo3conf/ext/piwik/ext_tables_static+adt.sql','i:1;'),(11,'extensionDataImport','typo3conf/ext/mc_googlesitemap/ext_tables_static+adt.sql','i:1;'),(12,'extensionDataImport','typo3conf/ext/vhs/ext_tables_static+adt.sql','i:1;'),(13,'extensionDataImport','typo3conf/ext/flux/ext_tables_static+adt.sql','i:1;'),(14,'extensionDataImport','typo3conf/ext/fluidcontent/ext_tables_static+adt.sql','i:1;'),(15,'extensionDataImport','typo3conf/ext/pt_extbase/ext_tables_static+adt.sql','i:1;'),(16,'extensionDataImport','typo3conf/ext/pt_extlist/ext_tables_static+adt.sql','i:1;'),(17,'extensionDataImport','typo3conf/ext/realurl/ext_tables_static+adt.sql','i:1;'),(18,'extensionDataImport','typo3conf/ext/realurl_404_multilingual/ext_tables_static+adt.sql','i:1;'),(19,'extensionDataImport','typo3conf/ext/fluidpages/ext_tables_static+adt.sql','i:1;'),(20,'extensionDataImport','typo3conf/ext/ws_t3bootstrap/ext_tables_static+adt.sql','i:1;'),(21,'extensionDataImport','typo3conf/ext/formhandler/ext_tables_static+adt.sql','i:1;'),(22,'extensionDataImport','typo3conf/ext/macina_searchbox/ext_tables_static+adt.sql','i:1;'),(23,'extensionDataImport','typo3conf/ext/powermail/ext_tables_static+adt.sql','i:1;'),(24,'extensionDataImport','typo3conf/ext/yag/ext_tables_static+adt.sql','i:1;'),(25,'extensionDataImport','typo3conf/ext/yag_theme_bootstrap/ext_tables_static+adt.sql','i:1;'),(26,'extensionDataImport','typo3conf/ext/builder/ext_tables_static+adt.sql','i:1;'),(27,'extensionDataImport','typo3conf/ext/extension_builder/ext_tables_static+adt.sql','i:1;'),(28,'extensionDataImport','typo3conf/ext/realestate2/ext_tables_static+adt.sql','i:1;'),(29,'extensionDataImport','typo3conf/ext/estate/ext_tables_static+adt.sql','i:1;'),(30,'extensionDataImport','typo3conf/ext/cl_jquery_fancybox/ext_tables_static+adt.sql','i:1;'),(31,'extensionDataImport','typo3conf/ext/cl_metatags/ext_tables_static+adt.sql','i:1;'),(32,'extensionDataImport','typo3conf/ext/fl_seo_sitemap/ext_tables_static+adt.sql','i:1;'),(33,'tx_reports','status.highestSeverity','i:1;'),(35,'extensionDataImport','typo3/sysext/filemetadata//ext_tables_static+adt.sql','i:1;'),(36,'extensionDataImport','typo3conf/ext/realurl_404_multilingual//ext_tables_static+adt.sql','i:1;'),(37,'extensionDataImport','typo3conf/ext/html5video//ext_tables_static+adt.sql','i:1;'),(38,'extensionDataImport','typo3conf/ext/html5videoplayer//ext_tables_static+adt.sql','i:1;'),(39,'core','sys_refindex_lastUpdate','i:1601376847;'),(40,'extensionDataImport','typo3conf/ext/ws_flexslider//ext_tables_static+adt.sql','i:1;'),(41,'extensionDataImport','typo3conf/ext/fluidcontent_bootstrap//ext_tables_static+adt.sql','i:1;'),(42,'extensionDataImport','typo3conf/ext/cl_jquery_medialightbox//ext_tables_static+adt.sql','i:1;'),(44,'extensionDataImport','typo3conf/ext/powermail//ext_tables_static+adt.sql','i:1;'),(45,'extensionDataImport','typo3conf/ext/yag//ext_tables_static+adt.sql','i:1;'),(46,'extensionDataImport','typo3conf/ext/pt_extbase//ext_tables_static+adt.sql','i:1;'),(47,'extensionDataImport','typo3conf/ext/pt_extlist//ext_tables_static+adt.sql','i:1;'),(48,'extensionDataImport','typo3conf/ext/yag_theme_bootstrap//ext_tables_static+adt.sql','i:1;'),(49,'extensionDataImport','typo3conf/ext/ws_t3bootstrap//ext_tables_static+adt.sql','i:1;'),(52,'extensionDataImport','typo3conf/ext/dd_googlesitemap/ext_tables_static+adt.sql','i:1;'),(53,'extensionDataImport','typo3conf/ext/google_services/ext_tables_static+adt.sql','i:1;'),(54,'extensionDataImport','typo3conf/ext/multiblog/ext_tables_static+adt.sql','i:1;'),(56,'extensionDataImport','typo3/sysext/reports/ext_tables_static+adt.sql','i:1;'),(57,'extensionDataImport','typo3conf/ext/rsgoogleanalytics/ext_tables_static+adt.sql','i:1;'),(59,'extensionDataImport','typo3conf/ext/html5videoplayer/ext_tables_static+adt.sql','i:1;'),(60,'extensionDataImport','typo3conf/ext/schemaker/ext_tables_static+adt.sql','i:1;'),(61,'tx_scheduler','lastRun','a:3:{s:5:\"start\";i:1699930802;s:3:\"end\";i:1699930858;s:4:\"type\";s:4:\"cron\";}'),(62,'extensionDataImport','typo3conf/ext/demotemplate/ext_tables_static+adt.sql','i:1;'),(63,'extensionDataImport','typo3conf/ext/maps2/ext_tables_static+adt.sql','i:1;'),(64,'extensionDataImport','typo3conf/ext/events2/ext_tables_static+adt.sql','i:1;'),(65,'extensionDataImport','typo3conf/ext/vidi/ext_tables_static+adt.sql','i:1;'),(66,'extensionDataImport','typo3conf/ext/media/ext_tables_static+adt.sql','i:1;'),(67,'extensionDataImport','typo3conf/ext/pagebrowse/ext_tables_static+adt.sql','i:1;'),(68,'extensionDataImport','typo3conf/ext/typo3_blog/ext_tables_static+adt.sql','i:1;'),(69,'extensionDataImport','typo3conf/ext/ws_flexslider/ext_tables_static+adt.sql','i:1;'),(70,'extensionDataImport','typo3conf/ext/toctoc_comments/ext_tables_static+adt.sql','i:1;'),(71,'extensionDataImport','typo3conf/ext/ecomments/ext_tables_static+adt.sql','i:1;'),(72,'extensionDataImport','typo3conf/ext/dpn_glossary/ext_tables_static+adt.sql','i:1;'),(75,'core','formSessionToken:1','s:64:\"1cd38ad512c4221446e63bb84a5c88703f5cfd34a56c0adc56e095b8f4affcbb\";'),(76,'extensionDataImport','typo3conf/ext/autoloader/ext_tables_static+adt.sql','i:1;'),(77,'extensionDataImport','typo3conf/ext/focuspoint/ext_tables_static+adt.sql','i:1;'),(78,'extensionDataImport','typo3conf/ext/fluidcontent_core/ext_tables_static+adt.sql','i:1;'),(339,'extensionDataImport','typo3conf/ext/cl_jquery_medialightbox/ext_tables_static+adt.sql','i:1;'),(340,'TYPO3\\CMS\\Lang','de','i:1537190788;'),(341,'extensionDataImport','typo3conf/ext/sourceopt/ext_tables_static+adt.sql','i:1;'),(342,'extensionDataImport','typo3/sysext/fluid_styled_content/ext_tables_static+adt.sql','i:1;'),(343,'extensionDataImport','typo3conf/ext/fluid_styled_content/ext_tables_static+adt.sql','i:1;'),(344,'extensionDataImport','typo3/sysext/css_styled_content/ext_tables_static+adt.sql','i:1;'),(345,'extensionDataImport','typo3conf/ext/mediace/ext_tables_static+adt.sql','i:1;'),(347,'extensionDataImport','typo3conf/ext/ws_scss/ext_tables_static+adt.sql','i:1;'),(348,'extensionDataImport','typo3conf/ext/layersliderlight/ext_tables_static+adt.sql','i:1;'),(349,'extensionDataImport','typo3conf/ext/static_info_tables/ext_tables_static+adt.sql','i:1;'),(350,'extensionDataImport','typo3conf/ext/sf_filecollection_gallery/ext_tables_static+adt.sql','i:1;'),(351,'extensionDataImport','typo3conf/ext/direct_mail/ext_tables_static+adt.sql','i:1;'),(352,'extensionDataImport','typo3conf/ext/tt_address/ext_tables_static+adt.sql','i:1;'),(353,'extensionDataImport','typo3conf/ext/additional_reports/ext_tables_static+adt.sql','i:1;'),(354,'extensionDataImport','typo3conf/ext/templatemaker/ext_tables_static+adt.sql','i:1;'),(355,'extensionDataImport','typo3conf/ext/calendarize/ext_tables_static+adt.sql','i:1;'),(356,'extensionDataImport','typo3conf/ext/calendarize_news/ext_tables_static+adt.sql','i:1;'),(357,'extensionDataImport','typo3conf/ext/t3s_headerslider/ext_tables_static+adt.sql','i:1;'),(358,'extensionDataImport','typo3conf/ext/go_maps_ext/ext_tables_static+adt.sql','i:1;'),(360,'extensionDataImport','typo3/sysext/linkvalidator/ext_tables_static+adt.sql','i:1;'),(361,'extensionDataImport','typo3conf/ext/sr_feuser_register/ext_tables_static+adt.sql','i:1;'),(362,'extensionDataImport','typo3conf/ext/rn_base/ext_tables_static+adt.sql','i:1;'),(363,'extensionDataImport','typo3conf/ext/t3users/ext_tables_static+adt.sql','i:1;'),(364,'extensionDataImport','typo3conf/ext/femanager/ext_tables_static+adt.sql','i:1;'),(365,'extensionDataImport','typo3conf/ext/jumpurl/ext_tables_static+adt.sql','i:1;'),(366,'extensionDataImport','typo3conf/ext/scriptmerger/ext_tables_static+adt.sql','i:1;'),(367,'extensionDataImport','typo3conf/ext/layerslider/ext_tables_static+adt.sql','i:1;'),(368,'extensionDataImport','typo3conf/ext/bootstrap_links/ext_tables_static+adt.sql','i:1;'),(369,'extensionDataImport','typo3conf/ext/faltranslation/ext_tables_static+adt.sql','i:1;'),(370,'extensionDataImport','typo3conf/ext/rx_unrollsavebuttons/ext_tables_static+adt.sql','i:1;'),(371,'extensionDataImport','typo3conf/ext/inline_page_editing/ext_tables_static+adt.sql','i:1;'),(372,'tx_realurl','updateLevel','i:4;'),(373,'extensionDataImport','typo3conf/ext/faq/ext_tables_static+adt.sql','i:1;'),(374,'extensionDataImport','typo3conf/ext/testtemplate/ext_tables_static+adt.sql','i:1;'),(376,'installUpdate','TYPO3\\CMS\\Install\\Updates\\DatabaseCharsetUpdate','i:1;'),(377,'installUpdate','TYPO3\\CMS\\Install\\CoreUpdates\\InstallSysExtsUpdate','s:134:\"[\"info\",\"perm\",\"func\",\"filelist\",\"about\",\"cshmanual\",\"feedit\",\"opendocs\",\"recycler\",\"t3editor\",\"reports\",\"scheduler\",\"simulatestatic\"]\";'),(378,'installUpdate','TYPO3\\CMS\\Install\\Updates\\BackendUserStartModuleUpdate','i:1;'),(379,'installUpdate','TYPO3\\CMS\\Install\\Updates\\Compatibility6ExtractionUpdate','i:1;'),(380,'installUpdate','TYPO3\\CMS\\Install\\Updates\\ContentTypesToTextMediaUpdate','i:1;'),(381,'installUpdate','TYPO3\\CMS\\Install\\Updates\\FileListIsStartModuleUpdate','i:1;'),(382,'installUpdate','TYPO3\\CMS\\Install\\Updates\\FilesReplacePermissionUpdate','i:1;'),(383,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MediaceExtractionUpdate','i:1;'),(384,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MigrateMediaToAssetsForTextMediaCe','i:1;'),(385,'installUpdate','TYPO3\\CMS\\Install\\Updates\\ProcessedFileChecksumUpdate','i:1;'),(386,'installUpdate','TYPO3\\CMS\\Install\\Updates\\TableFlexFormToTtContentFieldsUpdate','i:1;'),(387,'installUpdate','TYPO3\\CMS\\Install\\Updates\\WorkspacesNotificationSettingsUpdate','i:1;'),(388,'installUpdate','TYPO3\\CMS\\Install\\Updates\\WizardDoneToRegistry','i:1;'),(390,'installUpdate','TYPO3\\CMS\\Install\\Updates\\FrontendUserImageUpdateWizard','i:1;'),(391,'installUpdate','TYPO3\\CMS\\Install\\Updates\\DbalAndAdodbExtractionUpdate','i:1;'),(392,'extensionDataImport','typo3conf/ext/captcha/ext_tables_static+adt.sql','i:1;'),(393,'extensionDataImport','typo3/sysext/rte_ckeditor/ext_tables_static+adt.sql','i:1;'),(395,'installUpdateRows','rowUpdatersDone','a:8:{i:0;s:52:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\L10nModeUpdater\";i:1;s:53:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\ImageCropUpdater\";i:2;s:57:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\RteLinkSyntaxUpdater\";i:3;s:69:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\WorkspaceVersionRecordsMigration\";i:4;s:66:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\L18nDiffsourceToJsonMigration\";i:5;s:77:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\WorkspaceMovePlaceholderRemovalMigration\";i:6;s:76:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\WorkspaceNewPlaceholderRemovalMigration\";i:7;s:69:\"TYPO3\\CMS\\Install\\Updates\\RowUpdater\\SysRedirectRootPageMoveMigration\";}'),(396,'installUpdate','TYPO3\\CMS\\Install\\Updates\\CommandLineBackendUserRemovalUpdate','i:1;'),(397,'installUpdate','TYPO3\\CMS\\Install\\Updates\\FillTranslationSourceField','i:1;'),(398,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SplitMenusUpdate','i:1;'),(399,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MigrateFscStaticTemplateUpdate','i:1;'),(400,'extensionDataImport','typo3/sysext/rtehtmlarea/ext_tables_static+adt.sql','i:1;'),(402,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SysRefindexHashUpdater','i:1;'),(403,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MigrateFeSessionDataUpdate','i:1;'),(404,'installUpdate','TYPO3\\CMS\\Install\\Updates\\Compatibility7ExtractionUpdate','i:1;'),(405,'installUpdate','TYPO3\\CMS\\Install\\Updates\\RteHtmlAreaExtractionUpdate','i:1;'),(406,'extensionDataImport','typo3conf/ext/jpfaq/ext_tables_static+adt.sql','s:0:\"\";'),(407,'extensionDataImport','typo3conf/ext/blog/ext_tables_static+adt.sql','s:0:\"\";'),(408,'T3G\\AgencyPack\\Blog\\Hooks\\ExtensionUpdate','updates','a:1:{s:21:\"migrateCommentsStatus\";b:1;}'),(409,'extensionDataImport','typo3/sysext/workspaces/ext_tables_static+adt.sql','s:0:\"\";'),(410,'extensionDataImport','typo3conf/ext/unroll/ext_tables_static+adt.sql','s:0:\"\";'),(411,'extensionDataImport','typo3conf/ext/yoast_seo/ext_tables_static+adt.sql','s:0:\"\";'),(412,'extensionDataImport','typo3/sysext/context_help/ext_tables_static+adt.sql','s:0:\"\";'),(413,'core','formProtectionSessionToken:4','s:64:\"a2153ead39fc099a805949400b5b833e277e101f7a00d41611ade8e631b6f650\";'),(414,'extensionDataImport','typo3conf/ext/cal/ext_tables_static+adt.sql','s:0:\"\";'),(415,'extensionDataImport','typo3conf/ext/nc_staticfilecache/ext_tables_static+adt.sql','s:0:\"\";'),(416,'extensionDataImport','typo3conf/ext/rte_ckeditor_fontawesome/ext_tables_static+adt.sql','s:0:\"\";'),(417,'extensionDataImport','typo3conf/ext/cs_seo/ext_tables_static+adt.sql','s:0:\"\";'),(418,'extensionDataImport','typo3conf/ext/address/ext_tables_static+adt.sql','s:0:\"\";'),(419,'extensionDataImport','typo3conf/ext/slickcarousel/ext_tables_static+adt.sql','s:0:\"\";'),(420,'extensionDataImport','typo3conf/ext/slick/ext_tables_static+adt.sql','s:0:\"\";'),(422,'installUpdate','TYPO3\\CMS\\Install\\Updates\\LanguageSortingUpdate','i:1;'),(423,'installUpdate','T3G\\AgencyPack\\Blog\\Install\\Updates\\DatabaseMonthYearUpdate','i:1;'),(424,'extensionDataImport','typo3conf/ext/t3b_team/ext_tables_static+adt.sql','s:0:\"\";'),(425,'extensionDataImport','typo3conf/ext/my_redirects/ext_tables_static+adt.sql','s:0:\"\";'),(426,'extensionDataImport','typo3/sysext/rsaauth/ext_tables_static+adt.sql','s:0:\"\";'),(427,'installUpdate','GeorgRinger\\News\\Updates\\NewsSlugUpdater','i:1;'),(428,'extensionDataImport','typo3conf/ext/rlmp_language_detection/ext_tables_static+adt.sql','s:0:\"\";'),(429,'installUpdate','TYPO3\\CMS\\Install\\Updates\\StartModuleUpdate','i:1;'),(430,'installUpdate','TYPO3\\CMS\\Install\\Updates\\Typo3DbExtractionUpdate','i:1;'),(431,'installUpdate','TYPO3\\CMS\\Install\\Updates\\FuncExtractionUpdate','i:1;'),(432,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MigrateUrlTypesInPagesUpdate','i:1;'),(433,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SeparateSysHistoryFromSysLogUpdate','i:1;'),(434,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MigratePagesLanguageOverlayUpdate','i:1;'),(435,'installUpdate','TYPO3\\CMS\\Install\\Updates\\MigratePagesLanguageOverlayBeGroupsAccessRights','i:1;'),(436,'installUpdate','TYPO3\\CMS\\Install\\Updates\\RedirectsExtensionUpdate','i:1;'),(437,'installUpdate','TYPO3\\CMS\\Install\\Updates\\AdminPanelInstall','i:1;'),(438,'installUpdate','TYPO3\\CMS\\Install\\Updates\\PopulatePageSlugs','i:1;'),(439,'installUpdate','TYPO3\\CMS\\Install\\Updates\\Argon2iPasswordHashes','i:1;'),(440,'languagePacks','baseUrl','s:33:\"https://localize.typo3.org/xliff/\";'),(441,'languagePacks','de-demotemplate','i:1677087573;'),(442,'languagePacks','de-cs_seo','i:1602448556;'),(443,'languagePacks','de-sf_filecollection_gallery','i:1673300081;'),(444,'languagePacks','de-templatemaker','i:1673300081;'),(445,'languagePacks','de-unroll','i:1538593811;'),(446,'languagePacks','de-ws_flexslider','i:1602448557;'),(447,'languagePacks','de-ws_t3bootstrap','i:1677087574;'),(448,'languagePacks','de','i:1677087576;'),(449,'extensionDataImport','typo3/sysext/seo/ext_tables_static+adt.sql','s:0:\"\";'),(450,'extensionDataImport','typo3/sysext/adminpanel/ext_tables_static+adt.sql','s:0:\"\";'),(451,'extensionDataImport','typo3conf/ext/typo3db_legacy/ext_tables_static+adt.sql','s:0:\"\";'),(452,'installUpdate','TYPO3\\CMS\\Typo3DbLegacy\\Updates\\DbalAndAdodbExtractionUpdate','i:1;'),(453,'languagePacks','de-autoloader','i:1673300078;'),(454,'languagePacks','de-calendarize','i:1602448555;'),(455,'extensionDataImport','typo3conf/ext/typo3_console/ext_tables_static+adt.sql','s:0:\"\";'),(456,'extensionDataImport','typo3/sysext/redirects/ext_tables_static+adt.sql','s:0:\"\";'),(459,'extensionDataImport','typo3conf/ext/slug/ext_tables_static+adt.sql','s:0:\"\";'),(460,'languagePacks','de-slug','i:1602448557;'),(461,'extensionDataImport','typo3conf/ext/imageoptimizer/ext_tables_static+adt.sql','s:0:\"\";'),(462,'installUpdate','T3G\\AgencyPack\\Blog\\Install\\Updates\\AvatarProviderUpdate','i:1;'),(464,'installUpdate','T3G\\AgencyPack\\Blog\\Updates\\CategorySlugUpdate','i:1;'),(465,'installUpdate','T3G\\AgencyPack\\Blog\\Updates\\AuthorSlugUpdate','i:1;'),(466,'installUpdate','T3G\\AgencyPack\\Blog\\Updates\\TagSlugUpdate','i:1;'),(468,'installUpdate','GeorgRinger\\News\\Updates\\PopulateTagSlugs','i:1;'),(470,'extensionDataImport','typo3conf/ext/save_close_ce/ext_tables_static+adt.sql','s:0:\"\";'),(474,'installUpdate','TYPO3\\CMS\\Install\\Updates\\BackendUserConfigurationUpdate','i:1;'),(475,'extensionDataImport','typo3conf/ext/cookieman/ext_tables_static+adt.sql','s:0:\"\";'),(476,'extensionDataImport','typo3conf/ext/ws_t3bootstrap_news/ext_tables_static+adt.sql','s:0:\"\";'),(477,'extensionDataImport','typo3conf/ext/ws_slider/ext_tables_static+adt.sql','s:0:\"\";'),(479,'installUpdate','TYPO3\\CMS\\Install\\Updates\\RsaauthExtractionUpdate','i:1;'),(480,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SysActionExtractionUpdate','i:1;'),(481,'installUpdate','TYPO3\\CMS\\Install\\Updates\\FeeditExtractionUpdate','i:1;'),(483,'installUpdate','TYPO3\\CMS\\Felogin\\Updates\\MigrateFeloginPlugins','i:1;'),(484,'installUpdate','In2code\\Powermail\\Update\\PowermailRelationUpdateWizard','i:1;'),(485,'installUpdate','In2code\\Powermail\\Update\\PowermailLanguageUpdateWizard','i:1;'),(486,'languagePacks','de-flux','i:1602448556;'),(487,'languagePacks','de-powermail','i:1599866992;'),(488,'languagePacks','de-taskcenter','i:1588372613;'),(489,'languagePacks','de-ws_slider','i:1602448557;'),(497,'extensionDataImport','typo3conf/ext/dashboard_in_toolbar/ext_tables_static+adt.sql','s:0:\"\";'),(499,'static_info_tables','last_update_status','s:24:\"static_info_tables:6.9.0\";'),(500,'extensionDataImport','typo3conf/ext/a21glossary/ext_tables_static+adt.sql','s:0:\"\";'),(501,'installUpdate','Featdd\\DpnGlossary\\Updates\\SlugUpdateWizard','i:1;'),(503,'extensionDataImport','typo3conf/ext/sriw/ext_tables_static+adt.sql','s:0:\"\";'),(504,'installUpdate','TYPO3\\CMS\\Install\\Updates\\TaskcenterExtractionUpdate','i:1;'),(505,'installUpdate','WapplerSystems\\WsT3bootstrap\\Updates\\ConvertExtendedDesigns','i:1;'),(506,'languagePacks','de-belog','i:1599866989;'),(507,'languagePacks','de-dpn_glossary','i:1599866990;'),(508,'languagePacks','de-femanager','i:1599866990;'),(509,'languagePacks','de-go_maps_ext','i:1602448556;'),(510,'languagePacks','de-static_info_tables','i:1602448557;'),(513,'installUpdate','WapplerSystems\\WsT3bootstrap\\Updates\\ConvertHeaderSize','i:1;'),(515,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SvgFilesSanitization','i:1;'),(516,'installUpdate','TYPO3\\CMS\\Install\\Updates\\BackendUserLanguageMigration','i:1;'),(517,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SysLogChannel','i:1;'),(518,'installUpdate','WapplerSystems\\WsT3bootstrap\\Updates\\RemoveFluxColumnOffset','i:1;'),(520,'installUpdate','HDNET\\Calendarize\\Updates\\PopulateEventSlugs','i:1;'),(524,'installUpdate','WapplerSystems\\WsT3bootstrap\\Updates\\CopyImageColsXL2XXL','i:1;'),(526,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SysFileCollectionIdentifierMigration','i:1;'),(527,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SysFileMountIdentifierMigration','i:1;'),(528,'installUpdate','TYPO3\\CMS\\Install\\Updates\\SysLogSerializationUpdate','i:1;'),(529,'installUpdate','FluidTYPO3\\Flux\\Updates\\MigrateColPosWizard','i:1;'),(530,'installUpdate','WapplerSystems\\WsT3bootstrap\\Updates\\RewriteIconPaths','i:1;'),(531,'installUpdate','GeorgRinger\\News\\Updates\\PluginUpdater','i:1;'),(532,'installUpdate','TYPO3\\CMS\\Install\\Updates\\BackendModulePermissionMigration','i:1;'),(533,'installUpdate','TYPO3\\CMS\\Install\\Updates\\PasswordPolicyForFrontendUsersUpdate','i:1;'),(534,'core','formProtectionSessionToken:1','s:64:\"d246eaf6963a8e3eec1ada0c6b7bc6c8af49f8f6cbeba1d9a7dc503e40a723b5\";'); +/*!40000 ALTER TABLE `sys_registry` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_template` +-- + +DROP TABLE IF EXISTS `sys_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_template` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `title` varchar(255) NOT NULL DEFAULT '', + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `root` smallint(5) unsigned NOT NULL DEFAULT 0, + `clear` smallint(5) unsigned NOT NULL DEFAULT 0, + `include_static_file` text DEFAULT NULL, + `constants` text DEFAULT NULL, + `config` text DEFAULT NULL, + `description` text DEFAULT NULL, + `basedOn` tinytext DEFAULT NULL, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `includeStaticAfterBasedOn` smallint(5) unsigned NOT NULL DEFAULT 0, + `static_file_mode` smallint(5) unsigned NOT NULL DEFAULT 0, + `tx_impexp_origuid` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `roottemplate` (`deleted`,`hidden`,`root`), + KEY `parent` (`pid`,`deleted`,`hidden`) +) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_template` +-- + +LOCK TABLES `sys_template` WRITE; +/*!40000 ALTER TABLE `sys_template` DISABLE KEYS */; +INSERT INTO `sys_template` VALUES (1,68,0,1699967143,256,1374595899,'Default Root Template',0,0,0,0,3,'EXT:fluid_styled_content/Configuration/TypoScript/,EXT:indexed_search/Configuration/TypoScript,EXT:form/Configuration/TypoScript/,EXT:calendarize/Configuration/TypoScript/,EXT:seo/Configuration/TypoScript/XmlSitemap,EXT:news/Configuration/TypoScript,EXT:ws_t3bootstrap/Configuration/TypoScript,EXT:go_maps_ext/Configuration/TypoScript,EXT:ws_t3bootstrap/Configuration/TypoScript/AjaxMenu,EXT:template/Configuration/TypoScript/','# go_maps_ext Einstellungen\r\nplugin.tx_gomapsext.settings.apiKey = AIzaSyCQwDP7UOJxvbHQMOOi6hmYRI3UnA5erPc\r\nplugin.tx_gomapsext.settings.preview.enabled = 1\r\nplugin.tx_wsslider.settings.loadJquery = 1\r\n\r\nplugin.tx_dpnglossary.persistence.storagePid = 99\r\nplugin.tx_dpnglossary.settings.detailPage = 100\r\n\r\n\nliveMode = 1','plugin.tx_seo.config.xmlSitemap.sitemaps.pages.config {\r\n rootPage = 1\r\n}\r\n\r\npage.includeCSS {\r\n opensans = https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap \r\n}',NULL,'',0,1,0,0),(4,4,0,1538865225,256,1377557624,'+ext',1,0,0,0,0,NULL,'\ncssClass = home',NULL,NULL,'',1,0,0,0),(7,38,0,1688373592,256,1379199047,'+ext',0,0,0,0,0,'','plugin.tx_powermail.settings.spamshield.enable = 0\r\nplugin.tx_powermail.settings.main.pid = 0\r\nplugin.tx_powermail.settings.main.confirmation = 0\r\nplugin.tx_powermail.settings.main.optin = 0\r\nplugin.tx_powermail.settings.main.moresteps = 0\r\nplugin.tx_powermail.settings.validation.client = 0\r\nplugin.tx_powermail.settings.receiver.overwrite.senderEmail = empfaenger@eferfioifjerofrfrurtjg.de\r\nplugin.tx_powermail.settings.receiver.overwrite.senderName = Kontaktformular\nliveMode = 1','# folgende Einstellung setzt die Absender-Adresse als Reply To in der Empfänger-Email. Das ist wichtig, weil die Email ja nicht wirklich vom Sender und dessen Email-Server kommt, sondern vom Mailserver der eigenen Website\r\nplugin.tx_powermail {\r\n settings.setup.receiver {\r\n overwrite {\r\n # Reply address\r\n replyToEmail = TEXT\r\n replyToEmail.data = GP:tx_powermail_pi1|field|email\r\n \r\n replyToName = TEXT\r\n replyToName.data = GP:tx_powermail_pi1|field|name\r\n }\r\n }\r\n}','','',1,0,0,0),(12,11,0,1684527988,256,1381102224,'+ext',0,0,0,0,0,NULL,'','plugin.tx_indexedsearch {\r\n settings {\r\n clearSearchBox = 1\r\n }\r\n}',NULL,'',0,0,0,0),(14,23,0,1381707533,256,1381707525,'+ext',0,0,0,0,0,NULL,'\ncssClass = elements',NULL,NULL,'',0,0,0,0),(15,7,0,1381707964,256,1381707957,'+ext',0,0,0,0,0,NULL,'\ncssClass = extensions',NULL,NULL,'',0,0,0,0),(16,51,0,1603103554,256,1386756824,'+ext',0,0,0,0,0,'','\r\nuserXhtmlCleaning = \nplugin.tx_wst3bootstrap.settings.privacyPolicies.optinVideo = 1','\r\npage.includeJSFooter {\r\n #video = typo3conf/ext/ws_t3bootstrap/Resources/Public/JavaScript/video.js\r\n}',NULL,'',0,0,0,0),(19,58,0,1684625523,256,1391733255,'+ext',0,0,0,0,0,NULL,NULL,'plugin.tx_wsscss.variables {\r\n var1 = #000\r\n var2 = #666\r\n}\r\npage.includeCSS {\r\n ws_scss = EXT:template/Resources/Public/SCSS/extensions/ws_scss.scss\r\n ws_scss.outputfile = typo3temp/assets/css/ws_scss.css\r\n}',NULL,'',0,0,0,0),(21,62,0,1637755794,256,1396474539,'+ext',0,0,0,0,0,'EXT:ws_flexslider/Configuration/TypoScript','plugin.tx_wsflexslider.includejquerycore = 0','',NULL,'',1,0,0,0),(25,59,0,1501601918,1000000000,1400160051,'+ext',0,0,0,0,0,'EXT:layerslider/Configuration/TypoScript',NULL,'',NULL,'',1,0,0,0),(26,1,0,1699966953,256,1402940624,'TYPO3 Bootstrap Template',0,0,0,1,0,'','navigation.homePageUID = 1\r\nloginPid = 35\r\n\r\nsearchPagePID = 11\r\nuserAdmPanelOn = 1\r\nuserXhtmlCleaning = all\r\nuserIndexingOn = 1\r\nuserIndexMetaTagsOn = 1\r\n\r\nstyles.content.loginform.pid = 14\r\n\r\n# ID der Seite mit dem Inhalt für den Footer\r\nfooter.contentPageId = 69\r\n\r\nnavigation.footer.folderPageId = 42\r\nnavigation.meta.folderPageId = 34\r\nnavigation.meta.enabled = 1\r\nnavigation.footer.enabled = 1\r\nnavigation.footer.folderPageId = 42\r\n\r\npolicyPid = 106\r\nheader.searchbox = 1\r\n\r\nuserPrefixLocalAnchors = all\r\n\r\nshowCookiebar = 0\r\nnavigation.languageMenu.layout = Row\r\naria.activated = 0\r\naria.help.pageId = 282\r\naria.contrast.activated = 1\r\naria.easy-language.linkType = page\r\naria.easy-language.pageId = 283\r\n\r\nmeta.themeColor = #005262\r\n\r\nliveMode = 0\ntopNavigationWrapperClass = bg-transparent-white\r\nfooter.copyright = T3Bootstrap','',NULL,'',0,0,3,0),(40,102,34,1589310128,256,1434974608,'+ext',0,0,0,0,0,'',NULL,'\r\npage.cssInline {\r\n 133 = TEXT\r\n 133.value ( \r\n .fluid-googlemap { \r\n height: 300px;\r\n width: 100%;\r\n }\r\n )\r\n\r\n}',NULL,'',1,0,0,0),(44,16,0,1577650123,256,1448820106,'+ext',0,0,0,0,0,NULL,'\ncssClass = page404\nbreadcrumb = 0',NULL,NULL,'',0,0,0,0),(45,117,0,1637768247,256,1449835946,'+ext',0,0,0,0,0,'','plugin.tx_sffilecollectiongallery.settings.enableLightbox = 1',NULL,NULL,'',0,0,0,0),(46,39,0,1489368803,256,1451919809,'+ext',0,0,0,0,0,'',NULL,'config.sys_language_mode = strict',NULL,'',0,0,0,0),(48,101,0,1685484375,256,1455931990,'+ext',0,0,0,0,0,NULL,'navigation.main.menuType = megamenu\r\nnavigation.main.megaMenuPid = 127',NULL,NULL,'',0,0,0,0),(55,103,0,1472811598,256,1472811578,'+ext',0,0,0,0,0,NULL,NULL,'page.config.typolinkLinkAccessRestrictedPages = 35\r\n[loginUser = ]\r\n page.config >\r\n page.config.additionalHeaders = Location: http://t3bootstrap7.home.wappler.systems/de/login/\r\n[end]',NULL,'',0,0,0,0),(56,147,0,1497144130,256,1476542601,'+ext',0,0,0,0,0,'EXT:jpfaq/Configuration/TypoScript,EXT:faq/Configuration/TypoScript/',NULL,'page.includeJSFooter.tx_jpfaq_jquery >',NULL,'',0,0,0,0),(58,154,0,1485823463,1000000000,1485727126,'NEUE WEBSITE',0,0,0,1,3,NULL,NULL,'\n# Default PAGE object:\npage = PAGE\npage.10 = TEXT\npage.10.value = HELLO WORLD!\n',NULL,'',1,0,0,0),(59,140,0,1661813125,256,1485778194,'+ext',0,0,0,0,0,'EXT:femanager/Configuration/TypoScript/Main','\nplugin.tx_femanager.persistence.storagePid = 14',NULL,NULL,'',1,0,0,0),(60,160,0,1501602034,1000000000,1493422096,'+ext',0,0,0,0,0,NULL,NULL,NULL,NULL,'',1,0,0,0),(62,177,0,1684501977,256,1514496707,'+ext',0,0,0,0,0,NULL,'navigation.main.menuType = onepage\r\nnavigation.breadcrumb.position = 0\r\nheader.searchbox = 0',NULL,NULL,'',0,0,0,0),(64,162,0,1591828453,256,1547341584,'+ext',0,0,0,0,0,'EXT:blog/Configuration/TypoScript/Integration/','plugin.tx_blog.settings.blogUid = 162\r\nplugin.tx_blog.settings.archiveUid = 242\r\nplugin.tx_blog.settings.storagePid = 244',NULL,NULL,'',0,0,0,0),(65,234,0,1577651152,256,1577651144,'+ext',0,0,0,0,0,NULL,'\nbreadcrumb = 0',NULL,NULL,'',0,0,0,0),(66,235,0,1577651167,256,1577651160,'+ext',0,0,0,0,0,NULL,'\nbreadcrumb = 0',NULL,NULL,'',0,0,0,0),(67,240,0,1692134790,256,1577651633,'+ext',0,0,0,0,0,NULL,'navigation.breadcrumb.position = 0',NULL,NULL,'',0,0,0,0),(68,262,0,1652982630,256,1579565883,'+ext',0,0,0,0,0,'EXT:cookieman/Configuration/TypoScript,EXT:cookieman/Configuration/TypoScript/Example','plugin.tx_cookieman.settings.links.dataProtectionDeclarationPid = 106\r\nplugin.tx_cookieman.settings.links.imprintPid = 12\r\nplugin.tx_cookieman.settings.theme = bootstrap5-modal','page {\n includeJSFooter {\n cookieman-theme = EXT:template/Resources/Public/JavaScript/cookieman/cookieman-theme.js\n }\n}',NULL,'',0,0,0,0),(70,271,0,1684528358,256,1581082777,'+ext',0,0,0,0,0,NULL,'navigation.breadcrumb.position = 2',NULL,NULL,'',0,0,0,0),(71,269,0,1684528139,256,1581092566,'+ext',0,0,0,0,0,NULL,'callToAction.enabled = 1\r\ncallToAction.iconColor = #FFFFFF\r\ncallToAction.default.facebook.link = https://www.facebook.com/WapplerSystems/\r\ncallToAction.default.youtube.link = https://www.youtube.com/\r\ncallToAction.default.instagram.link = https://www.instagram.com/\r\ncallToAction.default.pinterest.link = https://www.pinterest.de/\r\ncallToAction.default.xing.link = https://www.xing.com/\r\ncallToAction.default.linkedin.link = https://www.linkedin.com/\r\ncallToAction.email.pageId = 276\r\ncallToAction.custom.1.pageId = 1\r\ncallToAction.custom.2.pageId = 0\r\ncallToAction.language.de.facebook.link = https://www.facebook.com/WapplerSystems\r\ncallToAction.language.de.youtube.link = https://www.youtube.com/\r\ncallToAction.language.de.instagram.link = https://www.instagram.com/\r\ncallToAction.language.de.pinterest.link = https://www.pinterest.de/\r\ncallToAction.language.de.xing.link = https://www.xing.com/',NULL,NULL,'',0,0,0,0),(72,274,0,1581266783,256,1581266713,'+ext',0,0,0,0,0,NULL,'\ntopNavigationWrapperClass = bg-transparent-white',NULL,NULL,'',0,0,0,0),(73,275,0,1581267013,256,1581266988,'+ext',0,0,0,0,0,NULL,'\ntopNavigationWrapperClass = fixed-top bg-lightblue',NULL,NULL,'',0,0,0,0),(74,279,0,1603456741,256,1586565121,'+ext',0,0,0,0,0,'EXT:ws_slider/Configuration/TypoScript/Assets/Flexslider/,EXT:ws_slider/Configuration/TypoScript/Assets/TinySlider/,EXT:ws_slider/Configuration/TypoScript/Assets/Owl/,EXT:ws_slider/Configuration/TypoScript,EXT:ws_slider/Configuration/TypoScript/Assets/Slick/,EXT:ws_slider/Configuration/TypoScript/Renderer/Owl/,EXT:ws_slider/Configuration/TypoScript/Renderer/Flexslider/,EXT:ws_slider/Configuration/TypoScript/Renderer/TinySlider/,EXT:ws_slider/Configuration/TypoScript/Renderer/Slick/','plugin.tx_wsslider.settings.owl.margin = 20\r\n\r\nplugin.tx_wsslider.settings.owl.loop = true\r\nplugin.tx_wsslider.settings.owl.nav = true\r\nplugin.tx_wsslider.settings.tinyslider.viewportMax = 0\r\nplugin.tx_wsslider.settings.tinyslider.gutter = 20\r\nplugin.tx_wsslider.settings.loadJqueryCore = 0',NULL,NULL,'',0,0,0,0),(75,41,0,1587866135,256,1587866115,'+ext',0,0,0,0,0,NULL,'\nstyles.content.loginform.showPermaLogin = 1',NULL,NULL,'',0,0,0,0),(77,290,0,1684527609,256,1591366858,'+ext',0,0,0,0,0,NULL,'design.layout = boxed\r\nheader.navigationWrapperClass = ',NULL,NULL,'',0,0,0,0),(78,173,0,1592087103,256,1592087085,'+ext',0,0,0,0,0,'EXT:tt_address/Configuration/TypoScript/',NULL,NULL,NULL,'',0,0,0,0),(79,297,0,1684527915,256,1602369913,'+ext',0,0,0,0,0,NULL,'navigation.aria.activated = 1\r\nheader.logoHighContrast = EXT:template/Resources/Public/Images/logo-high-ct.png\r\nnavigation.aria.contrast.activated = 1\r\nnavigation.aria.easy-language.linkType = page\r\nnavigation.aria.easy-language.pageId = 110',NULL,NULL,'',0,0,0,0),(80,300,0,1602751919,256,1602371496,'+ext',0,0,0,0,0,NULL,'\nmenuType = overlay-menu\nmegaMenuPid = 301\noverlayMenuPid = 301',NULL,NULL,'',0,0,0,0),(81,304,0,1609949852,256,1609949834,'+ext',0,0,0,0,0,NULL,'\noverlayMenuSection = 1',NULL,NULL,'',0,0,0,0),(82,308,0,1642174184,256,1642174154,'+ext',0,0,0,0,0,'EXT:template/Configuration/TypoScript/Features/AnimateOnScroll/',NULL,NULL,NULL,'',0,0,0,0); +/*!40000 ALTER TABLE `sys_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `sys_webhook` +-- + +DROP TABLE IF EXISTS `sys_webhook`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `sys_webhook` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `updatedon` int(10) unsigned NOT NULL DEFAULT 0, + `createdon` int(10) unsigned NOT NULL DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `disabled` smallint(5) unsigned NOT NULL DEFAULT 0, + `starttime` int(10) unsigned NOT NULL DEFAULT 0, + `endtime` int(10) unsigned NOT NULL DEFAULT 0, + `description` text DEFAULT NULL, + `name` varchar(100) NOT NULL DEFAULT '', + `url` varchar(2048) NOT NULL DEFAULT '', + `method` varchar(10) NOT NULL DEFAULT '', + `secret` varchar(255) NOT NULL DEFAULT '', + `webhook_type` varchar(255) NOT NULL DEFAULT '', + `verify_ssl` int(11) NOT NULL DEFAULT 1, + `additional_headers` longtext DEFAULT NULL COMMENT '(DC2Type:json)', + `identifier` varchar(36) NOT NULL DEFAULT '', + PRIMARY KEY (`uid`), + UNIQUE KEY `identifier_key` (`identifier`), + KEY `index_source` (`webhook_type`(5)), + KEY `parent` (`pid`,`deleted`,`disabled`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `sys_webhook` +-- + +LOCK TABLES `sys_webhook` WRITE; +/*!40000 ALTER TABLE `sys_webhook` DISABLE KEYS */; +/*!40000 ALTER TABLE `sys_webhook` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `tt_content` +-- + +DROP TABLE IF EXISTS `tt_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `tt_content` ( + `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, + `t3ver_state` smallint(6) NOT NULL DEFAULT 0, + `t3ver_stage` int(11) NOT NULL DEFAULT 0, + `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, + `tstamp` int(11) unsigned NOT NULL DEFAULT 0, + `crdate` int(11) unsigned NOT NULL DEFAULT 0, + `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, + `sorting` int(11) NOT NULL DEFAULT 0, + `CType` varchar(255) NOT NULL DEFAULT '', + `header` varchar(255) NOT NULL DEFAULT '', + `bodytext` mediumtext DEFAULT NULL, + `image` int(11) unsigned NOT NULL DEFAULT 0, + `imagewidth` mediumint(11) unsigned NOT NULL DEFAULT 0, + `imageorient` smallint(5) unsigned NOT NULL DEFAULT 0, + `imagecols` smallint(5) unsigned NOT NULL DEFAULT 0, + `imageborder` smallint(5) unsigned NOT NULL DEFAULT 0, + `media` int(11) unsigned NOT NULL DEFAULT 0, + `icon_position` int(10) unsigned DEFAULT 0, + `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, + `cols` int(11) unsigned NOT NULL DEFAULT 0, + `records` text DEFAULT NULL, + `pages` text DEFAULT NULL, + `starttime` int(11) unsigned NOT NULL DEFAULT 0, + `endtime` int(11) unsigned NOT NULL DEFAULT 0, + `colPos` bigint(20) NOT NULL DEFAULT 0, + `subheader` varchar(255) NOT NULL DEFAULT '', + `fe_group` varchar(255) NOT NULL DEFAULT '0', + `header_link` varchar(1024) NOT NULL DEFAULT '', + `image_zoom` smallint(5) unsigned NOT NULL DEFAULT 0, + `header_layout` varchar(30) NOT NULL DEFAULT '0', + `list_type` varchar(255) NOT NULL DEFAULT '', + `sectionIndex` smallint(5) unsigned NOT NULL DEFAULT 0, + `linkToTop` smallint(5) unsigned NOT NULL DEFAULT 0, + `file_collections` text DEFAULT NULL, + `filelink_size` smallint(5) unsigned NOT NULL DEFAULT 0, + `filelink_sorting` varchar(20) NOT NULL DEFAULT '', + `target` varchar(30) NOT NULL DEFAULT '', + `date` int(11) NOT NULL DEFAULT 0, + `recursive` smallint(5) unsigned NOT NULL DEFAULT 0, + `imageheight` mediumint(8) unsigned NOT NULL DEFAULT 0, + `sys_language_uid` int(11) NOT NULL DEFAULT 0, + `tx_impexp_origuid` int(11) NOT NULL DEFAULT 0, + `pi_flexform` mediumtext DEFAULT NULL, + `accessibility_title` varchar(30) NOT NULL DEFAULT '', + `accessibility_bypass` smallint(5) unsigned NOT NULL DEFAULT 0, + `accessibility_bypass_text` varchar(30) NOT NULL DEFAULT '', + `l18n_parent` int(10) unsigned NOT NULL DEFAULT 0, + `l18n_diffsource` mediumblob DEFAULT NULL, + `selected_categories` longtext DEFAULT NULL, + `category_field` varchar(64) NOT NULL DEFAULT '', + `categories` int(10) unsigned NOT NULL DEFAULT 0, + `tx_news_related_news` int(11) NOT NULL DEFAULT 0, + `editlock` smallint(5) unsigned NOT NULL DEFAULT 0, + `rowDescription` text DEFAULT NULL, + `table_caption` varchar(255) DEFAULT NULL, + `table_delimiter` smallint(6) unsigned NOT NULL DEFAULT 0, + `table_enclosure` smallint(6) unsigned NOT NULL DEFAULT 0, + `table_header_position` smallint(5) unsigned NOT NULL DEFAULT 0, + `table_tfoot` smallint(5) unsigned NOT NULL DEFAULT 0, + `bullets_type` smallint(5) unsigned NOT NULL DEFAULT 0, + `uploads_description` smallint(5) unsigned NOT NULL DEFAULT 0, + `uploads_type` smallint(5) unsigned NOT NULL DEFAULT 0, + `assets` int(11) unsigned NOT NULL DEFAULT 0, + `image_classes` varchar(255) NOT NULL DEFAULT '', + `element_classes` varchar(255) NOT NULL DEFAULT '', + `imagecols_xs` smallint(6) NOT NULL DEFAULT 1, + `imagecols_sm` smallint(6) NOT NULL DEFAULT 1, + `imagecols_md` smallint(6) NOT NULL DEFAULT 1, + `imagecols_lg` smallint(6) NOT NULL DEFAULT 1, + `imagecols_xl` smallint(6) NOT NULL DEFAULT 1, + `effects` varchar(255) NOT NULL DEFAULT '', + `background_media` int(10) unsigned DEFAULT 0, + `header_position` varchar(255) NOT NULL DEFAULT '', + `frame_class` varchar(255) NOT NULL DEFAULT 'default', + `space_before_class` varchar(60) NOT NULL DEFAULT '', + `space_after_class` varchar(60) NOT NULL DEFAULT '', + `l10n_source` int(10) unsigned NOT NULL DEFAULT 0, + `table_class` varchar(60) NOT NULL DEFAULT '', + `l10n_state` text DEFAULT NULL, + `tx_blog_tag_content` int(11) NOT NULL DEFAULT 0, + `tx_blog_category_content` int(11) NOT NULL DEFAULT 0, + `html_tag` varchar(10) NOT NULL DEFAULT 'div', + `padding_top_class` varchar(60) NOT NULL DEFAULT '', + `padding_bottom_class` varchar(60) NOT NULL DEFAULT '', + `filelink_sorting_direction` varchar(10) NOT NULL DEFAULT 'ascending', + `tx_flux_migrated_version` varchar(11) DEFAULT NULL, + `footer` varchar(255) NOT NULL DEFAULT '', + `footer_position` varchar(255) NOT NULL DEFAULT '', + `footer_link` varchar(1024) NOT NULL DEFAULT '', + `footer_layout` varchar(30) NOT NULL DEFAULT '0', + `tx_wst3bootstrap_card_elements` int(10) unsigned DEFAULT 0, + `tx_wst3bootstrap_card_elements_backside` int(10) unsigned DEFAULT 0, + `image_overlay` smallint(6) NOT NULL DEFAULT 0, + `tx_wst3bootstrap_counterbar_item` int(10) unsigned DEFAULT 0, + `icon_color` varchar(40) NOT NULL DEFAULT '', + `icon_size` varchar(2) NOT NULL DEFAULT '', + `icon` varchar(1024) DEFAULT '', + `icon_style` varchar(40) NOT NULL DEFAULT '', + `form_layout` varchar(60) NOT NULL DEFAULT '', + `tx_wsslider_items` int(11) NOT NULL DEFAULT 0, + `tx_wsslider_renderer` varchar(40) DEFAULT NULL, + `tx_wsslider_layout` varchar(40) DEFAULT NULL, + `layout` int(10) unsigned NOT NULL DEFAULT 0, + `grid_layout` varchar(40) NOT NULL DEFAULT '', + `full_width` smallint(6) NOT NULL DEFAULT 0, + `fixed_image` smallint(6) NOT NULL DEFAULT 0, + `bg_color_class` varchar(255) NOT NULL DEFAULT '', + `levels` smallint(6) NOT NULL DEFAULT 7, + `tx_wst3bootstrap_migrated_version` varchar(6) NOT NULL DEFAULT '', + `aos_effect` varchar(1024) NOT NULL DEFAULT 'none', + `aos_easing` varchar(1024) NOT NULL DEFAULT 'ease-in-out', + `aos_once` smallint(6) NOT NULL DEFAULT 0, + `aos_offset` int(10) unsigned NOT NULL DEFAULT 120, + `aos_delay` int(10) unsigned NOT NULL DEFAULT 0, + `aos_duration` int(10) unsigned NOT NULL DEFAULT 500, + `grid_layout_responsive_bg` varchar(40) NOT NULL DEFAULT '', + `imagecols_xxl` smallint(6) NOT NULL DEFAULT 1, + `visibility_flags` int(11) NOT NULL DEFAULT 63, + `image_loading_behaviour` varchar(10) NOT NULL DEFAULT 'auto', + `use_link_overlay` smallint(6) NOT NULL DEFAULT 0, + `tx_wst3bootstrap_countdown_datetime` int(10) unsigned DEFAULT 0, + PRIMARY KEY (`uid`), + KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), + KEY `language` (`l18n_parent`,`sys_language_uid`), + KEY `index_newscontent` (`tx_news_related_news`), + KEY `parent` (`pid`,`sorting`), + KEY `translation_source` (`l10n_source`) +) ENGINE=InnoDB AUTO_INCREMENT=1829 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `tt_content` +-- + +LOCK TABLES `tt_content` WRITE; +/*!40000 ALTER TABLE `tt_content` DISABLE KEYS */; +INSERT INTO `tt_content` VALUES (44,25,0,0,0,0,0,1591390046,1377468872,0,32,'header','Ein zweispaltiges Layout','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(45,26,0,0,0,0,0,1591390096,1377470270,0,768,'header','Ein einspaltiges Layout','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"full_width\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(50,61,0,0,0,0,0,1581190045,1377477516,0,15872,'wst3bootstrap_buttongroup','Button-Gruppe',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n btn-group\n \n \n \n \n','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-2',1,1,1,1,1,'',0,'','','large','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(51,61,0,0,0,0,0,1483823510,1377477688,0,4096,'wst3bootstrap_buttonlink','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5000,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n 7\n \n \n Extensions\n \n \n 0\n \n \n \n \n \n \n \n \n 0\n \n \n default\n \n \n 0\n \n \n success\n \n \n \n \n \n none\n \n \n \n \n \n \n \n
\n \n \n \n wdwddwd\n \n \n wdwdwd\n \n \n 0f84889605e72e81090ab0681d77ecbc12f439d8\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(52,240,0,0,0,0,0,1676404012,1377556637,0,1792,'textmedia','','

Bootstrap 5 Template
für TYPO3 12

\r\n

Perfekt auf Bootstrap abgestimmt. Basierend auf Fluid.

',0,0,27,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"assets\":\"\",\"imageborder\":\"\",\"imageorient\":\"\",\"grid_layout\":\"\",\"imagecols_xs\":\"\",\"imagecols_sm\":\"\",\"imagecols_md\":\"\",\"imagecols_lg\":\"\",\"imagecols_xl\":\"\",\"imagecols_xxl\":\"\",\"image_zoom\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"image_classes\":\"\",\"full_width\":\"\",\"fixed_image\":\"\",\"visibility_flags\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\",\"image_loading_behaviour\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-1',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(53,240,0,0,0,0,0,1649117780,1377559534,0,9729,'wst3bootstrap_buttongroup','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n center\n \n \n group\n \n \n horizontal\n \n \n md\n \n \n \n \n','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"pi_flexform\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"full_width\":\"\",\"fixed_image\":\"\",\"visibility_flags\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','large','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,60,'auto',0,0),(54,240,0,0,0,0,0,1588853786,1377559575,0,8960,'wst3bootstrap_buttonlink','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5300,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n t3://page?uid=5\n \n \n Seitenlayouts\n \n \n 0\n \n \n \n \n \n \n \n \n lg\n \n \n 0\n \n \n light\n \n \n \n \n \n none\n \n \n 0\n \n \n 1\n \n \n title\n \n \n top\n \n \n \n \n \n \n \n','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(55,240,0,0,0,0,0,1588853801,1377559659,0,9472,'wst3bootstrap_buttonlink','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5300,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n t3://page?uid=23\n \n \n Elemente\n \n \n 0\n \n \n \n \n \n \n \n \n lg\n \n \n 0\n \n \n light\n \n \n \n \n \n none\n \n \n 1\n \n \n 0\n \n \n title\n \n \n top\n \n \n \n \n \n \n \n','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(58,23,0,0,0,0,0,1585997039,1377650243,0,256,'textmedia','Elemente','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(59,21,0,0,0,0,0,1641421037,1377651999,0,9472,'text','Responsive Images mit TYPO3','

Diese Seite demonstriert die Techniken mit responsive images

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"background_media\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(60,27,0,0,0,0,0,1584306469,1377652153,0,14592,'header','Gridelemente','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(61,21,0,0,0,0,0,1463457593,1377654035,0,6656,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-md-5\n \n \n col-sm-5\n \n \n col-12\n \n \n \n \n \n 0\n \n \n \n \n \n 3f37eb1ba991ea8adb3c082ed6321092ab4187a3\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-7\n \n \n col-sm-7\n \n \n col-12\n \n \n \n \n \n 0\n \n \n \n \n \n f65c9da9afa097d37841a73cb3056a743a77d143\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"CType\":null,\"tx_fed_fcefile\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"element_classes\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-2',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(62,21,0,0,0,0,0,1463457593,1377654842,0,768,'textmedia','Bild links, Schrift rechts','Diese Konstruktion wird mit Hilfe eines FC-Elementes erstellt. So kann das Bild im Smartphone Modus auf 100% Breite umschalten und in der Ipad-Version ein bisschen kleiner werden.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,6101,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(63,21,0,0,0,0,0,1524756271,1377654924,0,1280,'textmedia','',NULL,0,0,2,1,0,0,0,0,0,NULL,NULL,0,0,6100,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'img-thumbnail','mb-2',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(64,21,0,0,0,0,0,1463457611,1377655095,0,7168,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-md-8\n \n \n col-sm-8\n \n \n col-12\n \n \n \n \n \n 0\n \n \n \n \n \n 2782f6d9cf98c180310c308d8b69e54aa9146b6d\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-4\n \n \n col-sm-4\n \n \n col-12\n \n \n \n \n \n 0\n \n \n \n \n \n 53e896289cebffdca9fa896e3deae5b1d42c2acb\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"CType\":null,\"tx_fed_fcefile\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"element_classes\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-2',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(65,21,0,0,0,0,0,1525216580,1377655134,0,1024,'textmedia','',NULL,0,0,0,1,1,0,0,0,0,NULL,NULL,0,0,6401,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'img-thumbnail','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(66,21,0,0,0,0,0,1500832215,1377655170,0,1536,'textmedia','Bild rechts, Schrift links','

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.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,6400,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(67,21,0,0,0,0,0,1500832227,1377655825,0,8192,'textmedia','','

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. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. 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. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

',1,0,18,1,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,160,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(71,41,0,0,0,0,0,1539182786,1379028917,0,256,'felogin_login','',NULL,0,0,0,2,0,0,0,0,0,NULL,'',0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n 1\n \n \n 1\n \n \n 0\n \n \n 14\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(72,240,0,0,0,0,52,1676404012,1379030703,0,1664,'textmedia','','

Bootstrap 5 Template
for TYPO3 11

\r\n

Perfectly matched to Bootstrap. Based on Fluid.

',0,0,27,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',52,'{\"CType\":\"textmedia\",\"colPos\":\"5\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

Bootstrap 5 Template
f\\u00fcr TYPO3 11<\\/h1>\\r\\n

Perfekt auf Bootstrap abgestimmt. Basierend auf Fluid.<\\/p>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"l18n_parent\":\"0\",\"rowDescription\":\"\",\"assets\":\"0\",\"image_zoom\":\"0\",\"element_classes\":\"m-b-1\",\"image_classes\":\"\",\"imageborder\":\"0\",\"imageorient\":\"27\",\"imagecols\":\"2\",\"editlock\":\"0\",\"background_media\":0,\"subheader\":\"\",\"icon_position\":\"0\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"grid_layout\":\"\",\"imagecols_xs\":\"1\",\"imagecols_sm\":\"1\",\"imagecols_md\":\"1\",\"imagecols_lg\":\"1\",\"imagecols_xl\":\"1\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"bg_color_class\":\"\",\"effects\":\"\",\"full_width\":\"0\",\"fixed_image\":\"0\",\"aos_effect\":\"none\",\"aos_easing\":\"ease-in-out\",\"aos_once\":\"0\",\"aos_duration\":\"500\",\"aos_delay\":\"0\",\"aos_offset\":\"120\",\"visibility_flags\":\"63\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-1',1,1,1,1,1,'',0,'','','','',52,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(73,240,0,0,0,0,53,1649117780,1379030826,0,1728,'wst3bootstrap_buttongroup','','',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n btn-group\n \n \n \n \n','',0,'',53,'{\"CType\":\"wst3bootstrap_buttongroup\",\"colPos\":\"5\",\"sys_language_uid\":0,\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":0,\"header_link\":\"\",\"tx_fed_fcefile\":\"ws_t3bootstrap:ButtonGroup.html\",\"layout\":0,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":\"0\",\"endtime\":\"0\",\"fe_group\":\"\",\"tx_flux_parent\":null,\"tx_flux_column\":null,\"l18n_parent\":0,\"subheader\":\"\",\"element_classes\":\"\",\"editlock\":0,\"tx_flux_children\":\"2\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n btn-group<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"background_media\":0,\"frame_class\":\"\",\"space_before_class\":\"large\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"categories\":0,\"rowDescription\":null,\"visibility_flags\":\"60\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','large','',53,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,60,'auto',0,0),(74,240,0,0,0,0,54,1588853786,1379030826,0,9216,'wst3bootstrap_buttonlink','','',0,0,0,2,0,0,0,0,0,'','',0,0,5300,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n 5\n \n \n Page layouts\n \n \n 0\n \n \n \n \n \n \n \n \n lg\n \n \n 0\n \n \n light\n \n \n \n \n \n none\n \n \n 0\n \n \n 1\n \n \n \n \n','',0,'',54,'{\"CType\":\"fluidcontent_content\",\"colPos\":5322,\"sys_language_uid\":0,\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":0,\"header_link\":\"\",\"tx_fed_fcefile\":\"ws_t3bootstrap:ButtonLink.html\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n 5<\\/value>\\n <\\/field>\\n \\n Seitenlayouts<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n lg<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n light<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n none<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":0,\"subheader\":\"\",\"element_classes\":\"\",\"editlock\":0,\"tx_flux_column\":\"content\",\"tx_flux_children\":null,\"background_media\":0,\"effects\":\"\",\"frame_class\":\"default\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"categories\":0,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',54,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(75,240,0,0,0,0,55,1588853801,1379030826,0,9728,'wst3bootstrap_buttonlink','','',0,0,0,2,0,0,0,0,0,'','',0,0,5300,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n 23\n \n \n Elements\n \n \n 0\n \n \n \n \n \n \n \n \n lg\n \n \n 0\n \n \n light\n \n \n \n \n \n none\n \n \n 0\n \n \n 1\n \n \n \n \n','',0,'',55,'{\"CType\":\"fluidcontent_content\",\"colPos\":5322,\"sys_language_uid\":0,\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":0,\"header_link\":\"\",\"tx_fed_fcefile\":\"ws_t3bootstrap:ButtonLink.html\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n 23<\\/value>\\n <\\/field>\\n \\n Elemente<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n lg<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n light<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n none<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":0,\"subheader\":\"\",\"element_classes\":\"\",\"editlock\":0,\"tx_flux_column\":\"content\",\"tx_flux_children\":null,\"background_media\":0,\"effects\":\"\",\"frame_class\":\"default\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"categories\":0,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',55,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(76,38,0,0,0,0,0,1688373592,1379122040,0,256,'list','',NULL,0,0,0,2,0,0,0,1,0,NULL,'',0,0,0,'','','',0,'0','powermail_pi1',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n 1\n \n \n 1\n \n \n 0\n \n \n 0\n \n \n \n \n \n \n \n \n \n Webmaster\n \n \n dummy@dummy.intern\n \n \n \n \n \n Mail via Website\n \n \n <p>{powermail_all}</p>\n <p>{powermail_all}</p>\n \n \n 0\n \n \n \n \n \n \n T3Bootstrap\n \n \n empfaenger@eferfioifjerofrfrurtjg.de\n \n \n Ihre Kontaktanfrage\n \n \n <p>{powermail_all}</p>\n <p>{powermail_all}</p>\n \n \n \n \n \n \n <p>Vielen Dank für Ihre Nachricht.</p>\n <p>Vielen Dank für Ihre Nachricht.</p>\n \n \n \n \n \n \n \n','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"list_type\":null,\"pi_flexform\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(77,240,0,0,0,0,0,1641317954,1379198797,0,256,'text','Für TYPO3 Entwickler: Flexibel erweiterbar!','

Der Vorteil von Flux liegt eindeutig in der Mächtigkeit von Fluid, auf dem es basiert. Flux bringt diese Vorteile ins TYPO3 Backend, sodass durch Anlegen von Fluid-Templates neue Elemente erstellt werden können. Ein Mapping und die Benutzung von TypoScript-Code entfallen. Auch können ganze Extensions, wie beispielsweise Slider, wegfallen.

',0,0,0,2,0,0,20,0,0,NULL,NULL,0,0,113101,'','','',0,'2','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"background_media\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"full_width\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'primary','','EXT:template/Resources/Public/Icons/FontAwesome/solid/cog.svg;fas fa-cog;cog','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(78,32,0,0,0,0,0,1584306761,1379198957,0,256,'header','Tabellen',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(79,38,0,0,0,0,0,1688373592,1379199227,0,128,'textmedia','Powermail Formular mit Bootstrap 5','',0,0,27,2,0,0,0,1,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"assets\":\"\",\"imageborder\":\"\",\"imageorient\":\"\",\"grid_layout\":\"\",\"imagecols_xs\":\"\",\"imagecols_sm\":\"\",\"imagecols_md\":\"\",\"imagecols_lg\":\"\",\"imagecols_xl\":\"\",\"image_zoom\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"image_classes\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(81,12,0,0,0,0,0,1379204762,1379204762,0,256,'header','Impressum',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(82,12,0,0,0,0,0,1448627139,1379204810,0,128,'html','','

WapplerSystems
Sven Wappler
Bendstraße 50
52066 Aachen
Deutschland

E-Mail: info@wappler.systems

USt.-Nr.: DE223534222


\r\n\r\n



Ein besonderer Dank geht an Tim Liß, der einige seiner Fotos zur Verfügung stellte: timliss.de

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"rowDescription\":null,\"bodytext\":null,\"layout\":null,\"element_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(84,24,0,0,0,0,0,1591390074,1379206074,0,2304,'header','Ein dreispaltiges Layout','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(92,39,0,0,0,0,0,1584308350,1379290524,0,2816,'header','News Extension','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(96,32,0,0,0,0,0,1552466325,1379340501,0,128,'textmedia','','

Standard-Tabelle

\r\n
Eine Tabelle
Spalte A Spalte B Spalte C Spalte D
Zelle A1 Zelle B1 Zelle C1 Zelle D1
Zelle A2 Zelle B2 Zelle C2 Zelle D2
Zelle A3 Zelle B3 Zelle C3 Zelle D3
Zelle A4 Zelle B4 Zelle C4 Zelle D4
Zelle A5 Zelle B5 Zelle C5 Zelle D5
\r\n

Eine Tabelle mit Rahmen

\r\n
Eine Tabelle
Spalte A Spalte B Spalte C Spalte D
Zelle A1 Zelle B1 Zelle C1 Zelle D1
Zelle A2 Zelle B2 Zelle C2 Zelle D2
Zelle A3 Zelle B3 Zelle C3 Zelle D3
Zelle A4 Zelle B4 Zelle C4 Zelle D4
Zelle A5 Zelle B5 Zelle C5 Zelle D5
',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(97,61,0,0,0,0,0,1641420984,1379340541,0,11520,'text','Komponenten','

Auf dieser Seite werden Beispiele für diverse Komponenten demonstriert

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"background_media\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(98,61,0,0,0,0,0,1483823510,1379340763,0,3072,'wst3bootstrap_buttonlink','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5000,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n 5\n \n \n Seitenlayouts\n \n \n 0\n \n \n \n \n \n \n \n \n default\n \n \n 0\n \n \n primary\n \n \n \n \n \n none\n \n \n \n \n\n','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(100,61,0,0,0,0,0,1448250449,1379341149,0,14592,'wst3bootstrap_buttonlink','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n 9\n \n \n Download\n \n \n 0\n \n \n \n \n \n \n \n \n default\n \n \n 0\n \n \n secondary\n \n \n \n \n \n none\n \n \n \n \n\n','',0,'',0,'{\"CType\":null,\"tx_fed_fcefile\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"element_classes\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-2',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(101,61,0,0,0,0,0,1592074946,1379341386,0,14080,'textmedia','Einzelner Button','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"grid_layout\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','extra-small',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(102,27,0,0,0,0,0,1642359966,1379341578,0,3,'textmedia','','

Bootstrap 5 kommt mit einem komplexen Grid-System, um Elemente in den verschiedenen Ansichten optimal positionieren zu können. Im Backend stehen dem Redakteur bei den Grid-Elementen verschiedene Auswahlmöglichkeiten je nach Ansicht (Smartphone, Tablet, Desktop, Großer Bildschirm) zur Verfügung.
Standardmäßig besitzt Bootstrap ein 12 Spalten-System. Dieses kann jedoch angepasst werden.

',0,0,27,1,0,0,0,0,0,NULL,NULL,0,0,14500,'','','',1,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"assets\":\"\",\"imageborder\":\"\",\"imageorient\":\"\",\"grid_layout\":\"\",\"imagecols_xs\":\"\",\"imagecols_sm\":\"\",\"imagecols_md\":\"\",\"imagecols_lg\":\"\",\"imagecols_xl\":\"\",\"image_zoom\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"image_classes\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(103,27,0,0,0,0,0,1518455693,1379341785,0,15104,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-md-6\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-6\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(104,27,0,0,0,0,0,1395885033,1379341815,0,11008,'textmedia','','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.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,10300,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(105,27,0,0,0,0,0,1395885033,1379341826,0,10496,'textmedia','','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.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,10301,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(106,27,0,0,0,0,0,1518455705,1379341904,0,15616,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 6333a29a1582d5ed71cd16ece185ca789a4d1062\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 9847e99f1c4dc58d37c4d9953fac0ad12d891ca3\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 290bc2946922cdef3a92c2b579e6dbd210d7e219\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 615338e57e276e1f81503f665b389a1c738d66af\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n f8690d9f533e69971965afb1d5b5ea213af90b62\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n fa39f6a6c4702b92821c73e1111bd32207cc7c9a\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 6ef07ff6bfd8845af9e5b8306e0898e39fc2fc9f\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 1de0bc01fbac76da273c6589f8a83d4e6480e19e\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 64a5b3a58e298857f53aa2d5786371acb72d049e\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 9d633d99a2f9d893c72d068e71b7c51630d02a68\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 45bd855d0a946518c6b3cfce92c439e68e28b647\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-1\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n ffc817900eeb68ef819b1625df247bd3268275f1\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-1',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(107,27,0,0,0,0,0,1481480871,1379341925,0,12,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,10600,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(108,27,0,0,0,0,107,1481480871,1379341944,0,11,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10601,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(109,27,0,0,0,0,107,1481480871,1379342052,0,10,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10602,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(110,27,0,0,0,0,107,1481480871,1379342059,0,9,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10611,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(111,27,0,0,0,0,107,1481480871,1379342065,0,8,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10610,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(112,27,0,0,0,0,107,1481480871,1379342070,0,7,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10609,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(113,27,0,0,0,0,107,1481480871,1379342078,0,6,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10608,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(114,27,0,0,0,0,107,1481480871,1379342085,0,5,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10607,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(115,27,0,0,0,0,107,1481480871,1379342091,0,4,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10603,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(116,27,0,0,0,0,107,1481480871,1379342097,0,3,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10604,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(117,27,0,0,0,0,107,1481480871,1379342102,0,2,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10606,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(118,27,0,0,0,0,107,1481480871,1379342110,0,1,'textmedia','','.col-md-1',0,0,0,2,0,0,0,0,0,'','',0,0,10605,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(119,27,0,0,0,0,0,1379342351,1379342351,0,13568,'div','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_parent\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(122,10,0,0,0,0,0,1584308046,1379358976,0,3328,'header','Site Map','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(126,24,0,0,0,0,0,1586452504,1380625701,0,1792,'textmedia','Linke Spalte','

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.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,1,'','','',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"header_position\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(127,24,0,0,0,0,0,1586452504,1380625712,0,512,'textmedia','Hauptspalte','

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.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"header_position\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(128,24,0,0,0,0,0,1586452504,1380625720,0,64,'textmedia','Rechte Spalte','

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.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,2,'','','',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"header_position\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(129,25,0,0,0,0,0,1586452538,1380625740,0,64,'textmedia','Hauptspalte','

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.

\r\n

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.

',0,0,0,2,0,0,2,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"header_position\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(132,240,0,0,0,0,0,1642360131,1380656573,0,64,'text','Fertige Bootstrap 5 Elemente','

Das Template kommt mit fertigen Bootstrap Elementen, um eine einfache Bedienung durch den Redakteur zu gewährleisten. Dieses Template befasst sich auch mit dem Problem, andere Extensions einzugliedern, um größtmögliche Kompatibilität bieten zu können.

',0,0,0,2,0,0,20,0,0,NULL,NULL,0,0,113102,'','','',0,'2','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"background_media\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"full_width\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'primary','','EXT:template/Resources/Public/Icons/FontAwesome/solid/rocket.svg;fas fa-rocket;rocket','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(134,240,0,0,0,0,0,1642360272,1380659840,0,513,'textmedia','Full responsive!','

\"Mobile first\" lautet das Motto von Bootstrap 5. Diesem Motto unter TYPO3 gerecht zu werden ist nicht ganz einfach aber machbar. Unterstützt wird der Redakteur von einfach zu handhabenden Elementen und Seiten-Layouts.

',0,0,27,2,0,0,20,0,0,NULL,NULL,0,0,113100,'','','',0,'2','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"assets\":\"\",\"imageborder\":\"\",\"imageorient\":\"\",\"grid_layout\":\"\",\"imagecols_xs\":\"\",\"imagecols_sm\":\"\",\"imagecols_md\":\"\",\"imagecols_lg\":\"\",\"imagecols_xl\":\"\",\"image_zoom\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"image_classes\":\"\",\"full_width\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'primary','','EXT:template/Resources/Public/Icons/FontAwesome/regular/image.svg;far fa-image;image','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(137,26,0,0,0,0,0,1591491797,1380664049,0,128,'textmedia','','

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. 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.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"grid_layout\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"image_classes\":null,\"full_width\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(138,7,0,0,0,0,0,1380665801,1380665801,0,768,'textmedia','Extensions','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(140,23,0,0,0,0,0,1380666645,1380666619,0,128,'textmedia','','Das Template kommt mit einer Reihe von Elementen, die dem Redakteur die Gestaltung der Website erheblich vereinfachen. Einige sind auf diesen Unterseiten zu finden, weitere folgen noch.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(143,11,0,0,0,0,0,1445600376,1381101005,0,768,'list','',NULL,0,0,0,2,0,0,0,0,0,NULL,'',0,0,0,'','','',0,'0','indexedsearch_pi2',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"tx_fed_fcefile\":null,\"colPos\":null,\"sys_language_uid\":null,\"l18n_parent\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"list_type\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(145,27,0,0,0,0,0,1518455677,1381444568,0,13056,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-md-4\n \n \n col-sm-4\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 0d58ba33637c0cc77e78136bdae136e9807c13e9\n \n \n \n 0\n
\n
\n \n \n \n col-md-4\n \n \n col-sm-4\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n 78b7a3d64cd33a42aba735129fa30c6af11dea6d\n \n \n \n 0\n
\n
\n \n \n \n col-md-4\n \n \n col-sm-4\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n b81eea9ee47abdc5e9503fefd387896ab5d29144\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
\n','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(148,27,0,0,0,0,0,1381445000,1381445000,0,14080,'textmedia','Demos','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_parent\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(153,11,0,0,0,0,69,1610325539,1385337953,0,512,'textmedia','Suche','

Wer suchet, der findet.

',0,0,27,2,0,0,0,0,0,'','',0,0,5,'','','',0,'1','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"grid_layout\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(159,51,0,0,0,0,46,1610538269,1386661607,0,2304,'textmedia','Videos','

Responsive Videos

',0,0,27,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"grid_layout\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(162,53,0,0,0,0,0,1584306213,1387923281,0,11008,'header','Typografie','

Vordefinierte Schrifttypen und Stile

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(163,53,0,0,0,0,0,1500829626,1387923310,0,2560,'textmedia','','

Diese Typografien sind nur Beispiele. Sie können diese beliebig über die CSS/SCSS-Dateien anpassen.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(164,53,0,0,0,0,0,1395758404,1387923389,0,3072,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-md-6\n \n \n col-sm-6\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-6\n \n \n col-sm-6\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"tx_fed_fcefile\":null,\"pi_flexform\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(165,53,0,0,0,0,0,1395755291,1387923458,0,2048,'textmedia','Überschriften','

H1 Überschrift

\r\n
\r\n

H2 Überschrift

\r\n

H3 Überschrift

\r\n
\r\n

H4 Überschrift

\r\n
\r\n
H5 Überschrift
\r\n
\r\n
H6 Überschrift
',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,16400,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(166,53,0,0,0,0,0,1500829651,1387928655,0,1024,'textmedia','Absatz','

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..

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,16401,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(167,53,0,0,0,0,0,1395755291,1387928690,0,1536,'textmedia','Überschrift mit Datum','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,16401,'','','',0,'0','',1,0,NULL,0,'','',1348012800,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(168,53,0,0,0,0,0,1387928729,1387928729,0,3584,'div','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_parent\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(169,53,0,0,0,0,0,1387928762,1387928750,0,4096,'header','Überschrift mit Unterüberschrift','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'Die Unterüberschrift','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(170,53,0,0,0,0,0,1387928806,1387928806,0,4608,'header','Überschrift mit Link',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','23',0,'3','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_parent\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(171,53,0,0,0,0,0,1396481373,1387928969,0,5120,'textmedia','','

Eine gefärbte Überschrift

\r\n

Ein gefärbter Text

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(172,53,0,0,0,0,0,1387932819,1387932819,0,5632,'div','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_parent\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(173,53,0,0,0,0,0,1519038631,1387933022,0,6144,'textmedia','','

Interner Link

\r\n

Interner Link mit neuem Fenster

\r\n

Externer Link

\r\n

Externer Link in neuem Fenster

\r\n

E-Mail Link

\r\n

Link zu einer Sprungmarke

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"html_tag\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(174,53,0,0,0,0,0,1388012699,1387933342,0,6656,'textmedia','','

This is a paragraph text with class="text-info". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-muted". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-danger". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-success". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-warning". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(175,53,0,0,0,0,0,1452974852,1388012762,0,7168,'textmedia','Textausrichtungen','

Links

\r\n

Rechts

\r\n

Zentriert

\r\n

Blockformat

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"bodytext\":null,\"assets\":null,\"image_zoom\":null,\"layout\":null,\"element_classes\":null,\"image_classes\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(176,53,0,0,0,0,0,1388015788,1388013324,0,8192,'textmedia','Zitat','
This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element.
',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(177,53,0,0,0,0,0,1531018233,1388013570,0,8704,'textmedia','Preformatted Text','
\r\nThis is preformatted text, wrapped in a <pre> element. \r\nThis is preformatted text, wrapped in a <pre> element.
',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(178,53,0,0,0,0,0,1452976259,1388013692,0,9216,'textmedia','','
  • ein Anker Tag (<a>) Beispiel
  • ein italics Tag (<i>) Beispiel
  • ein bold Tag (<b>) Beispiel
  • ein definition Tag (<code>, <dfn>) Beispiel
  • ein inserted und deleted tag (<ins>, <del>) Beispiel
  • ein subscript und superscript tag (<sub>, <sup>) Beispiel
\r\n

Uppercase

\r\n

Lowercase

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"bodytext\":null,\"assets\":null,\"image_zoom\":null,\"layout\":null,\"element_classes\":null,\"image_classes\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(181,53,0,0,0,0,0,1388013868,1388013868,0,10496,'textmedia','Ein Link zum Seitenanfang','',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'4','',1,1,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_parent\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(187,58,0,0,0,0,0,1602109245,1391733773,0,256,'header','SASS / SCSS Compiler Extension ws_scss',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"icon_position\":null,\"icon\":null,\"icon_style\":null,\"icon_color\":null,\"icon_size\":null,\"layout\":null,\"bg_color_class\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"fixed_image\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(188,58,0,0,0,0,0,1448321313,1391733803,0,128,'textmedia','','Diese Seite demonstriert die Möglichkeit, über Typoscript Variablen und deren Werte an den SASS-Compiler zu übergeben.\r\nDazu muss im setup-Bereich des Templates der Code eingetragen werden. Hier ein Beispiel:',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"bodytext\":null,\"assets\":null,\"image_zoom\":null,\"layout\":null,\"element_classes\":null,\"image_classes\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(189,58,0,0,0,0,0,1448965772,1391733840,0,192,'html','','
\r\nplugin.tx_wsscss.variables {\r\n  var1 = #000\r\n  var2 = #666\r\n}\r\n
\r\n

Als Resultat sind folgende Boxen eingefärbt worden:

\r\n
\r\n
',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"rowDescription\":null,\"bodytext\":null,\"layout\":null,\"element_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(191,61,0,0,0,0,0,1587258883,1395793009,0,11008,'wst3bootstrap_example','Thumbnails',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-3',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(193,61,0,0,0,0,0,1585646181,1395794073,0,2817,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,19100,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-6\n \n \n col-sm-6\n \n \n col-md-3\n \n \n col-lg-3\n \n \n 0\n \n \n \n \n \n ff0359e1bbaa4c0c4406b720a81bc01ff0400e5b\n \n \n \n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-6\n \n \n col-sm-6\n \n \n col-md-3\n \n \n col-lg-3\n \n \n 0\n \n \n \n \n \n 9ed59d2e9d739a0e8b760c52e538046153ee7458\n \n \n col-xl-3\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-6\n \n \n col-sm-6\n \n \n col-md-3\n \n \n col-lg-3\n \n \n 0\n \n \n \n \n \n 4f91a981abd9f6de1bb4dce372b300295eef7618\n \n \n col-xl-3\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-6\n \n \n col-sm-6\n \n \n col-md-3\n \n \n col-lg-3\n \n \n 0\n \n \n \n \n \n 31c628aa5ffb2109b116a106ceb837a2c2fa0e41\n \n \n col-xl-3\n \n \n \n \n \n \n 0\n
\n
\n
\n \n \n \n \n \n \n \n flex\n \n
\n
\n
\n
','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"pi_flexform\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(194,61,0,0,0,0,0,1521916761,1395794521,0,2048,'textmedia','',NULL,0,0,2,1,0,0,0,0,0,NULL,NULL,0,0,19300,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null,\"tx_flux_column\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'img-thumbnail','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(195,61,0,0,0,0,194,1510393276,1395795024,0,2816,'textmedia','',NULL,0,0,2,1,0,0,0,0,0,'','',0,0,19301,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'img-thumbnail','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(196,61,0,0,0,0,194,1510393276,1395795086,0,2560,'textmedia','',NULL,0,0,2,1,0,0,0,0,0,'','',0,0,19302,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'img-thumbnail','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(197,61,0,0,0,0,194,1510393276,1395795117,0,2304,'textmedia','',NULL,0,0,2,1,0,0,0,0,0,'','',0,0,19303,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'img-thumbnail','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(198,61,0,0,0,0,0,1395833516,1395795492,0,12032,'textmedia','Benutzerdefinierter Inhalt','Mit Wrapper-Strukturen, die man leicht selbst definieren kann, können anpassungsfähige Komponenten realisiert werden.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'2','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(200,61,0,0,0,0,0,1395831479,1395831479,0,13568,'header','Buttons',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(212,61,0,0,0,0,0,1581218667,1395848903,0,16896,'wst3bootstrap_accordion','Akkordion',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n Collapsible Group Item #1\n \n \n success\n \n \n 1\n \n \n 8092e38b7e50af6de41764a63581f52e53ab874d\n \n \n \n 0\n
\n
\n \n \n \n Collapsible Group Item #2\n \n \n default\n \n \n 0\n \n \n 83bb5d9b3cce173adf1f8092ced660d196d8f447\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-3',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(213,61,0,0,0,0,0,1534633968,1395848941,0,7936,'textmedia','','

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.

',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,21201,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"subheader\":null,\"bodytext\":null,\"assets\":null,\"imageborder\":null,\"imageorient\":null,\"imagecols_xs\":null,\"imagecols_sm\":null,\"imagecols_md\":null,\"imagecols_lg\":null,\"imagecols_xl\":null,\"image_zoom\":null,\"layout\":null,\"frame_class\":null,\"space_before_class\":null,\"space_after_class\":null,\"padding_top_class\":null,\"padding_bottom_class\":null,\"effects\":null,\"image_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"sys_language_uid\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"rowDescription\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(214,61,0,0,0,0,0,1404431807,1395848969,0,6912,'textmedia','','Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven\'t heard of them accusamus labore sustainable VHS.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,21200,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(217,39,0,0,0,0,0,1463414921,1395854086,0,1280,'textmedia','','Auf dieser Seite wird die news Extension von Georg Ringer eingesetzt. Das Template wurde an das Bootstrap CSS Framework angepasst. Die Bilder werden mittels der ws_t3bootstrap ViewHelper automatisch optimiert. Als Beispiel sind zwei Template-Vorlagen definiert: Eine für die normale Liste und eine für die neusten News.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,73700,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"bodytext\":null,\"assets\":null,\"image_zoom\":null,\"layout\":null,\"element_classes\":null,\"image_classes\":null,\"imageborder\":null,\"imageorient\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_column\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(218,38,0,0,0,0,0,1688373592,1395855849,0,64,'textmedia','','Auf dieser Seite wird ein Powermail-Formular demonstriert. Die Templates wurden an das Bootstrap Framework angepasst.',0,0,0,2,0,0,0,1,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(219,61,0,0,0,0,0,1395862943,1395862943,0,13056,'div','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(220,61,0,0,0,0,0,1395862978,1395862978,0,16384,'div','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(221,51,0,0,0,0,0,1407162438,1395872938,0,512,'textmedia','','Auf dieser Seite wird ein Video-Player demonstriert, der sich der Größe des Fensters anpasst. Der VideoJS-Player wurde mit Hilfe eines Subtemplates in die Seite integriert und nutzt die von Bootstrap bereitgestellten Klassen.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(222,27,0,0,0,0,0,1453052986,1395884300,0,2,'textmedia','',NULL,0,0,2,1,1,0,0,0,0,NULL,NULL,0,0,14501,'','','',1,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"bodytext\":null,\"assets\":null,\"image_zoom\":null,\"layout\":null,\"element_classes\":null,\"image_classes\":null,\"imageborder\":null,\"imageorient\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"categories\":null,\"tx_flux_column\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'','mb-1',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(223,27,0,0,0,0,0,1439740609,1395884372,0,1,'textmedia','',NULL,0,0,2,1,1,0,0,0,0,NULL,NULL,0,0,14502,'','','',1,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,1,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(224,27,0,0,0,0,0,1518455701,1395884798,0,16128,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n col-md-8\n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n b8b73c383b4e0e7818e7a010352d7a684867a452\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n \n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n 03066557fc89013f3678fe5aa0bf89ed049843ca\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-1',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(225,27,0,0,0,0,107,1481480907,1395884820,0,2,'textmedia','','.col-md-8',0,0,0,2,0,0,0,0,0,'','',0,0,22400,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(226,27,0,0,0,0,225,1481480907,1395884934,0,1,'textmedia','','.col-md-4',0,0,0,2,0,0,0,0,0,'','',0,0,22401,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(227,27,0,0,0,0,0,1518455697,1395885069,0,16640,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n a3dea1b2b6701b41b5310725870466d3665bd9fa\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n \n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n 1f75568260eb5bd5a43310b56cbfa1df95c2a993\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n \n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n 839e791583cde791377d28f1ef4d42294a280e3f\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-1',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(228,27,0,0,0,0,225,1481480925,1395885108,0,3,'textmedia','','.col-md-4',0,0,0,2,0,0,0,0,0,'','',0,0,22700,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(229,27,0,0,0,0,228,1481480925,1395885201,0,2,'textmedia','','.col-md-4',0,0,0,2,0,0,0,0,0,'','',0,0,22701,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(230,27,0,0,0,0,229,1481480925,1395885232,0,1,'textmedia','','.col-md-4',0,0,0,2,0,0,0,0,0,'','',0,0,22702,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(231,27,0,0,0,0,0,1518455671,1395885922,0,17152,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n col-md-6\n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n \n \n \n \n \n \n col-md-6\n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(232,27,0,0,0,0,228,1395886373,1395886291,0,1280,'textmedia','','.col-md-6',0,0,0,2,0,0,0,0,0,'','',0,0,23100,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(233,27,0,0,0,0,232,1395886373,1395886331,0,512,'textmedia','','.col-md-6',0,0,0,2,0,0,0,0,0,'','',0,0,23101,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(237,10,0,0,0,0,0,1449708406,1395956972,0,2560,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n \n \n \n col-sm-6\n \n \n col-md-3\n \n \n \n \n \n 0\n \n \n \n \n \n 0ad12db440c27277e71b913bad2265a7b48ddb67\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n col-sm-6\n \n \n col-md-3\n \n \n \n \n \n 0\n \n \n \n \n \n 3bde723b859faff8f9f3b9c8e4916dd0967793e8\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n col-sm-6\n \n \n col-md-3\n \n \n \n \n \n 0\n \n \n \n \n \n 61ac7c391dc7cb10ca20301d15343005651a33a4\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n col-sm-6\n \n \n col-md-3\n \n \n \n \n \n 0\n \n \n \n \n \n f3bd688aff376610009ae89c3e5c59051e68142f\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(238,10,0,0,0,0,0,1395957525,1395956990,0,2304,'menu_subpages','Seitenlayouts',NULL,0,0,0,2,0,0,0,0,0,NULL,'5',0,0,23700,'','','5',0,'4','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(239,10,0,0,0,0,238,1449709055,1395957237,0,2048,'menu_subpages','Elemente',NULL,0,0,0,2,0,0,0,0,0,'','23',0,0,23701,'','','23',0,'4','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"menu_type\":null,\"pages\":null,\"layout\":null,\"element_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"accessibility_title\":null,\"accessibility_bypass\":null,\"accessibility_bypass_text\":null,\"categories\":null,\"tx_flux_column\":null,\"tx_flux_children\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-3',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(240,10,0,0,0,0,238,1449709045,1395957309,0,1792,'menu_subpages','Extensions',NULL,0,0,0,2,0,0,0,0,0,'','7',0,0,23702,'','','7',0,'4','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"date\":null,\"header_link\":null,\"rowDescription\":null,\"menu_type\":null,\"pages\":null,\"layout\":null,\"element_classes\":null,\"sectionIndex\":null,\"linkToTop\":null,\"hidden\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"editlock\":null,\"accessibility_title\":null,\"accessibility_bypass\":null,\"accessibility_bypass_text\":null,\"categories\":null,\"tx_flux_column\":null,\"tx_flux_children\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(244,5,0,0,0,0,0,1396474098,1396474087,0,1280,'textmedia','Design und Layouts','Das Template verfügt über mehrere Beispiele für Seitenlayouts',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,5,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"tx_flux_children\":null,\"categories\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(246,5,0,0,0,0,244,1489080764,1397033963,0,1536,'textmedia','Design and Layouts','The template has several examples of page layouts',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',244,'{\"CType\":\"text\",\"colPos\":\"5\",\"sys_language_uid\":\"0\",\"header\":\"Design und Layouts\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Das Template verf\\u00fcgt \\u00fcber mehrere Beispiele f\\u00fcr Seitenlayouts\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":\"0\",\"categories\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',244,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(252,24,0,0,0,0,84,1586452504,1397034482,0,2560,'textmedia','A 3 column design','',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',84,'{\"CType\":\"text\",\"colPos\":5,\"sys_language_uid\":\"0\",\"header\":\"Ein 3spaltiges Design\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":null,\"categories\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','default','','',84,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(266,35,0,0,0,0,71,1398371598,1398371591,0,512,'shortcut','',NULL,0,0,0,2,0,0,0,0,0,'71','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"hidden\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(267,41,0,0,0,0,71,1489080764,1398371740,0,512,'felogin_login','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n 0\n \n \n 1\n \n \n 0\n \n \n 14\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n','',0,'',71,'{\"CType\":\"login\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"list_type\":null,\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"select_key\":null,\"pages\":null,\"recursive\":null,\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n 0<\\/value>\\n <\\/field>\\n \\n 1<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 14<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n \\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n \\n \\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\\n\",\"tx_flux_children\":null,\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',71,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(268,39,0,0,0,0,92,1584305835,1398371902,0,3072,'textmedia','News','',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',92,'{\"CType\":\"text\",\"colPos\":5,\"sys_language_uid\":\"0\",\"header\":\"News\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',92,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(269,39,0,0,0,0,217,1489080764,1398371908,0,2048,'textmedia','','On this page, you will find the news extension from Georg Ringer. This template has been adapted to the bootstrap CSS framework.',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',217,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Auf dieser Seite wird die news Extension von Georg Ringer eingesetzt. Das Template wurde an das Bootstrap CSS Framework angepasst.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":\"0\",\"categories\":\"0\",\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',217,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(271,12,0,0,0,0,81,1489080764,1398383315,0,512,'header','Imprint',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',81,'{\"CType\":\"header\",\"colPos\":\"5\",\"sys_language_uid\":\"0\",\"header\":\"Impressum\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"subheader\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',81,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(272,12,0,0,0,0,82,1489080764,1398383318,0,192,'html','','

WapplerSystems
Sven Wappler
Bendstraße 50
52066 Aachen
Deutschland

E-Mail: info@wappler.systems

USt.-Nr.: DE223534222


',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',82,'{\"CType\":\"html\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"bodytext\":\"

WapplerSystems
Sven Wappler
Bendstraße 50
52066 Aachen
Deutschland

E-Mail: info@wappler.systems

USt.-Nr.: DE223534222


\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',82,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(277,11,0,0,0,0,153,1584308028,1398385479,0,640,'textmedia','Search','Seek and you shall find.',0,0,17,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',153,'{\"CType\":\"textpic\",\"colPos\":5,\"sys_language_uid\":\"0\",\"header\":\"Suche\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Wer sucht, der findet.\",\"rte_enabled\":\"0\",\"image\":\"0\",\"image_zoom\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"imagewidth\":\"0\",\"imageheight\":\"0\",\"imageborder\":\"0\",\"image_compression\":\"0\",\"image_effects\":\"0\",\"tx_t3bootstrap_cols\":null,\"imageorient\":\"17\",\"imagecols\":\"2\",\"image_noRows\":\"0\",\"imagecaption_position\":\"\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',153,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(278,11,0,0,0,0,143,1610325474,1398385481,0,1024,'list','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','indexedsearch_pi2',1,0,'',0,'','',0,0,0,1,0,'','',0,'',143,'{\"CType\":\"list\",\"colPos\":0,\"sys_language_uid\":0,\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":0,\"header_link\":\"\",\"list_type\":\"indexedsearch_pi2\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"recursive\":0,\"categories\":0,\"tx_flux_children\":null,\"background_media\":0,\"subheader\":\"\",\"pages\":\"\",\"layout\":0,\"bg_color_class\":\"\",\"frame_class\":\"default\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"effects\":\"\",\"fixed_image\":0,\"l18n_parent\":0,\"editlock\":0,\"rowDescription\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',143,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(279,38,0,0,0,0,79,1688373592,1398386462,0,192,'text','Powermail form with Bootstrap 5','',0,0,0,2,0,0,0,1,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',79,'{\"CType\":\"textmedia\",\"colPos\":\"5\",\"sys_language_uid\":\"0\",\"header\":\"Powermail Formular mit Bootstrap 4\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":\"0\",\"subheader\":\"\",\"icon_position\":\"0\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"assets\":0,\"imageborder\":0,\"grid_layout\":\"\",\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"image_zoom\":0,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"image_classes\":\"\",\"l18n_parent\":\"0\",\"editlock\":\"0\",\"rowDescription\":\"\",\"bg_color_class\":\"\",\"aos_effect\":\"none\",\"aos_easing\":\"ease-in-out\",\"aos_once\":\"0\",\"aos_duration\":\"500\",\"aos_delay\":\"0\",\"aos_offset\":\"120\",\"effects\":\"\",\"fixed_image\":\"0\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',79,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(280,38,0,0,0,0,218,1688373592,1398386466,0,96,'textmedia','','On this page a Powermail form is demonstrated. The templates were adapted to the Bootstrap framework.',0,0,0,2,0,0,0,1,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',218,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Auf dieser Seite wird ein Powermail-Formular demonstriert. Die Templates wurden an das Bootstrap Framework angepasst.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":\"0\",\"categories\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',218,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(281,38,0,0,0,0,76,1688373592,1398386466,0,112,'list','',NULL,0,0,0,2,0,0,0,1,0,'','',0,0,0,'','','',0,'0','powermail_pi1',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n 1\n \n \n 0\n \n \n 0\n \n \n 0\n \n \n \n \n \n \n \n \n \n Webmaster\n \n \n typo3@wapplersystems.de\n \n \n \n \n \n \n \n \n {powermail_all}\n {powermail_all}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {powermail_all}\n {powermail_all}\n \n \n \n \n \n \n {powermail_all}\n {powermail_all}\n \n \n \n \n \n \n \n','',0,'',76,'{\"CType\":\"list\",\"colPos\":0,\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"list_type\":\"powermail_pi1\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n 1<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n Webmaster<\\/value>\\n <\\/field>\\n \\n typo3@wapplersystems.de<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n {powermail_all}<\\/value>\\n {powermail_all}<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n {powermail_all}<\\/value>\\n {powermail_all}<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n {powermail_all}<\\/value>\\n {powermail_all}<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"select_key\":\"\",\"pages\":\"\",\"recursive\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',76,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(285,58,0,0,0,0,187,1602109281,1398387949,0,512,'header','SASS / SCSS compiler extension ws_scss',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'1','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',187,'{\"CType\":\"header\",\"colPos\":5,\"sys_language_uid\":0,\"header\":\"SASS \\/ SCSS Compiler Extension ws_scss\",\"header_layout\":\"1\",\"header_position\":\"center\",\"date\":0,\"header_link\":\"\",\"subheader\":\"\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":0,\"tx_flux_children\":null,\"l18n_parent\":0,\"rowDescription\":null,\"element_classes\":\"\",\"editlock\":0,\"background_media\":0,\"icon_position\":0,\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"effects\":\"\",\"fixed_image\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',187,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(286,58,0,0,0,0,188,1489080764,1398387955,0,160,'textmedia','','This page demonstrates the ability to pass through typoscript variables and their values ​​to the SCSS compiler. \r\nTo this end, the code must be entered in the setup section of the template. Here is an example:',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',188,'{\"CType\":\"textmedia\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Diese Seite demonstriert die M\\u00f6glichkeit, \\u00fcber Typoscript Variablen und deren Werte an den SASS-Compiler zu \\u00fcbergeben.\\r\\nDazu muss im setup-Bereich des Templates der Code eingetragen werden. Hier ein Beispiel:\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"l18n_parent\":\"0\",\"rowDescription\":null,\"assets\":\"0\",\"image_zoom\":\"0\",\"element_classes\":\"\",\"image_classes\":\"\",\"imageborder\":\"0\",\"imageorient\":\"0\",\"imagecols\":\"2\",\"editlock\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',188,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(287,58,0,0,0,0,189,1489080764,1398387955,0,176,'html','','
\r\nplugin.tx_wsscss.variables {\r\n  var1 = #000\r\n  var2 = #666\r\n}\r\n
\r\n

As a result, the following boxes are colored:

\r\n
\r\n
',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',189,'{\"CType\":\"html\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"bodytext\":\"
\\r\\nplugin.tx_wsscss.variables {\\r\\n  var1 = #000\\r\\n  var2 = #666\\r\\n}\\r\\n<\\/pre>\\r\\n

Als Resultat sind folgende Boxen eingef\\u00e4rbt worden:<\\/p>\\r\\n

<\\/div>\\r\\n
<\\/div>\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"l18n_parent\":\"0\",\"rowDescription\":null,\"element_classes\":\"\",\"editlock\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',189,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(291,24,0,0,0,0,126,1489080764,1398388695,0,2048,'textmedia','','[Translate to English:] 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.',0,0,0,2,0,0,0,0,0,'','',0,0,1,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',126,'{\"CType\":\"text\",\"colPos\":\"1\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"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.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',126,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(292,24,0,0,0,0,127,1583754886,1398388698,0,1280,'textmedia','','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.',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',127,'{\"CType\":\"text\",\"colPos\":0,\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"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.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',127,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(293,24,0,0,0,0,128,1489080764,1398388701,0,128,'textmedia','','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.',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',128,'{\"CType\":\"text\",\"colPos\":\"2\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"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.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',128,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(294,25,0,0,0,0,44,1586452538,1398388798,0,16,'textmedia','2 cols','',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',44,'{\"colPos\":5,\"tx_flux_column\":null,\"tx_flux_parent\":null,\"CType\":\"text\",\"sys_language_uid\":\"0\",\"header\":\"2 Spalten\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0,\"starttime\":0,\"endtime\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','default','','',44,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(296,25,0,0,0,0,129,1489080764,1398388806,0,96,'textmedia','','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.\r\nLorem 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.',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',129,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"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.\\r\\nLorem 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.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',129,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(297,26,0,0,0,0,45,1586458759,1398389013,0,1024,'header','1 column','',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',45,'{\"colPos\":5,\"tx_flux_column\":null,\"tx_flux_parent\":null,\"CType\":\"header\",\"sys_language_uid\":0,\"header\":\"Ein einspaltiges Layout\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":0,\"header_link\":\"\",\"bodytext\":\"\",\"rte_enabled\":\"0\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"fe_group\":\"\",\"categories\":0,\"tx_flux_children\":null,\"background_media\":0,\"starttime\":0,\"endtime\":0,\"subheader\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"assets\":0,\"imageborder\":0,\"imageorient\":0,\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"image_zoom\":0,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"image_classes\":\"\",\"l18n_parent\":0,\"editlock\":0,\"rowDescription\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',45,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(298,26,0,0,0,0,137,1589293713,1398389018,0,704,'textmedia','','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. 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.\r\n\r\n',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',137,'{\"CType\":\"text\",\"colPos\":0,\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"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. 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.\\r\\n\\r\\n\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',137,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(299,51,0,0,0,0,159,1610538328,1398434883,0,2560,'text','Videos','

Responsive videos

',0,0,27,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',159,'{\"CType\":\"textmedia\",\"colPos\":5,\"sys_language_uid\":0,\"header\":\"Videos\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":0,\"header_link\":\"\",\"bodytext\":\"

Responsive Videos<\\/p>\",\"rte_enabled\":\"0\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":0,\"tx_flux_children\":\"0\",\"background_media\":0,\"subheader\":\"\",\"icon_position\":0,\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"assets\":0,\"imageborder\":0,\"imageorient\":27,\"grid_layout\":\"\",\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"image_zoom\":0,\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"effects\":\"\",\"image_classes\":\"\",\"fixed_image\":0,\"l18n_parent\":0,\"editlock\":0,\"rowDescription\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',159,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(300,51,0,0,0,0,221,1489080764,1398434886,0,768,'textmedia','','On this page, you find a demonstration of a video player that adapts to the size of the window. This is due to the fact that the JS video player has been widened by using Javascript.',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',221,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Auf dieser Seite wird ein Video-Player demonstriert, der sich der Gr\\u00f6\\u00dfe des Fensters anpasst. Der VideoJS-Player wurde mit Hilfe von JavaScript erweitert, wodurch er die F\\u00e4higkeit sich anzupassen bekommen hat.\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":\"0\",\"categories\":\"0\",\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',221,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(421,32,0,0,0,0,78,1584306761,1398979413,0,512,'header','Tables',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',78,'{\"CType\":\"header\",\"colPos\":5,\"sys_language_uid\":\"0\",\"header\":\"Tabellen\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"subheader\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',78,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(422,32,0,0,0,0,96,1489080764,1398979419,0,192,'textmedia','','Standard table\r\n
A table
Spalte ASpalte BSpalte CSpalte D
Zelle A1Zelle B1Zelle C1Zelle D1
Zelle A2Zelle B2Zelle C2Zelle D2
Zelle A3Zelle B3Zelle C3Zelle D3
Zelle A4Zelle B4Zelle C4Zelle D4
Zelle A5Zelle B5Zelle C5Zelle D5
\r\n

A table with border

\r\n
Eine Tabelle
Spalte ASpalte BSpalte CSpalte D
Zelle A1Zelle B1Zelle C1Zelle D1
Zelle A2Zelle B2Zelle C2Zelle D2
Zelle A3Zelle B3Zelle C3Zelle D3
Zelle A4Zelle B4Zelle C4Zelle D4
Zelle A5Zelle B5Zelle C5Zelle D5
',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',96,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

Standard-Tabelle<\\/h4>\\r\\n
Eine Tabelle<\\/caption>
Spalte A<\\/th>Spalte B<\\/th>Spalte C<\\/th>Spalte D<\\/th><\\/tr><\\/thead>
Zelle A1<\\/td>Zelle B1<\\/td>Zelle C1<\\/td>Zelle D1<\\/td><\\/tr>
Zelle A2<\\/td>Zelle B2<\\/td>Zelle C2<\\/td>Zelle D2<\\/td><\\/tr>
Zelle A3<\\/td>Zelle B3<\\/td>Zelle C3<\\/td>Zelle D3<\\/td><\\/tr>
Zelle A4<\\/td>Zelle B4<\\/td>Zelle C4<\\/td>Zelle D4<\\/td><\\/tr>
Zelle A5<\\/td>Zelle B5<\\/td>Zelle C5<\\/td>Zelle D5<\\/td><\\/tr><\\/tbody><\\/table>\\r\\n

Eine Tabelle mit Rahmen<\\/h4>\\r\\n
Eine Tabelle<\\/caption>
Spalte A<\\/th>Spalte B<\\/th>Spalte C<\\/th>Spalte D<\\/th><\\/tr><\\/thead>
Zelle A1<\\/td>Zelle B1<\\/td>Zelle C1<\\/td>Zelle D1<\\/td><\\/tr>
Zelle A2<\\/td>Zelle B2<\\/td>Zelle C2<\\/td>Zelle D2<\\/td><\\/tr>
Zelle A3<\\/td>Zelle B3<\\/td>Zelle C3<\\/td>Zelle D3<\\/td><\\/tr>
Zelle A4<\\/td>Zelle B4<\\/td>Zelle C4<\\/td>Zelle D4<\\/td><\\/tr>
Zelle A5<\\/td>Zelle B5<\\/td>Zelle C5<\\/td>Zelle D5<\\/td><\\/tr><\\/tbody><\\/table>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',96,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(437,53,0,0,0,0,176,1400443183,1400443120,0,7680,'textmedia','Labels','Default Primary Success Info Warning Danger',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'4','',1,0,'',0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"starttime\":null,\"endtime\":null,\"fe_group\":null,\"categories\":null,\"tx_flux_children\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(446,69,0,0,0,0,0,1515173411,1402942759,0,2304,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n \n
\n \n \n \n col-12\n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n ed4f946cc72bd1a50fec2e1b1ada223eaa67af1d\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-12\n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n 3b19553d22a9a44e03310ea0fd14cc955c5d8c46\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-12\n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n 151ffddab5b07f6251c97566a4cea6246ab0c627\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',0,'{\"hidden\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-1',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(447,69,0,0,0,0,0,1682350525,1402945059,0,1536,'textmedia','Kontakt','

###IMPRESSUM###

',0,0,27,2,0,0,0,0,0,NULL,NULL,0,0,44602,'','','',0,'footer1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"\",\"assets\":\"\",\"imageborder\":\"\",\"imageorient\":\"\",\"grid_layout\":\"\",\"imagecols_xs\":\"\",\"imagecols_sm\":\"\",\"imagecols_md\":\"\",\"imagecols_lg\":\"\",\"imagecols_xl\":\"\",\"imagecols_xxl\":\"\",\"image_zoom\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"\",\"aos_easing\":\"\",\"aos_once\":\"\",\"aos_duration\":\"\",\"aos_delay\":\"\",\"aos_offset\":\"\",\"effects\":\"\",\"image_classes\":\"\",\"fixed_image\":\"\",\"visibility_flags\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\",\"image_loading_behaviour\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(448,69,0,0,0,0,0,1641302499,1402946145,0,1024,'menu_subpages','Template Elemente',NULL,0,0,0,2,0,0,0,0,0,NULL,'23',0,0,44600,'','','',0,'footer1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"pages\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"effects\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"accessibility_title\":\"\",\"accessibility_bypass\":\"\",\"accessibility_bypass_text\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-2',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(449,69,0,0,0,0,0,1641302518,1402947216,0,512,'menu_subpages','Extensions',NULL,0,0,0,2,0,0,0,0,0,NULL,'7',0,0,44601,'','','',0,'footer1','',1,0,NULL,0,'','',0,0,0,0,0,'','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"pages\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"effects\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"accessibility_title\":\"\",\"accessibility_bypass\":\"\",\"accessibility_bypass_text\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mb-2',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(450,69,0,0,0,0,446,1489080764,1402961187,0,2560,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n \n
\n \n \n \n \n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n ed4f946cc72bd1a50fec2e1b1ada223eaa67af1d\n \n \n \n 1\n
\n
\n \n \n \n \n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n 3b19553d22a9a44e03310ea0fd14cc955c5d8c46\n \n \n \n 0\n
\n
\n \n \n \n \n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n 151ffddab5b07f6251c97566a4cea6246ab0c627\n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',446,'{\"CType\":\"fluidcontent_content\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"tx_fed_fcefile\":\"ws_t3bootstrap:FluidRow.html\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n \\n
\\n \\n \\n \\n \\n <\\/field>\\n \\n col-sm-4<\\/value>\\n <\\/field>\\n \\n col-md-4<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n ed4f946cc72bd1a50fec2e1b1ada223eaa67af1d<\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/itemType>\\n 1<\\/itemType>\\n <\\/section>\\n
\\n \\n \\n \\n \\n <\\/field>\\n \\n col-sm-4<\\/value>\\n <\\/field>\\n \\n col-md-4<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n 3b19553d22a9a44e03310ea0fd14cc955c5d8c46<\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/itemType>\\n 0<\\/itemType>\\n <\\/section>\\n
\\n \\n \\n \\n \\n <\\/field>\\n \\n col-sm-4<\\/value>\\n <\\/field>\\n \\n col-md-4<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n \\n <\\/field>\\n \\n 151ffddab5b07f6251c97566a4cea6246ab0c627<\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/itemType>\\n 0<\\/itemType>\\n <\\/section>\\n <\\/el>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\\n\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"45\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":\"3\",\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',446,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(451,69,0,0,0,0,447,1682351179,1402961187,0,2048,'textmedia','Contact','

###IMPRINT###

',0,0,27,2,0,0,0,0,0,'','',0,0,44602,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',447,'{\"starttime\":\"0\",\"endtime\":\"0\",\"visibility_flags\":\"63\",\"colPos\":\"44602\",\"CType\":\"textmedia\",\"header\":\"Kontakt\",\"header_layout\":\"footer1\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"subheader\":\"\",\"icon_position\":\"0\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"bodytext\":\"

###IMPRESSUM###<\\/p>\",\"assets\":\"0\",\"imageborder\":\"0\",\"imageorient\":\"27\",\"grid_layout\":\"\",\"imagecols_xs\":\"1\",\"imagecols_sm\":\"1\",\"imagecols_md\":\"1\",\"imagecols_lg\":\"1\",\"imagecols_xl\":\"1\",\"imagecols_xxl\":\"1\",\"image_zoom\":\"0\",\"layout\":\"0\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"aos_effect\":\"none\",\"aos_easing\":\"ease-in-out\",\"aos_once\":\"0\",\"aos_duration\":\"500\",\"aos_delay\":\"0\",\"aos_offset\":\"120\",\"effects\":\"\",\"image_classes\":\"\",\"fixed_image\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"hidden\":\"0\",\"fe_group\":\"\",\"editlock\":\"0\",\"categories\":\"0\",\"rowDescription\":\"\",\"image_loading_behaviour\":\"auto\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',447,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(452,69,0,0,0,0,448,1641302499,1402961187,0,1280,'menu_subpages','Template Elements',NULL,0,0,0,2,0,0,0,0,0,'','23',0,0,44600,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',448,'{\"hidden\":\"0\",\"CType\":\"menu\",\"colPos\":\"44600\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"Template Elemente\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"menu_type\":\"1\",\"pages\":\"23\",\"accessibility_title\":\"\",\"accessibility_bypass\":\"0\",\"accessibility_bypass_text\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"column1\",\"tx_flux_children\":\"0\",\"background_media\":0,\"starttime\":\"0\",\"endtime\":\"0\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',448,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(453,69,0,0,0,0,449,1641302518,1402961187,0,768,'menu_subpages','Extensions',NULL,0,0,0,2,0,0,0,0,0,'','7',0,0,44601,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',449,'{\"hidden\":\"0\",\"CType\":\"menu\",\"colPos\":\"44601\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"Extensions\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"menu_type\":\"1\",\"pages\":\"7\",\"accessibility_title\":\"\",\"accessibility_bypass\":\"0\",\"accessibility_bypass_text\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"column2\",\"tx_flux_children\":\"0\",\"background_media\":0,\"starttime\":\"0\",\"endtime\":\"0\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',449,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(454,240,0,0,0,0,444,1591613881,1402961388,0,514,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n \n

\n \n \n \n \n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n fe4028efd8d82af7d2d398ee4a6b60339b271229\n \n \n \n \n \n \n \n \n \n 0\n
\n
\n \n \n \n \n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n 72b2368bf4f429af87b3def8036ee67833b3118d\n \n \n \n \n \n \n \n \n \n 0\n
\n
\n \n \n \n \n \n \n col-sm-4\n \n \n col-md-4\n \n \n \n \n \n 0\n \n \n \n \n \n ee6abf96f48a3c720ec7c7818b551f6397198887\n \n \n \n \n \n \n \n \n \n 0\n
\n
\n \n \n \n \n \n \n \n \n \n \n','',0,'',1131,'{\"CType\":\"wst3bootstrap_fluidrow\",\"colPos\":0,\"sys_language_uid\":0,\"header\":\"Front Row\",\"header_layout\":\"100\",\"header_position\":\"\",\"date\":0,\"header_link\":\"\",\"tx_fed_fcefile\":\"ws_t3bootstrap:FluidRow.html\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n \\n \\n \\n \\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n col-md-4<\\/value>\\n <\\/field>\\n \\n col-lg-4<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/value>\\n 0<\\/value>\\n <\\/field>\\n \\n \\n \\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n col-md-4<\\/value>\\n <\\/field>\\n \\n col-lg-4<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/value>\\n 0<\\/value>\\n <\\/field>\\n \\n \\n \\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n col-md-4<\\/value>\\n <\\/field>\\n \\n col-lg-4<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/value>\\n 0<\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":0,\"tx_flux_children\":\"6\",\"l18n_parent\":0,\"subheader\":\"\",\"element_classes\":\"m-t-lg\",\"editlock\":0,\"background_media\":0,\"effects\":\"\",\"frame_class\":\"\",\"space_before_class\":\"extra-large\",\"space_after_class\":\"extra-large\",\"tx_flux_column\":\"content\",\"rowDescription\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','mt-3',1,1,1,1,1,'',0,'','','extra-large','extra-large',444,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(455,240,0,0,0,0,77,1641317954,1402961388,0,128,'text','For TYPO3 developer: flexible expandable!','

The advantage of Flux lies in the power of Fluid, which it is based on. Flux uses its abilities for the TYPO3 back-end so that new objects can be built by creating Fluid templates. There is no need to do mapping or to use TypoScript Code. Even whole extensions like Slider can be made obsolete.

',0,0,0,2,0,0,20,0,0,'','',0,0,113101,'','','',0,'3','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',77,'{\"hidden\":0,\"CType\":\"text\",\"colPos\":\"113101\",\"sys_language_uid\":0,\"l18n_parent\":0,\"header\":\"F\\u00fcr TYPO3 Entwickler: Flexibel erweiterbar!\",\"header_layout\":\"3\",\"header_position\":\"\",\"date\":0,\"header_link\":\"\",\"bodytext\":\"

Der Vorteil von Flux liegt eindeutig in der M\\u00e4chtigkeit von Fluid, auf dem es basiert. Flux bringt diese Vorteile ins TYPO3 Backend, sodass durch Anlegen von Fluid-Templates neue Elemente erstellt werden k\\u00f6nnen. Ein Mapping und die Benutzung von TypoScript-Code entfallen. Auch k\\u00f6nnen ganze Extensions, wie beispielsweise Slider, wegfallen.<\\/p>\",\"rte_enabled\":\"0\",\"layout\":20,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":1,\"linkToTop\":0,\"fe_group\":\"\",\"categories\":0,\"tx_flux_column\":\"column2\",\"tx_flux_children\":\"0\",\"background_media\":0,\"starttime\":\"0\",\"endtime\":\"0\",\"subheader\":\"\",\"icon\":\"typo3conf\\/ext\\/demotemplate\\/Resources\\/Public\\/Icons\\/FontAwesome\\/solid\\/cog.svg;fas fa-cog;cog\",\"icon_style\":\"\",\"icon_color\":\"primary\",\"icon_size\":\"\",\"assets\":0,\"imageborder\":0,\"imageorient\":0,\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"image_zoom\":0,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"image_classes\":\"\",\"editlock\":0,\"rowDescription\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',77,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'primary','','EXT:template/Resources/Public/Icons/FontAwesome/solid/cog.svg;fas fa-cog;cog','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(457,240,0,0,0,0,132,1642360115,1402961388,0,32,'text','Drop-in Bootstrap 5 elements','

The template comes with production-ready, pre-made Bootstrap elements to guarantee an easy integration. It also tackles the problem of integrating with other extensions to achieve a maximum level of compatibility.

',0,0,0,2,0,0,20,0,0,'','',0,0,113102,'','','',0,'2','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',132,'{\"hidden\":\"0\",\"CType\":\"text\",\"colPos\":\"113102\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"Fertige Bootstrap 4 Elemente\",\"header_layout\":\"2\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

Das Template kommt mit fertigen Bootstrap Elementen, um eine einfache Bedienung durch den Redakteur zu gew\\u00e4hrleisten. Dieses Template befasst sich auch mit dem Problem, andere Extensions einzugliedern, um gr\\u00f6\\u00dftm\\u00f6gliche Kompatibilit\\u00e4t bieten zu k\\u00f6nnen.<\\/p>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"column3\",\"tx_flux_children\":\"0\",\"rowDescription\":\"\",\"assets\":0,\"image_zoom\":0,\"element_classes\":\"\",\"image_classes\":\"\",\"imageborder\":0,\"imageorient\":0,\"imagecols\":\"2\",\"editlock\":\"0\",\"background_media\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"subheader\":\"\",\"icon\":\"typo3conf\\/ext\\/demotemplate\\/Resources\\/Public\\/Icons\\/FontAwesome\\/solid\\/rocket.svg;fas fa-rocket;rocket\",\"icon_style\":\"\",\"icon_color\":\"primary\",\"icon_size\":\"\",\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"icon_position\":\"20\",\"bg_color_class\":\"\",\"aos_effect\":\"none\",\"aos_easing\":\"ease-in-out\",\"aos_once\":\"0\",\"aos_duration\":\"500\",\"aos_delay\":\"0\",\"aos_offset\":\"120\",\"effects\":\"\",\"full_width\":\"0\",\"fixed_image\":\"0\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',132,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'primary','','EXT:template/Resources/Public/Icons/FontAwesome/solid/rocket.svg;fas fa-rocket;rocket','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(458,240,0,0,0,0,134,1642360248,1402961388,0,512,'text','Full responsive!','

“Mobile first” is Bootstrap 5’s motto. Meeting mobile demands under TYPO3 is not easy, but it is possible. Bootstrap 3 offers objects and layouts that are easy to use in order to help the developer attain that goal.

',0,0,0,2,0,0,20,0,0,'','',0,0,113100,'','','',0,'2','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',134,'{\"hidden\":\"0\",\"CType\":\"textmedia\",\"colPos\":\"113100\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"Full responsive!\",\"header_layout\":\"2\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

\\\"Mobile first\\\" lautet das Motto von Bootstrap 4. Diesem Motto unter TYPO3 gerecht zu werden ist nicht ganz einfach aber machbar. Unterst\\u00fctzt wird der Redakteur von einfach zu handhabenden Elementen und Seiten-Layouts.<\\/p>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"content\",\"tx_flux_children\":\"0\",\"rowDescription\":\"\",\"assets\":0,\"image_zoom\":0,\"element_classes\":\"\",\"image_classes\":\"\",\"imageborder\":0,\"imageorient\":0,\"editlock\":\"0\",\"background_media\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"subheader\":\"\",\"icon\":\"typo3conf\\/ext\\/demotemplate\\/Resources\\/Public\\/Icons\\/FontAwesome\\/regular\\/image.svg;far fa-image;image\",\"icon_style\":\"\",\"icon_color\":\"primary\",\"icon_size\":\"\",\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"icon_position\":\"20\",\"bg_color_class\":\"\",\"aos_effect\":\"none\",\"aos_easing\":\"ease-in-out\",\"aos_once\":\"0\",\"aos_duration\":\"500\",\"aos_delay\":\"0\",\"aos_offset\":\"120\",\"effects\":\"\",\"full_width\":\"0\",\"fixed_image\":\"0\"}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',134,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'primary','','EXT:template/Resources/Public/Icons/FontAwesome/regular/image.svg;far fa-image;image','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(462,39,0,0,0,0,0,1617799163,1404077610,0,2304,'news_pi1','',NULL,0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,0,0,'\n\n \n \n \n \n datetime\n \n \n desc\n \n \n \n \n \n or\n \n \n 0\n \n \n active\n \n \n \n \n \n \n \n \n \n \n \n 46\n \n \n \n \n \n \n \n \n \n 123\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n 0\n \n \n 0\n \n \n 0\n \n \n 3\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n List\n \n \n \n \n','',0,'',0,'{\"CType\":\"\",\"colPos\":\"\",\"header\":\"\",\"header_layout\":\"\",\"header_position\":\"\",\"date\":\"\",\"header_link\":\"\",\"subheader\":\"\",\"list_type\":\"\",\"pi_flexform\":\"\",\"layout\":\"\",\"bg_color_class\":\"\",\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"effects\":\"\",\"fixed_image\":\"\",\"sectionIndex\":\"\",\"linkToTop\":\"\",\"sys_language_uid\":\"\",\"hidden\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"fe_group\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\"}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(463,39,0,0,0,0,462,1617799163,1404345873,0,2560,'news_pi1','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n datetime\n \n \n desc\n \n \n \n \n \n \n \n \n 0\n \n \n active\n \n \n \n \n \n \n \n \n \n \n \n 46\n \n \n \n \n \n \n \n \n \n 123\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 0\n \n \n 0\n \n \n 0\n \n \n 0\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n','',0,'',462,'{\"CType\":\"list\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"list_type\":\"news_pi1\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n datetime<\\/value>\\n <\\/field>\\n \\n desc<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n or<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n active<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 46<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n News->list;News->detail<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n 123<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n \\n \\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n List<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":\"0\",\"endtime\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":\"0\",\"l18n_parent\":\"0\",\"rowDescription\":null,\"layout\":\"0\",\"element_classes\":\"\",\"editlock\":\"0\",\"imagecols_xs\":\"1\",\"imagecols_sm\":\"1\",\"imagecols_md\":\"1\",\"imagecols_lg\":\"1\",\"imagecols_xl\":\"1\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',462,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(464,71,0,0,0,0,0,1406004782,1406004782,0,256,'textmedia','','This page is only available in the English language.',0,0,0,2,0,0,0,0,0,NULL,NULL,0,0,0,'','','',0,'0','',1,0,NULL,0,'','',0,0,0,1,0,'','',0,'',0,'{\"CType\":null,\"colPos\":null,\"sys_language_uid\":null,\"l18n_parent\":null,\"header\":null,\"header_layout\":null,\"header_position\":null,\"date\":null,\"header_link\":null,\"bodytext\":null,\"rte_enabled\":null,\"layout\":null,\"spaceBefore\":null,\"spaceAfter\":null,\"section_frame\":null,\"hidden\":null,\"sectionIndex\":null,\"linkToTop\":null,\"fe_group\":null,\"categories\":null,\"tx_flux_children\":null}',NULL,'',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',0,'',NULL,0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(467,21,0,0,0,0,59,1641421037,1406586131,0,9728,'text','Responsive Images with TYPO3','

This page demonstrates the techniques with responsive images.

',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',59,'{\"CType\":\"textmedia\",\"colPos\":\"5\",\"sys_language_uid\":0,\"header\":\"Responsive Images mit TYPO3\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":0,\"header_link\":\"\",\"bodytext\":\"

Diese Seite demonstriert die Techniken mit responsive images<\\/p>\",\"rte_enabled\":\"0\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":\"0\",\"endtime\":\"0\",\"fe_group\":\"\",\"l18n_parent\":0,\"categories\":0,\"tx_flux_children\":null,\"background_media\":0,\"subheader\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"assets\":0,\"imageborder\":0,\"imageorient\":0,\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"image_zoom\":0,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"image_classes\":\"\",\"editlock\":0,\"rowDescription\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',59,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(475,53,0,0,0,0,162,1586452264,1406886889,0,11264,'header','Typograpy','

Predefined fonts and styles

',0,0,0,2,0,0,0,0,0,'','',0,0,5,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',162,'{\"CType\":\"header\",\"colPos\":5,\"sys_language_uid\":0,\"header\":\"Typografie\",\"header_layout\":\"0\",\"header_position\":\"center\",\"date\":0,\"header_link\":\"\",\"bodytext\":\"

Vordefinierte Schrifttypen und Stile<\\/p>\",\"rte_enabled\":\"0\",\"layout\":0,\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":0,\"sectionIndex\":1,\"linkToTop\":0,\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":0,\"categories\":0,\"tx_flux_children\":null,\"background_media\":0,\"subheader\":\"\",\"icon\":\"\",\"icon_style\":\"\",\"icon_color\":\"\",\"icon_size\":\"\",\"assets\":0,\"imageborder\":0,\"imageorient\":0,\"imagecols_xs\":1,\"imagecols_sm\":1,\"imagecols_md\":1,\"imagecols_lg\":1,\"imagecols_xl\":1,\"image_zoom\":0,\"frame_class\":\"\",\"space_before_class\":\"\",\"space_after_class\":\"\",\"padding_top_class\":\"\",\"padding_bottom_class\":\"\",\"image_classes\":\"\",\"editlock\":0,\"rowDescription\":null}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'center','','','',162,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(476,53,0,0,0,0,163,1489080764,1406887277,0,2816,'textmedia','','These typographies are just examples. You can adapt them by using the SCSS files.',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',163,'{\"CType\":\"textmedia\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Diese Typografien sind nur Beispiele. Sie k\\u00f6nnen diese beliebig \\u00fcber die CSS\\/SCSS-Dateien anpassen.<\\/span>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":null,\"l18n_parent\":\"0\",\"rowDescription\":null,\"assets\":\"0\",\"image_zoom\":\"0\",\"element_classes\":\"\",\"image_classes\":\"\",\"imageborder\":\"0\",\"imageorient\":\"0\",\"imagecols\":\"2\",\"editlock\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',163,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(477,53,0,0,0,0,164,1489080764,1406887277,0,3328,'wst3bootstrap_fluidrow','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'\n\n \n \n \n \n \n

\n \n \n \n col-md-6\n \n \n col-sm-6\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n \n \n \n col-md-6\n \n \n col-sm-6\n \n \n \n \n \n \n \n \n 0\n \n \n \n \n \n \n 0\n
\n
\n
\n
\n
\n
\n
','',0,'',164,'{\"CType\":\"fluidcontent_content\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"tx_fed_fcefile\":\"ws_t3bootstrap:FluidRow.html\",\"pi_flexform\":\"\\n\\n \\n \\n \\n \\n \\n
\\n \\n \\n \\n col-md-6<\\/value>\\n <\\/field>\\n \\n col-sm-6<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/itemType>\\n 0<\\/itemType>\\n <\\/section>\\n
\\n \\n \\n \\n col-md-6<\\/value>\\n <\\/field>\\n \\n col-sm-6<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n \\n 0<\\/value>\\n <\\/field>\\n \\n <\\/value>\\n <\\/field>\\n <\\/el>\\n <\\/itemType>\\n 0<\\/itemType>\\n <\\/section>\\n <\\/el>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":\"3\",\"categories\":\"0\",\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',164,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(478,53,0,0,0,0,165,1489080764,1406887277,0,515,'textmedia','Headlines','H1 Headline\r\n
\r\n

H2 Headline

\r\n

H3 Headline

\r\n
\r\n

H4 Headline

\r\n
\r\n
H5 Headline
\r\n
\r\n
H6 Headline
',0,0,0,2,0,0,0,0,0,'','',0,0,16400,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',165,'{\"hidden\":\"0\",\"CType\":\"text\",\"colPos\":\"18181\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"\\u00dcberschriften\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

H1 \\u00dcberschrift<\\/h1><\\/div>\\r\\n
<\\/div>\\r\\n

H2 \\u00dcberschrift<\\/h2><\\/div>\\r\\n

H3 \\u00dcberschrift<\\/h3><\\/div>\\r\\n
<\\/div>\\r\\n

H4 \\u00dcberschrift<\\/h4><\\/div>\\r\\n
<\\/div>\\r\\n
H5 \\u00dcberschrift<\\/h5><\\/div>\\r\\n
<\\/div>\\r\\n
H6 \\u00dcberschrift<\\/h6><\\/div>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"column1\",\"tx_flux_children\":null,\"background_media\":0,\"starttime\":0,\"endtime\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',165,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(479,53,0,0,0,0,166,1489080764,1406887277,0,1,'textmedia','Paragraph','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..',0,0,0,2,0,0,0,0,0,'','',0,0,16401,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',166,'{\"hidden\":\"0\",\"CType\":\"text\",\"colPos\":\"18181\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"Absatz\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"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..<\\/span>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"column2\",\"tx_flux_children\":null,\"background_media\":0,\"starttime\":0,\"endtime\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',166,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(480,53,0,0,0,0,167,1489080764,1406887277,0,514,'textmedia','Headline with date','',0,0,0,2,0,0,0,0,0,'','',0,0,16401,'','','',0,'0','',1,0,'',0,'','',1348012800,0,0,1,0,'','',0,'',167,'{\"hidden\":\"0\",\"CType\":\"text\",\"colPos\":\"18181\",\"sys_language_uid\":\"0\",\"l18n_parent\":\"0\",\"header\":\"\\u00dcberschrift mit Datum\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"1348012800\",\"header_link\":\"\",\"bodytext\":\"\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_column\":\"column2\",\"tx_flux_children\":null,\"background_media\":0,\"starttime\":0,\"endtime\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',167,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending','9.0','','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'11.2.8','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(481,53,0,0,0,0,168,1489080764,1406887277,0,3840,'div','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',168,'{\"CType\":\"div\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_parent\":null,\"tx_flux_column\":null,\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',168,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(482,53,0,0,0,0,169,1489080764,1406887277,0,4352,'header','Headline with subheadline','',0,0,0,2,0,0,0,0,0,'','',0,0,0,'The subheadline','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',169,'{\"CType\":\"header\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\\u00dcberschrift mit Unter\\u00fcberschrift\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"subheader\":\"Die Unter\\u00fcberschrift\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',169,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(483,53,0,0,0,0,170,1489080764,1406887277,0,4864,'header','Headline with link',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','23',0,'3','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',170,'{\"CType\":\"header\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\\u00dcberschrift mit Link\",\"header_layout\":\"3\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"23\",\"subheader\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_parent\":null,\"tx_flux_column\":null,\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',170,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(484,53,0,0,0,0,171,1489080764,1406887277,0,5376,'textmedia','','

A colored headline

\r\n

A colored text

',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',171,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

Eine gef\\u00e4rbte \\u00dcberschrift<\\/h4>\\r\\n

Ein gef\\u00e4rbter Text<\\/p>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"20\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_children\":null,\"categories\":\"0\",\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',171,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(485,53,0,0,0,0,172,1489080764,1406887277,0,5888,'div','',NULL,0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',172,'{\"CType\":\"div\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_parent\":null,\"tx_flux_column\":null,\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',172,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(486,53,0,0,0,0,173,1489080764,1406887277,0,6400,'textmedia','','Internal link\r\nInternal link in new window\r\nExternal link\r\nEmail link',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',173,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Internet Link<\\/link>\\r\\nInterner Link mit neuem Fenster<\\/link>\\r\\nExterner Link<\\/link>\\r\\nE-Mail Link<\\/link>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',173,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(487,53,0,0,0,0,174,1489080764,1406887277,0,6912,'textmedia','','

This is a paragraph text with class="text-info". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n\r\n

This is a paragraph text with class="text-muted". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-danger". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-success". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

\r\n

This is a paragraph text with class="text-warning". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',174,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

This is a paragraph text with class="text-info". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.<\\/p>\\r\\n

This is a paragraph text with class="text-muted". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.<\\/p>\\r\\n

This is a paragraph text with class="text-danger". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.<\\/p>\\r\\n

This is a paragraph text with class="text-success". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.<\\/p>\\r\\n

This is a paragraph text with class="text-warning". Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.<\\/p>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',174,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(488,53,0,0,0,0,175,1489080764,1406887277,0,7424,'textmedia','Text alignments','

Left

\r\n\r\n

Right

\r\n

Center

\r\n

Justify

',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',175,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"Textausrichtungen\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"

Links<\\/p>\\r\\n

Rechts<\\/p>\\r\\n

Zentriert<\\/p>\\r\\n

Blockformat<\\/p>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"0\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"tx_flux_parent\":null,\"tx_flux_column\":null,\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',175,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(489,53,0,0,0,0,437,1489080764,1406887277,0,7936,'textmedia','Labels',' Default Primary Success Info Warning Danger',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',437,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"Labels\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"Default<\\/span> Primary<\\/span> Success<\\/span> Info<\\/span> Warning<\\/span> Danger<\\/span>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"45\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"categories\":\"0\",\"tx_flux_children\":\"0\",\"l18n_parent\":\"0\",\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',437,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(490,53,0,0,0,0,176,1489080764,1406887277,0,8448,'textmedia','Quote','

This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element.
',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',176,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"Zitat\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"
This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element. This is a paragraph text within a <blockquote> element.<\\/blockquote>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"45\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',176,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(491,53,0,0,0,0,177,1489080764,1406887277,0,8960,'textmedia','Preformatted Text','
This is preformatted text, wrapped in a <pre> element. This is preformatted text, wrapped in a <pre> element.
',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'4','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',177,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"Preformatted Text\",\"header_layout\":\"4\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"
This is preformatted text, wrapped in a <pre> element. This is preformatted text, wrapped in a <pre> element.<\\/pre>\",\"rte_enabled\":\"0\",\"layout\":\"0\",\"spaceBefore\":\"0\",\"spaceAfter\":\"0\",\"section_frame\":\"45\",\"hidden\":\"0\",\"sectionIndex\":\"1\",\"linkToTop\":\"0\",\"starttime\":0,\"endtime\":0,\"fe_group\":\"\",\"l18n_parent\":\"0\",\"categories\":\"0\",\"tx_flux_children\":null,\"background_media\":0}','','',0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,'','',1,1,1,1,1,'',0,'','default','','',177,'','{\"background_media\":\"parent\"}',0,0,'div','','','ascending',NULL,'','','','0',0,0,1,0,'','','','','',0,NULL,NULL,0,'',0,0,'',7,'','none','ease-in-out',0,120,0,500,'',1,63,'auto',0,0),(492,53,0,0,0,0,178,1489080764,1406887277,0,9472,'textmedia','','
  • anchor Tag (<a>) example
  • italics tag (<i>) example
  • bold tag (<b>) example
  • definition tag (<code>, <dfn>) example
  • inserted and deleted tag (<ins>, <del>) example
  • ein subscript and superscript tag (<sub>, <sup>) example
',0,0,0,2,0,0,0,0,0,'','',0,0,0,'','','',0,'0','',1,0,'',0,'','',0,0,0,1,0,'','',0,'',178,'{\"CType\":\"text\",\"colPos\":\"0\",\"sys_language_uid\":\"0\",\"header\":\"\",\"header_layout\":\"0\",\"header_position\":\"\",\"date\":\"0\",\"header_link\":\"\",\"bodytext\":\"